Uses of Class
net.minecraft.entity.mob.ZombifiedPiglinEntity
Packages that use ZombifiedPiglinEntity
Package
Description
-
Uses of ZombifiedPiglinEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ZombifiedPiglinEntityModifier and TypeMethodDescriptionvoid
ZombifiedPiglinEntityRenderer.updateRenderState
(ZombifiedPiglinEntity zombifiedPiglinEntity, ZombifiedPiglinEntityRenderState zombifiedPiglinEntityRenderState, float float2) -
Uses of ZombifiedPiglinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZombifiedPiglinEntityModifier and TypeFieldDescriptionstatic final EntityType
<ZombifiedPiglinEntity> EntityType.ZOMBIFIED_PIGLIN
-
Uses of ZombifiedPiglinEntity in net.minecraft.entity.mob
Method parameters in net.minecraft.entity.mob with type arguments of type ZombifiedPiglinEntityModifier and TypeMethodDescriptionstatic boolean
ZombifiedPiglinEntity.canSpawn
(EntityType<ZombifiedPiglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) Constructor parameters in net.minecraft.entity.mob with type arguments of type ZombifiedPiglinEntityModifierConstructorDescriptionZombifiedPiglinEntity
(EntityType<? extends ZombifiedPiglinEntity> type, World world)