Interface RegistryData.Properties
- Enclosing class:
RegistryData
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
boolean
containsKey
(String name) static RegistryData.Properties
boolean
getBoolean
(String name) boolean
getBoolean
(String name, boolean defaultValue) double
double
float
float
int
int
default <T> @NotNull List
<T> <T> List
<T> getNestedDoubleArray
(String name) Deprecated, for removal: This API element is subject to removal in a future version.iterator()
default int
size()
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
fromMap
-
getString
-
getString
-
getDouble
-
getDouble
-
getInt
-
getInt
-
getFloat
-
getFloat
-
getBoolean
-
getBoolean
-
getList
-
getList
-
getNestedDoubleArray
Deprecated, for removal: This API element is subject to removal in a future version. -
section
-
containsKey
-
asMap
-
iterator
-
size
default int size()
-