Interface Property
- All Known Implementing Classes:
ConfigProperty,ModelState
public interface Property
-
Method Summary
Modifier and TypeMethodDescriptiondefault BaseItemEnumdefault Set<BaseItemEnum>default booleandefault CullTypegetDef()default doubledefault intgetInt()default intgetIntOrIfNeg(Supplier<Integer> supplier) getPath()default org.bukkit.configuration.ConfigurationSectiondefault org.bukkit.configuration.ConfigurationSectiongetSection(String path) default String
-
Method Details
-
getPath
String getPath() -
getDef
Object getDef() -
getInt
default int getInt() -
getIntOrIfNeg
-
getDouble
default double getDouble() -
getString
-
getBoolean
default boolean getBoolean() -
getStringList
-
getSection
default org.bukkit.configuration.ConfigurationSection getSection() -
getSection
-
getBaseItem
-
getBaseItems
-
getCullType
-