Uses of Class
net.minecraft.entity.mob.ZoglinEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of ZoglinEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ZoglinEntity Modifier and Type Method Description Identifier
ZoglinEntityRenderer. getTexture(ZoglinEntity zoglinEntity)
-
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.mob
Fields in net.minecraft.entity.mob with type parameters of type ZoglinEntity Modifier and Type Field Description protected static ImmutableList<? extends SensorType<? extends Sensor<? super ZoglinEntity>>>
ZoglinEntity. USED_SENSORS
Methods in net.minecraft.entity.mob that return types with arguments of type ZoglinEntity Modifier and Type Method Description protected Brain.Profile<ZoglinEntity>
ZoglinEntity. createBrainProfile()
Brain<ZoglinEntity>
ZoglinEntity. getBrain()
Method parameters in net.minecraft.entity.mob with type arguments of type ZoglinEntity Modifier and Type Method Description private static void
ZoglinEntity. addCoreTasks(Brain<ZoglinEntity> brain)
private static void
ZoglinEntity. addFightTasks(Brain<ZoglinEntity> brain)
private static void
ZoglinEntity. addIdleTasks(Brain<ZoglinEntity> brain)
Constructor parameters in net.minecraft.entity.mob with type arguments of type ZoglinEntity Constructor Description ZoglinEntity(EntityType<? extends ZoglinEntity> type, World world)