Uses of Record Class
dev.wyck.wrapper.entity.data.SpawnCost
Packages that use SpawnCost
-
Uses of SpawnCost in dev.wyck.wrapper.entity
Methods in dev.wyck.wrapper.entity that return types with arguments of type SpawnCostModifier and TypeMethodDescriptionBiomeSpawner.mobSpawnCosts()Gets the spawn cost for each mob type.Methods in dev.wyck.wrapper.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.wrapper.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.wrapper.entity.data
Methods in dev.wyck.wrapper.entity.data that return SpawnCost