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 @NotNull 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 TypeMethodDescription@NotNull WolfVariant.Assets
assets()
static @NotNull WolfVariant.Builder
builder()
static @NotNull WolfVariant
create
(@NotNull net.kyori.adventure.key.Key wild, @NotNull net.kyori.adventure.key.Key tame, @NotNull net.kyori.adventure.key.Key angry) static @NotNull WolfVariant
create
(@NotNull 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
@NotNull static @NotNull WolfVariant create(@NotNull @NotNull net.kyori.adventure.key.Key wild, @NotNull @NotNull net.kyori.adventure.key.Key tame, @NotNull @NotNull 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
-