Uses of Interface
org.bukkit.entity.Chicken.Variant
Packages that use Chicken.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 Chicken.Variant in io.papermc.paper.datacomponentFields 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.registryFields in io.papermc.paper.registry with type parameters of type Chicken.VariantModifier and TypeFieldDescriptionstatic final RegistryKey<Chicken.Variant> RegistryKey.CHICKEN_VARIANTData-driven registry for chicken variants.
- 
Uses of Chicken.Variant in io.papermc.paper.registry.eventFields in io.papermc.paper.registry.event with type parameters of type Chicken.Variant
- 
Uses of Chicken.Variant in io.papermc.paper.registry.keysFields in io.papermc.paper.registry.keys with type parameters of type Chicken.VariantModifier and TypeFieldDescriptionstatic final TypedKey<Chicken.Variant> ChickenVariantKeys.COLDminecraft:coldstatic final TypedKey<Chicken.Variant> ChickenVariantKeys.TEMPERATEminecraft:temperatestatic final TypedKey<Chicken.Variant> ChickenVariantKeys.WARMminecraft:warmMethods 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.Variantin the registryminecraft:chicken_variant.
- 
Uses of Chicken.Variant in org.bukkit.entityFields in org.bukkit.entity declared as Chicken.VariantModifier and TypeFieldDescriptionstatic final Chicken.VariantChicken.Variant.COLDstatic final Chicken.VariantChicken.Variant.TEMPERATEstatic final Chicken.VariantChicken.Variant.WARMMethods in org.bukkit.entity that return Chicken.VariantMethods in org.bukkit.entity with parameters of type Chicken.VariantModifier and TypeMethodDescriptionvoidChicken.setVariant(Chicken.Variant variant) Sets the variant of this chicken.