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
Methods in net.minecraft.client.renderer.entity with parameters of type ZombifiedPiglinModifier and TypeMethodDescriptionvoidZombifiedPiglinRenderer.extractRenderState(ZombifiedPiglin p_481234_, ZombifiedPiglinRenderState p_361548_, float p_361739_) -
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> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructor parameters in net.minecraft.world.entity.monster.zombie with type arguments of type ZombifiedPiglinModifierConstructorDescriptionZombifiedPiglin(EntityType<? extends ZombifiedPiglin> p_478911_, Level p_480237_)