net.minecraft.world.entity.animal

public final class WolfVariant

cjb
net.minecraft.world.entity.animal.WolfVariant
net.minecraft.class_9346
net.minecraft.entity.passive.WolfVariant
net.minecraft.world.entity.animal.WolfVariant

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<WolfVariant>
a
DIRECT_CODEC
field_49724
CODEC
public static final StreamCodec<RegistryFriendlyByteBuf, WolfVariant>
b
DIRECT_STREAM_CODEC
field_51943
PACKET_CODEC
public static final com.mojang.serialization.Codec<Holder<WolfVariant>>
c
CODEC
field_49980
ENTRY_CODEC
public static final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfVariant>>
d
STREAM_CODEC
field_51944
ENTRY_PACKET_CODEC
private final ResourceLocation
e
wildTexture
field_49981
wildId
private final ResourceLocation
f
tameTexture
field_49982
tameId
private final ResourceLocation
g
angryTexture
field_49983
angryId
private final ResourceLocation
h
wildTextureFull
field_49984
wildTextureId
private final ResourceLocation
i
tameTextureFull
field_49985
tameTextureId
private final ResourceLocation
j
angryTextureFull
field_49986
angryTextureId
private final HolderSet<Biome>
k
biomes
field_49987
biomes

Constructor summary

ModifierConstructor
public (ResourceLocation wildId, ResourceLocation tameId, ResourceLocation angryId, HolderSet<Biome> biomes)

Method summary

Modifier and TypeMethod
private static ResourceLocation
a(alz arg0)
fullTextureId(ResourceLocation arg0)
method_58378(class_2960 arg0)
getTextureId(Identifier id)
public ResourceLocation
a()
wildTexture()
method_58377()
getWildTextureId()
public ResourceLocation
b()
tameTexture()
method_58381()
getTameTextureId()
public ResourceLocation
c()
angryTexture()
method_58383()
getAngryTextureId()
public HolderSet<Biome>
d()
biomes()
method_58385()
getBiomes()