Uses of Class
net.minecraft.world.entity.monster.zombie.ZombifiedPiglin
Packages that use ZombifiedPiglin
Package
Description
-
Uses of ZombifiedPiglin in net.minecraft.client.renderer.entity
Subclasses with type arguments of type ZombifiedPiglin in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type ZombifiedPiglinModifier and TypeMethodDescriptionvoidZombifiedPiglinRenderer.extractRenderState(ZombifiedPiglin entity, ZombifiedPiglinRenderState state, float partialTicks) -
Uses of ZombifiedPiglin in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ZombifiedPiglinModifier and TypeFieldDescriptionstatic final EntityType<ZombifiedPiglin> EntityType.ZOMBIFIED_PIGLIN -
Uses of ZombifiedPiglin in net.minecraft.world.entity.monster.zombie
Method parameters in net.minecraft.world.entity.monster.zombie with type arguments of type ZombifiedPiglinModifier and TypeMethodDescriptionstatic booleanZombifiedPiglin.checkZombifiedPiglinSpawnRules(EntityType<ZombifiedPiglin> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.monster.zombie with type arguments of type ZombifiedPiglinModifierConstructorDescriptionZombifiedPiglin(EntityType<? extends ZombifiedPiglin> type, Level level)