Record Class PigVariantImpl
java.lang.Object
java.lang.Record
net.minestom.server.entity.metadata.animal.PigVariantImpl
- All Implemented Interfaces:
PigVariant
public record PigVariantImpl(PigVariant.Model model, @NotNull net.kyori.adventure.key.Key assetId)
extends Record
implements PigVariant
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minestom.server.entity.metadata.animal.PigVariant
PigVariant.Model
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey
<PigVariant> static final RegistryKey
<PigVariant> static final RegistryKey
<PigVariant> Fields inherited from interface net.minestom.server.entity.metadata.animal.PigVariant
CODEC, NETWORK_TYPE, REGISTRY_CODEC
-
Constructor Summary
ConstructorsConstructorDescriptionPigVariantImpl
(PigVariant.Model model, @NotNull net.kyori.adventure.key.Key assetId) Creates an instance of aPigVariantImpl
record class. -
Method Summary
Modifier and TypeMethodDescription@NotNull net.kyori.adventure.key.Key
assetId()
Returns the value of theassetId
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.model()
Returns the value of themodel
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
WARM
-
COLD
-
TEMPERATE
-
-
Constructor Details
-
PigVariantImpl
public PigVariantImpl(@NotNull PigVariant.Model model, @NotNull @NotNull net.kyori.adventure.key.Key assetId) Creates an instance of aPigVariantImpl
record class.- Parameters:
model
- the value for themodel
record componentassetId
- the value for theassetId
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
model
Returns the value of themodel
record component.- Specified by:
model
in interfacePigVariant
- Returns:
- the value of the
model
record component
-
assetId
@NotNull public @NotNull net.kyori.adventure.key.Key assetId()Returns the value of theassetId
record component.- Specified by:
assetId
in interfacePigVariant
- Returns:
- the value of the
assetId
record component
-