Module net.minestom.server
Interface WolfVariant
public sealed interface WolfVariant
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> static final Codec
<RegistryKey<WolfVariant>> static final NetworkBuffer.Type
<RegistryKey<WolfVariant>> static final RegistryKey
<WolfVariant> static final Codec
<WolfVariant> static final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> static final RegistryKey
<WolfVariant> -
Method Summary
Modifier and TypeMethodDescriptionassets()
static WolfVariant.Builder
builder()
static WolfVariant
create
(net.kyori.adventure.key.Key wild, net.kyori.adventure.key.Key tame, net.kyori.adventure.key.Key angry) static WolfVariant
create
(WolfVariant.Assets assets) static DynamicRegistry
<WolfVariant> Creates a new instance of the "minecraft:wolf_variant" registry containing the vanilla contents.
-
Field Details
-
REGISTRY_CODEC
-
NETWORK_TYPE
-
CODEC
-
BLACK
-
CHESTNUT
-
SNOWY
-
STRIPED
-
ASHEN
-
SPOTTED
-
RUSTY
-
WOODS
-
PALE
-
-
Method Details
-
create
-
create
static WolfVariant create(net.kyori.adventure.key.Key wild, net.kyori.adventure.key.Key tame, net.kyori.adventure.key.Key angry) -
builder
-
createDefaultRegistry
Creates a new instance of the "minecraft:wolf_variant" registry containing the vanilla contents.- See Also:
-
assets
WolfVariant.Assets assets()
-