Uses of Interface
org.bukkit.entity.Wolf.Variant
Packages that use Wolf.Variant
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Wolf.Variant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Wolf.VariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Wolf.Variant> RegistryKey.WOLF_VARIANT
Data-driven registry for wolf variants -
Uses of Wolf.Variant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Wolf.VariantModifier and TypeFieldDescriptionstatic final TypedKey
<Wolf.Variant> WolfVariantKeys.ASHEN
minecraft:ashen
static final TypedKey
<Wolf.Variant> WolfVariantKeys.BLACK
minecraft:black
static final TypedKey
<Wolf.Variant> WolfVariantKeys.CHESTNUT
minecraft:chestnut
static final TypedKey
<Wolf.Variant> WolfVariantKeys.PALE
minecraft:pale
static final TypedKey
<Wolf.Variant> WolfVariantKeys.RUSTY
minecraft:rusty
static final TypedKey
<Wolf.Variant> WolfVariantKeys.SNOWY
minecraft:snowy
static final TypedKey
<Wolf.Variant> WolfVariantKeys.SPOTTED
minecraft:spotted
static final TypedKey
<Wolf.Variant> WolfVariantKeys.STRIPED
minecraft:striped
static final TypedKey
<Wolf.Variant> WolfVariantKeys.WOODS
minecraft:woods
Methods in io.papermc.paper.registry.keys that return types with arguments of type Wolf.VariantModifier and TypeMethodDescriptionstatic @NotNull TypedKey
<Wolf.Variant> Creates a key forWolf.Variant
in a registry. -
Uses of Wolf.Variant in org.bukkit
Fields in org.bukkit with type parameters of type Wolf.VariantModifier and TypeFieldDescriptionstatic final Registry
<Wolf.Variant> Registry.WOLF_VARIANT
Deprecated. -
Uses of Wolf.Variant in org.bukkit.entity
Fields in org.bukkit.entity declared as Wolf.VariantModifier and TypeFieldDescriptionstatic final Wolf.Variant
Wolf.Variant.ASHEN
static final Wolf.Variant
Wolf.Variant.BLACK
static final Wolf.Variant
Wolf.Variant.CHESTNUT
static final Wolf.Variant
Wolf.Variant.PALE
static final Wolf.Variant
Wolf.Variant.RUSTY
static final Wolf.Variant
Wolf.Variant.SNOWY
static final Wolf.Variant
Wolf.Variant.SPOTTED
static final Wolf.Variant
Wolf.Variant.STRIPED
static final Wolf.Variant
Wolf.Variant.WOODS
Methods in org.bukkit.entity that return Wolf.VariantMethods in org.bukkit.entity with parameters of type Wolf.VariantModifier and TypeMethodDescriptionvoid
Wolf.setVariant
(@NotNull Wolf.Variant variant) Set the variant of this wolf.
RegistryAccess.getRegistry(io.papermc.paper.registry.RegistryKey)
withRegistryKey.WOLF_VARIANT