Class StrategySupport
java.lang.Object
dev.rono.igniscore.api.strategy.StrategySupport
Pure data helpers for strategy implementations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancustomBoolean(BlockDefinition definition, String key, boolean defaultValue) static booleancustomBoolean(Map<String, Object> customData, String key, boolean defaultValue) static doublecustomDouble(BlockDefinition definition, String key, double defaultValue) static doublecustomDouble(Map<String, Object> customData, String key, double defaultValue) static intcustomInt(BlockDefinition definition, String key, int defaultValue) static int
-
Method Details
-
customDouble
-
customBoolean
-
customInt
-
customDouble
-
customInt
-
customBoolean
-