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, Key assetId)
extends Record
implements PigVariant
-
Nested Class Summary
Nested classes/interfaces inherited from interface PigVariant
PigVariant.Model -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey<PigVariant> static final RegistryKey<PigVariant> static final RegistryKey<PigVariant> Fields inherited from interface PigVariant
CODEC, NETWORK_TYPE, REGISTRY_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionPigVariantImpl(PigVariant.Model model, Key assetId) Creates an instance of aPigVariantImplrecord class. -
Method Summary
Modifier and TypeMethodDescriptionassetId()Returns the value of theassetIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.model()Returns the value of themodelrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
WARM
-
COLD
-
TEMPERATE
-
-
Constructor Details
-
PigVariantImpl
Creates an instance of aPigVariantImplrecord class.- Parameters:
model- the value for themodelrecord componentassetId- the value for theassetIdrecord 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 themodelrecord component.- Specified by:
modelin interfacePigVariant- Returns:
- the value of the
modelrecord component
-
assetId
Returns the value of theassetIdrecord component.- Specified by:
assetIdin interfacePigVariant- Returns:
- the value of the
assetIdrecord component
-