Uses of Record Class
net.minecraft.world.entity.animal.wolf.WolfVariant
Packages that use WolfVariant
Package
Description
-
Uses of WolfVariant in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final DataComponentType<Holder<WolfVariant>> DataComponents.WOLF_VARIANT -
Uses of WolfVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<WolfVariant>> Registries.WOLF_VARIANT -
Uses of WolfVariant in net.minecraft.data.advancements.packs
Method parameters in net.minecraft.data.advancements.packs with type arguments of type WolfVariantModifier and TypeMethodDescriptionprivate static Advancement.BuilderVanillaHusbandryAdvancements.addTamedWolfVariants(Advancement.Builder advancement, HolderLookup<WolfVariant> wolfVariants) -
Uses of WolfVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<WolfVariant>> EntityDataSerializers.WOLF_VARIANT -
Uses of WolfVariant in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final ResourceKey<WolfVariant> WolfVariants.ASHENstatic final ResourceKey<WolfVariant> WolfVariants.BLACKstatic final ResourceKey<WolfVariant> WolfVariants.CHESTNUTstatic final com.mojang.serialization.Codec<Holder<WolfVariant>> WolfVariant.CODECprivate static final EntityDataAccessor<Holder<WolfVariant>> Wolf.DATA_VARIANT_IDstatic final ResourceKey<WolfVariant> WolfVariants.DEFAULTstatic final com.mojang.serialization.Codec<WolfVariant> WolfVariant.DIRECT_CODECstatic final com.mojang.serialization.Codec<WolfVariant> WolfVariant.NETWORK_CODECstatic final ResourceKey<WolfVariant> WolfVariants.PALEstatic final ResourceKey<WolfVariant> WolfVariants.RUSTYstatic final ResourceKey<WolfVariant> WolfVariants.SNOWYstatic final ResourceKey<WolfVariant> WolfVariants.SPOTTEDstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<WolfVariant>> WolfVariant.STREAM_CODECstatic final ResourceKey<WolfVariant> WolfVariants.STRIPEDfinal Holder<WolfVariant> Wolf.WolfPackData.typestatic final ResourceKey<WolfVariant> WolfVariants.WOODSMethods in net.minecraft.world.entity.animal.wolf that return types with arguments of type WolfVariantModifier and TypeMethodDescriptionprivate static ResourceKey<WolfVariant> private Holder<WolfVariant> Wolf.getVariant()Method parameters in net.minecraft.world.entity.animal.wolf with type arguments of type WolfVariantModifier and TypeMethodDescriptionstatic voidWolfVariants.bootstrap(BootstrapContext<WolfVariant> context) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, ResourceKey<Biome> spawnBiome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, ResourceKey<Biome> spawnBiome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, TagKey<Biome> spawnBiome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, TagKey<Biome> spawnBiome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, SpawnPrioritySelectors selectors) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> name, String fileName, SpawnPrioritySelectors selectors) private voidWolf.setVariant(Holder<WolfVariant> variant) Constructor parameters in net.minecraft.world.entity.animal.wolf with type arguments of type WolfVariant