Uses of Class
net.minecraft.entity.monster.ZoglinEntity
Packages that use ZoglinEntity
Package
Description
-
Uses of ZoglinEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ZoglinEntity -
Uses of ZoglinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZoglinEntity -
Uses of ZoglinEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type ZoglinEntityModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>
ZoglinEntity.SENSOR_TYPES
Methods in net.minecraft.entity.monster that return types with arguments of type ZoglinEntityModifier and TypeMethodDescriptionprotected Brain.BrainCodec<ZoglinEntity>
ZoglinEntity.brainProvider()
ZoglinEntity.getBrain()
Method parameters in net.minecraft.entity.monster with type arguments of type ZoglinEntityModifier and TypeMethodDescriptionprivate static void
ZoglinEntity.initCoreActivity
(Brain<ZoglinEntity> p_234328_0_) private static void
ZoglinEntity.initFightActivity
(Brain<ZoglinEntity> p_234330_0_) private static void
ZoglinEntity.initIdleActivity
(Brain<ZoglinEntity> p_234329_0_) Constructor parameters in net.minecraft.entity.monster with type arguments of type ZoglinEntityModifierConstructorDescriptionZoglinEntity
(EntityType<? extends ZoglinEntity> p_i231566_1_, World p_i231566_2_)