public class InvTriggerMigrationHelper extends AbstractInvTriggerMingrationHelper<org.bukkit.inventory.ItemStack>
Modifier and Type | Field and Description |
---|---|
protected org.bukkit.configuration.file.FileConfiguration |
oldConfig |
oldFile
Constructor and Description |
---|
InvTriggerMigrationHelper(File oldFile,
org.bukkit.configuration.file.FileConfiguration oldConfig) |
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,org.bukkit.inventory.ItemStack> |
getItems() |
protected Optional<Integer> |
getSize() |
migrate
public InvTriggerMigrationHelper(File oldFile, org.bukkit.configuration.file.FileConfiguration oldConfig)
protected Optional<Integer> getSize()
getSize
in class AbstractInvTriggerMingrationHelper<org.bukkit.inventory.ItemStack>
protected Map<Integer,org.bukkit.inventory.ItemStack> getItems()
getItems
in class AbstractInvTriggerMingrationHelper<org.bukkit.inventory.ItemStack>