Class FarmerWorkTask
java.lang.Object
net.minecraft.entity.ai.brain.task.Task<VillagerEntity>
net.minecraft.entity.ai.brain.task.SpawnGolemTask
net.minecraft.entity.ai.brain.task.FarmerWorkTask
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.Task
Task.Status
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.task.Task
entryCondition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
compostItems
(ServerWorld p_234016_1_, VillagerEntity p_234016_2_, GlobalPos p_234016_3_, BlockState p_234016_4_) private void
makeBread
(VillagerEntity p_234015_1_) private void
spawnComposterFillEffects
(ServerWorld p_242308_1_, BlockState p_242308_2_, BlockPos p_242308_3_, BlockState p_242308_4_) protected void
useWorkstation
(ServerWorld p_230251_1_, VillagerEntity p_230251_2_) Methods inherited from class net.minecraft.entity.ai.brain.task.SpawnGolemTask
canStillUse, checkExtraStartConditions, start
-
Field Details
-
COMPOSTABLE_ITEMS
-
-
Constructor Details
-
FarmerWorkTask
public FarmerWorkTask()
-
-
Method Details
-
useWorkstation
- Overrides:
useWorkstation
in classSpawnGolemTask
-
compostItems
private void compostItems(ServerWorld p_234016_1_, VillagerEntity p_234016_2_, GlobalPos p_234016_3_, BlockState p_234016_4_) -
spawnComposterFillEffects
private void spawnComposterFillEffects(ServerWorld p_242308_1_, BlockState p_242308_2_, BlockPos p_242308_3_, BlockState p_242308_4_) -
makeBread
-