Uses of Class
net.minecraft.entity.mob.ZombifiedPiglinEntity
| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.mob |
-
Uses of ZombifiedPiglinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZombifiedPiglinEntity Modifier and Type Field Description static 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 ZombifiedPiglinEntity Modifier and Type Method Description static booleanZombifiedPiglinEntity. canSpawn(EntityType<ZombifiedPiglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructor parameters in net.minecraft.entity.mob with type arguments of type ZombifiedPiglinEntity Constructor Description ZombifiedPiglinEntity(EntityType<? extends ZombifiedPiglinEntity> type, World world)