Uses of Class
net.minecraft.entity.mob.ZoglinEntity
Package
Description
-
Uses of ZoglinEntity in net.minecraft.client.render.entity
-
Uses of ZoglinEntity in net.minecraft.entity
-
Uses of ZoglinEntity in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprotected static ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>
ZoglinEntity.USED_SENSORS
Modifier and TypeMethodDescriptionprotected Brain.Profile<ZoglinEntity>
ZoglinEntity.createBrainProfile()
ZoglinEntity.getBrain()
Modifier and TypeMethodDescriptionprivate static void
ZoglinEntity.addCoreTasks(Brain<ZoglinEntity> brain)
private static void
ZoglinEntity.addFightTasks(Brain<ZoglinEntity> brain)
private static void
ZoglinEntity.addIdleTasks(Brain<ZoglinEntity> brain)
ModifierConstructorDescriptionZoglinEntity(EntityType<? extends ZoglinEntity> type, World world)