Uses of Class
dev.crafty.core.config.SectionWrapper
Packages that use SectionWrapper
Package
Description
-
Uses of SectionWrapper in dev.crafty.core.config
Methods in dev.crafty.core.config that return SectionWrapperModifier and TypeMethodDescriptionSectionWrapper.getSection
(String path) Get a nested configuration section. -
Uses of SectionWrapper in dev.crafty.core.config.serializers
Methods in dev.crafty.core.config.serializers that return SectionWrapperModifier and TypeMethodDescription<T> SectionWrapper
SerializerRegistry.serialize
(T object) Serialize an object to a SectionWrapper using the registered serializer.Methods in dev.crafty.core.config.serializers with parameters of type SectionWrapperModifier and TypeMethodDescriptionConfigSerializer.deserialize
(SectionWrapper from) Deserialize an object from a SectionWrapper.Optional
<org.bukkit.inventory.ItemStack> ItemStackSerializer.deserialize
(SectionWrapper section) Optional
<org.bukkit.Location> LocationSerializer.deserialize
(SectionWrapper from) <T> Optional
<T> SerializerRegistry.deserialize
(SectionWrapper wrapper, Class<T> type) Deserialize an object from a SectionWrapper using the registered serializer. -
Uses of SectionWrapper in dev.crafty.core.gui
Methods in dev.crafty.core.gui with parameters of type SectionWrapperModifier and TypeMethodDescriptionabstract GuiItem[]
ItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) ItemSupplier.getActions
(SectionWrapper section, Menu menu) -
Uses of SectionWrapper in dev.crafty.core.gui.suppliers
Methods in dev.crafty.core.gui.suppliers with parameters of type SectionWrapperModifier and TypeMethodDescriptionGuiItem[]
ConditionalItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]
DynamicItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]
MappedItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]
PaginatedMappedItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]
StaticItemSupplier.apply
(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) -
Uses of SectionWrapper in dev.crafty.core.util
Methods in dev.crafty.core.util that return SectionWrapperModifier and TypeMethodDescriptionstatic SectionWrapper
Configs.getOrCreateConfigFile
(CraftyPlugin plugin, String filePath)