Uses of Interface
org.bukkit.entity.Cow.Variant
Packages that use Cow.Variant
Package
Description
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.datacomponent
Fields 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.registry
Fields in io.papermc.paper.registry with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Cow.Variant> RegistryKey.COW_VARIANT
Data-driven registry for cow variants. -
Uses of Cow.Variant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Cow.VariantModifier and TypeFieldDescriptionstatic final TypedKey
<Cow.Variant> CowVariantKeys.COLD
minecraft:cold
static final TypedKey
<Cow.Variant> CowVariantKeys.TEMPERATE
minecraft:temperate
static final TypedKey
<Cow.Variant> CowVariantKeys.WARM
minecraft:warm
Methods 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.Variant
in the registryminecraft:cow_variant
. -
Uses of Cow.Variant in org.bukkit.entity
Fields in org.bukkit.entity declared as Cow.VariantModifier and TypeFieldDescriptionstatic final Cow.Variant
Cow.Variant.COLD
static final Cow.Variant
Cow.Variant.TEMPERATE
static final Cow.Variant
Cow.Variant.WARM
Methods in org.bukkit.entity that return Cow.VariantMethods in org.bukkit.entity with parameters of type Cow.VariantModifier and TypeMethodDescriptionvoid
Cow.setVariant
(Cow.Variant variant) Sets the variant of this cow.