Uses of Class
com.github.crashdemons.playerheads.compatibility.plugins.heads.HeadModificationHandling
-
Packages that use HeadModificationHandling Package Description com.github.crashdemons.playerheads.compatibility.plugins A collection of helper classes providing methods from other bukkit plugins, for use in CompatiblePlugins class to increase compatibility between plugins.com.github.crashdemons.playerheads.compatibility.plugins.heads A collection of helper classes providing methods for third-party head support -
-
Uses of HeadModificationHandling in com.github.crashdemons.playerheads.compatibility.plugins
Methods in com.github.crashdemons.playerheads.compatibility.plugins that return HeadModificationHandling Modifier and Type Method Description HeadModificationHandlingHeadPluginCompatibility. getExternalHeadHandling(String ownerName, UUID ownerID)Gets the acceptable head modifiability of considering the provided name and ID of the head.HeadModificationHandlingHeadPluginCompatibility. getExternalHeadHandling(BlockState state)Gets the acceptable head modifiability of considering the provided name and ID of the head.HeadModificationHandlingHeadPluginCompatibility. getExternalHeadHandling(ItemStack stack)Gets the acceptable head modifiability of considering the provided name and ID of the head. -
Uses of HeadModificationHandling in com.github.crashdemons.playerheads.compatibility.plugins.heads
Methods in com.github.crashdemons.playerheads.compatibility.plugins.heads that return HeadModificationHandling Modifier and Type Method Description static HeadModificationHandlingExternalHeads. getHandling(String username)Retrieves the recommended handling (modifiability) for previously-recorded head usernamestatic HeadModificationHandlingExternalHeads. getHandling(UUID id)Retrieves the recommended handling (modifiability) for previously-recorded head UUIDstatic HeadModificationHandlingHeadModificationHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static HeadModificationHandling[]HeadModificationHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.crashdemons.playerheads.compatibility.plugins.heads with parameters of type HeadModificationHandling Modifier and Type Method Description static voidExternalHeads. loadIdsFromConfig(ConfigurationSection section, String key, HeadModificationHandling handling)Load a list of UUIDs from a configuration entry and records their recommended handling.static voidExternalHeads. loadNamesFromConfig(ConfigurationSection section, String key, HeadModificationHandling handling)Load a list of usernames from a configuration entry and records their recommended handling.
-