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 HeadModificationHandling
HeadPluginCompatibility. getExternalHeadHandling(String ownerName, UUID ownerID)
Gets the acceptable head modifiability of considering the provided name and ID of the head.HeadModificationHandling
HeadPluginCompatibility. getExternalHeadHandling(BlockState state)
Gets the acceptable head modifiability of considering the provided name and ID of the head.HeadModificationHandling
HeadPluginCompatibility. 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 HeadModificationHandling
ExternalHeads. getHandling(String username)
Retrieves the recommended handling (modifiability) for previously-recorded head usernamestatic HeadModificationHandling
ExternalHeads. getHandling(UUID id)
Retrieves the recommended handling (modifiability) for previously-recorded head UUIDstatic HeadModificationHandling
HeadModificationHandling. 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 void
ExternalHeads. loadIdsFromConfig(ConfigurationSection section, String key, HeadModificationHandling handling)
Load a list of UUIDs from a configuration entry and records their recommended handling.static void
ExternalHeads. loadNamesFromConfig(ConfigurationSection section, String key, HeadModificationHandling handling)
Load a list of usernames from a configuration entry and records their recommended handling.
-