Uses of Class
net.minecraft.entity.monster.StrayEntity
-
Packages that use StrayEntity Package Description net.minecraft.entity net.minecraft.entity.monster -
-
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.monster
Method parameters in net.minecraft.entity.monster with type arguments of type StrayEntity Modifier and Type Method Description static boolean
StrayEntity. checkStraySpawnRules(EntityType<StrayEntity> p_223327_0_, IServerWorld p_223327_1_, SpawnReason p_223327_2_, BlockPos p_223327_3_, java.util.Random p_223327_4_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type StrayEntity Constructor Description StrayEntity(EntityType<? extends StrayEntity> p_i50191_1_, World p_i50191_2_)
-