Uses of Interface
org.bukkit.entity.Chicken.Variant
Packages that use Chicken.Variant
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Chicken.Variant in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type Chicken.VariantModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<Chicken.Variant> DataComponentTypes.CHICKEN_VARIANT
-
Uses of Chicken.Variant in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type Chicken.VariantModifier and TypeFieldDescriptionstatic final RegistryKey
<Chicken.Variant> RegistryKey.CHICKEN_VARIANT
Data-driven registry for chicken variants. -
Uses of Chicken.Variant in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type Chicken.VariantModifier and TypeFieldDescriptionstatic final TypedKey
<Chicken.Variant> ChickenVariantKeys.COLD
minecraft:cold
static final TypedKey
<Chicken.Variant> ChickenVariantKeys.TEMPERATE
minecraft:temperate
static final TypedKey
<Chicken.Variant> ChickenVariantKeys.WARM
minecraft:warm
Methods in io.papermc.paper.registry.keys that return types with arguments of type Chicken.VariantModifier and TypeMethodDescriptionstatic TypedKey
<Chicken.Variant> Creates a typed key forChicken.Variant
in the registryminecraft:chicken_variant
. -
Uses of Chicken.Variant in org.bukkit.entity
Fields in org.bukkit.entity declared as Chicken.VariantModifier and TypeFieldDescriptionstatic final Chicken.Variant
Chicken.Variant.COLD
static final Chicken.Variant
Chicken.Variant.TEMPERATE
static final Chicken.Variant
Chicken.Variant.WARM
Methods in org.bukkit.entity that return Chicken.VariantMethods in org.bukkit.entity with parameters of type Chicken.VariantModifier and TypeMethodDescriptionvoid
Chicken.setVariant
(Chicken.Variant variant) Sets the variant of this chicken.