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