Uses of Interface
net.minecraft.util.SpawnUtil.Strategy
Packages that use SpawnUtil.Strategy
-
Uses of SpawnUtil.Strategy in net.minecraft.util
Fields in net.minecraft.util declared as SpawnUtil.StrategyModifier and TypeFieldDescriptionstatic final SpawnUtil.Strategy
SpawnUtil.Strategy.LEGACY_IRON_GOLEM
Deprecated.static final SpawnUtil.Strategy
SpawnUtil.Strategy.ON_TOP_OF_COLLIDER
Methods in net.minecraft.util with parameters of type SpawnUtil.StrategyModifier and TypeMethodDescriptionprivate static boolean
SpawnUtil.moveToPossibleSpawnPosition
(ServerLevel level, int yOffset, BlockPos.MutableBlockPos pos, SpawnUtil.Strategy strategy) SpawnUtil.trySpawnMob
(EntityType<T> entityType, MobSpawnType spawnType, ServerLevel level, BlockPos pos, int attempts, int spread, int yOffset, SpawnUtil.Strategy strategy)