Uses of Record Class
net.minecraft.entity.passive.WolfVariant
Packages that use WolfVariant
Package
Description
-
Uses of WolfVariant in net.minecraft.component
Fields in net.minecraft.component with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final ComponentType
<RegistryEntry<WolfVariant>> DataComponentTypes.WOLF_VARIANT
-
Uses of WolfVariant in net.minecraft.data.advancement.vanilla
Method parameters in net.minecraft.data.advancement.vanilla with type arguments of type WolfVariantModifier and TypeMethodDescriptionprivate static Advancement.Builder
VanillaHusbandryTabAdvancementGenerator.requireAllWolvesTamed
(Advancement.Builder builder, RegistryWrapper<WolfVariant> wolfVariantRegistry) -
Uses of WolfVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler
<RegistryEntry<WolfVariant>> TrackedDataHandlerRegistry.WOLF_VARIANT
-
Uses of WolfVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<WolfVariant> WolfVariants.ASHEN
static final RegistryKey
<WolfVariant> WolfVariants.BLACK
static final RegistryKey
<WolfVariant> WolfVariants.CHESTNUT
static final com.mojang.serialization.Codec
<WolfVariant> WolfVariant.CODEC
static final RegistryKey
<WolfVariant> WolfVariants.DEFAULT
static final com.mojang.serialization.Codec
<RegistryEntry<WolfVariant>> WolfVariant.ENTRY_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<WolfVariant>> WolfVariant.ENTRY_PACKET_CODEC
static final com.mojang.serialization.Codec
<WolfVariant> WolfVariant.NETWORK_CODEC
static final RegistryKey
<WolfVariant> WolfVariants.PALE
static final RegistryKey
<WolfVariant> WolfVariants.RUSTY
static final RegistryKey
<WolfVariant> WolfVariants.SNOWY
static final RegistryKey
<WolfVariant> WolfVariants.SPOTTED
static final RegistryKey
<WolfVariant> WolfVariants.STRIPED
final RegistryEntry
<WolfVariant> WolfEntity.WolfData.variant
private static final TrackedData
<RegistryEntry<WolfVariant>> WolfEntity.VARIANT
static final RegistryKey
<WolfVariant> WolfVariants.WOODS
Methods in net.minecraft.entity.passive that return types with arguments of type WolfVariantModifier and TypeMethodDescriptionprivate RegistryEntry
<WolfVariant> WolfEntity.getVariant()
private static RegistryKey
<WolfVariant> Method parameters in net.minecraft.entity.passive with type arguments of type WolfVariantModifier and TypeMethodDescriptionstatic void
WolfVariants.bootstrap
(Registerable<WolfVariant> registry) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, SpawnConditionSelectors spawnConditions) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, SpawnConditionSelectors spawnConditions) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, RegistryKey<Biome> biome) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, RegistryKey<Biome> biome) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) private static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) private void
WolfEntity.setVariant
(RegistryEntry<WolfVariant> variant) Constructor parameters in net.minecraft.entity.passive with type arguments of type WolfVariant -
Uses of WolfVariant in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type WolfVariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<WolfVariant>> RegistryKeys.WOLF_VARIANT