Uses of Class
net.minecraft.entity.monster.ZoglinEntity
-
Packages that use ZoglinEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.monster -
-
Uses of ZoglinEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ZoglinEntity Modifier and Type Method Description ResourceLocation
ZoglinRenderer. getTextureLocation(ZoglinEntity p_110775_1_)
-
Uses of ZoglinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZoglinEntity Modifier and Type Field Description static EntityType<ZoglinEntity>
EntityType. ZOGLIN
-
Uses of ZoglinEntity in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster with type parameters of type ZoglinEntity Modifier and Type Field Description protected static 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 ZoglinEntity Modifier and Type Method Description protected Brain.BrainCodec<ZoglinEntity>
ZoglinEntity. brainProvider()
Brain<ZoglinEntity>
ZoglinEntity. getBrain()
Method parameters in net.minecraft.entity.monster with type arguments of type ZoglinEntity Modifier and Type Method Description private 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 ZoglinEntity Constructor Description ZoglinEntity(EntityType<? extends ZoglinEntity> p_i231566_1_, World p_i231566_2_)
-