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.BuilderVanillaHusbandryTabAdvancementGenerator.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.ASHENstatic final RegistryKey<WolfVariant> WolfVariants.BLACKstatic final RegistryKey<WolfVariant> WolfVariants.CHESTNUTstatic final com.mojang.serialization.Codec<WolfVariant> WolfVariant.CODECstatic final RegistryKey<WolfVariant> WolfVariants.DEFAULTstatic final com.mojang.serialization.Codec<RegistryEntry<WolfVariant>> WolfVariant.ENTRY_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<WolfVariant>> WolfVariant.ENTRY_PACKET_CODECstatic final com.mojang.serialization.Codec<WolfVariant> WolfVariant.NETWORK_CODECstatic final RegistryKey<WolfVariant> WolfVariants.PALEstatic final RegistryKey<WolfVariant> WolfVariants.RUSTYstatic final RegistryKey<WolfVariant> WolfVariants.SNOWYstatic final RegistryKey<WolfVariant> WolfVariants.SPOTTEDstatic final RegistryKey<WolfVariant> WolfVariants.STRIPEDfinal RegistryEntry<WolfVariant> WolfEntity.WolfData.variantprivate static final TrackedData<RegistryEntry<WolfVariant>> WolfEntity.VARIANTstatic final RegistryKey<WolfVariant> WolfVariants.WOODSMethods in net.minecraft.entity.passive that return types with arguments of type WolfVariantModifier and TypeMethodDescriptionprivate RegistryEntry<WolfVariant> WolfEntity.getVariant()private static RegistryKey<WolfVariant> static Optional<? extends RegistryEntry<WolfVariant>> WolfVariants.select(Random random, DynamicRegistryManager registries, SpawnContext context) Method parameters in net.minecraft.entity.passive with type arguments of type WolfVariantModifier and TypeMethodDescriptionstatic voidWolfVariants.bootstrap(Registerable<WolfVariant> registry) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, SpawnConditionSelectors spawnConditions) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, SpawnConditionSelectors spawnConditions) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, RegistryKey<Biome> biome) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, RegistryKey<Biome> biome) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) private voidWolfEntity.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