Uses of Class
valorless.rarespawns.datamodels.ValueBuddy
Packages that use ValueBuddy
Package
Description
Data models backing configuration and runtime state.
Shared utilities (color parsing, tags, reflection helpers, etc.).
-
Uses of ValueBuddy in valorless.rarespawns.datamodels
Methods in valorless.rarespawns.datamodels that return ValueBuddyModifier and TypeMethodDescriptionValueBuddy<org.bukkit.Material, Integer> SpawnGroup.getRequiredBlock()Gets the required block condition for this spawn group.static <V,B> ValueBuddy <V, B> ValueBuddy.of(V value, B buddy) Factory method; equivalent tonew ValueBuddy<>(value, buddy).static <V,B> ValueBuddy <V, B> Parses a comma-separated string into aValueBuddy<String, String>.Methods in valorless.rarespawns.datamodels with parameters of type ValueBuddyModifier and TypeMethodDescriptionvoidSpawnGroup.setRequiredBlock(ValueBuddy<org.bukkit.Material, Integer> requiredBlock) Sets the required block condition for this spawn group. -
Uses of ValueBuddy in valorless.rarespawns.utils
Methods in valorless.rarespawns.utils that return ValueBuddyModifier and TypeMethodDescriptionstatic ValueBuddy<org.bukkit.Material, Integer> Utils.parseMaterialValueBuddy(String input)