Uses of Enum
fr.fuzeblocks.homeplugin.sync.SyncMethod
Packages that use SyncMethod
Package
Description
- 
Uses of SyncMethod in fr.fuzeblocks.homepluginMethods in fr.fuzeblocks.homeplugin that return SyncMethodModifier and TypeMethodDescriptionstatic SyncMethodHomePlugin.getRegistrationType()Gets registration type.
- 
Uses of SyncMethod in fr.fuzeblocks.homeplugin.eventMethods in fr.fuzeblocks.homeplugin.event that return SyncMethodConstructors in fr.fuzeblocks.homeplugin.event with parameters of type SyncMethodModifierConstructorDescriptionOnEventAction(org.bukkit.entity.Player player, org.bukkit.Location location, SyncMethod type) Backward-compatible: 'location' is treated as the destination ("to").OnEventAction(org.bukkit.entity.Player player, org.bukkit.Location location, SyncMethod type, String homeName) Backward-compatible: 'location' is treated as the destination ("to").OnEventAction(org.bukkit.entity.Player player, org.bukkit.Location from, org.bukkit.Location to, SyncMethod type) Preferred constructor with explicit origin and destination and optional type.OnEventAction(org.bukkit.entity.Player player, org.bukkit.Location from, org.bukkit.Location to, SyncMethod type, String homeName) Preferred constructor with explicit origin and destination, optional type, and home name.
- 
Uses of SyncMethod in fr.fuzeblocks.homeplugin.syncMethods in fr.fuzeblocks.homeplugin.sync that return SyncMethodModifier and TypeMethodDescriptionstatic SyncMethodReturns the enum constant of this type with the specified name.static SyncMethod[]SyncMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.