Interface WolfVariant
public sealed interface WolfVariant
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final @NotNull Codec<DynamicRegistry.Key<WolfVariant>> static final NetworkBuffer.Type<DynamicRegistry.Key<WolfVariant>> static final DynamicRegistry.Key<WolfVariant> static final Codec<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> static final DynamicRegistry.Key<WolfVariant> -
Method Summary
Modifier and TypeMethodDescription@NotNull WolfVariant.Assetsassets()static @NotNull WolfVariant.Builderbuilder()static @NotNull WolfVariantcreate(@NotNull net.kyori.adventure.key.Key wild, @NotNull net.kyori.adventure.key.Key tame, @NotNull net.kyori.adventure.key.Key angry) static @NotNull WolfVariantcreate(@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
-