Uses of Interface
org.bukkit.entity.Cow.Variant
Packages that use Cow.Variant
Package
Description
This package contains events related to the Paper registry system.
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of Cow.Variant in io.papermc.paper.datacomponentFields in io.papermc.paper.datacomponent with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<Cow.Variant> DataComponentTypes.COW_VARIANT
- 
Uses of Cow.Variant in io.papermc.paper.registryFields in io.papermc.paper.registry with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final RegistryKey<Cow.Variant> RegistryKey.COW_VARIANTData-driven registry for cow variants.
- 
Uses of Cow.Variant in io.papermc.paper.registry.eventFields in io.papermc.paper.registry.event with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final RegistryEventProvider<Cow.Variant, CowVariantRegistryEntry.Builder> RegistryEvents.COW_VARIANT
- 
Uses of Cow.Variant in io.papermc.paper.registry.keysFields in io.papermc.paper.registry.keys with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final TypedKey<Cow.Variant> CowVariantKeys.COLDminecraft:coldstatic final TypedKey<Cow.Variant> CowVariantKeys.TEMPERATEminecraft:temperatestatic final TypedKey<Cow.Variant> CowVariantKeys.WARMminecraft:warmMethods in io.papermc.paper.registry.keys that return types with arguments of type Cow.VariantModifier and TypeMethodDescriptionstatic TypedKey<Cow.Variant> Creates a typed key forCow.Variantin the registryminecraft:cow_variant.
- 
Uses of Cow.Variant in org.bukkit.entityFields in org.bukkit.entity declared as Cow.VariantModifier and TypeFieldDescriptionstatic final Cow.VariantCow.Variant.COLDstatic final Cow.VariantCow.Variant.TEMPERATEstatic final Cow.VariantCow.Variant.WARMMethods in org.bukkit.entity that return Cow.VariantMethods in org.bukkit.entity with parameters of type Cow.VariantModifier and TypeMethodDescriptionvoidCow.setVariant(Cow.Variant variant) Sets the variant of this cow.