Uses of Record Class
dev.wyck.biome.entity.data.SpawnCost
Packages that use SpawnCost
-
Uses of SpawnCost in dev.wyck.biome.entity
Methods in dev.wyck.biome.entity that return types with arguments of type SpawnCostModifier and TypeMethodDescriptionBiomeSpawner.mobSpawnCosts()Gets the spawn cost for each mob type.Methods in dev.wyck.biome.entity with parameters of type SpawnCostModifier and TypeMethodDescriptionBiomeSpawner.Builder.spawnCost(EntityType type, SpawnCost cost) Adds a spawn cost to the builder.Method parameters in dev.wyck.biome.entity with type arguments of type SpawnCostModifier and TypeMethodDescriptionBiomeSpawner.Builder.spawnCosts(Map<EntityType, SpawnCost> costs) Adds multiple spawn costs to the builder. -
Uses of SpawnCost in dev.wyck.biome.entity.data
Methods in dev.wyck.biome.entity.data that return SpawnCost