Interface WolfMeta.Variant
- All Superinterfaces:
ProtocolObject
- Enclosing class:
WolfMeta
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final @NotNull BinaryTagSerializer
<DynamicRegistry.Key<WolfMeta.Variant>> static final NetworkBuffer.Type
<DynamicRegistry.Key<WolfMeta.Variant>> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> static final DynamicRegistry.Key
<WolfMeta.Variant> -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.key.Key
biomes()
static @NotNull WolfMeta.Variant.Builder
builder()
static @NotNull WolfMeta.Variant
create
(@NotNull net.kyori.adventure.key.Key wildTexture, @NotNull net.kyori.adventure.key.Key tameTexture, @NotNull net.kyori.adventure.key.Key angryTexture, @NotNull String biome) static @NotNull DynamicRegistry
<WolfMeta.Variant> Creates a new registry for wolf variants, loading the vanilla wolf variants.registry()
@NotNull net.kyori.adventure.key.Key
@NotNull net.kyori.adventure.key.Key
-
Field Details
-
NETWORK_TYPE
-
NBT_TYPE
-
BLACK
-
CHESTNUT
-
SNOWY
-
STRIPED
-
ASHEN
-
SPOTTED
-
RUSTY
-
WOODS
-
PALE
-
-
Method Details
-
create
@NotNull static @NotNull WolfMeta.Variant create(@NotNull @NotNull net.kyori.adventure.key.Key wildTexture, @NotNull @NotNull net.kyori.adventure.key.Key tameTexture, @NotNull @NotNull net.kyori.adventure.key.Key angryTexture, @NotNull @NotNull String biome) -
builder
-
createDefaultRegistry
Creates a new registry for wolf variants, loading the vanilla wolf variants.
- See Also:
-
wildTexture
@NotNull @NotNull net.kyori.adventure.key.Key wildTexture() -
tameTexture
@NotNull @NotNull net.kyori.adventure.key.Key tameTexture() -
angryTexture
@NotNull @NotNull net.kyori.adventure.key.Key angryTexture() -
biomes
-
registry
- Specified by:
registry
in interfaceProtocolObject
-