Uses of Enum Class
com.xzavier0722.mc.plugin.slimefun4.storage.common.FieldKey
Packages that use FieldKey
Package
Description
-
Uses of FieldKey in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon that return FieldKeyMethods in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon with parameters of type FieldKeyModifier and TypeMethodDescriptionstatic StringSqlUtils.buildKvStr(FieldKey key, String val) static Stringstatic StringSqlUtils.toSqlValStr(FieldKey key, String val) Method parameters in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon with type arguments of type FieldKeyModifier and TypeMethodDescriptionstatic StringSqlUtils.buildConditionStr(List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions) SqlUtils.buildFieldStr(Set<FieldKey> fields) -
Uses of FieldKey in com.xzavier0722.mc.plugin.slimefun4.storage.common
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common that return FieldKeyModifier and TypeMethodDescriptionstatic FieldKeyReturns the enum constant of this class with the specified name.static FieldKey[]FieldKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common that return types with arguments of type FieldKeyModifier and TypeMethodDescriptionRecordSet.getAll()RecordKey.getConditions()RecordKey.getFields()Methods in com.xzavier0722.mc.plugin.slimefun4.storage.common with parameters of type FieldKeyModifier and TypeMethodDescriptionvoidRecordKey.addCondition(FieldKey key, boolean val) voidRecordKey.addCondition(FieldKey key, String val) voidbooleanRecordSet.getBoolean(FieldKey key) intorg.bukkit.inventory.ItemStackRecordSet.getItemStack(FieldKey key) voidvoidvoidConstructor parameters in com.xzavier0722.mc.plugin.slimefun4.storage.common with type arguments of type FieldKeyModifierConstructorDescriptionFieldMapper(Map<FieldKey, T> map) RecordKey(DataScope scope, Set<FieldKey> fields, List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions) RecordKey(DataScope scope, Set<FieldKey> fields, List<io.github.bakedlibs.dough.collections.Pair<FieldKey, String>> conditions)