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 IdentifierZoglinEntityRenderer. 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_SENSORSMethods 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 voidZoglinEntity. addCoreTasks(Brain<ZoglinEntity> brain)private static voidZoglinEntity. addFightTasks(Brain<ZoglinEntity> brain)private static voidZoglinEntity. 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)