Uses of Class
net.minecraft.entity.mob.StrayEntity
Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of StrayEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type StrayEntity Modifier and Type Field Description static EntityType<StrayEntity>
EntityType. STRAY
-
Uses of StrayEntity in net.minecraft.entity.mob
Method parameters in net.minecraft.entity.mob with type arguments of type StrayEntity Modifier and Type Method Description static boolean
StrayEntity. canSpawn(EntityType<StrayEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructor parameters in net.minecraft.entity.mob with type arguments of type StrayEntity Constructor Description StrayEntity(EntityType<? extends StrayEntity> type, World world)