Record Class PotDecorations
java.lang.Object
java.lang.Record
net.minestom.server.item.component.PotDecorations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Materialstatic final PotDecorationsstatic final Codec<PotDecorations> static final NetworkBuffer.Type<PotDecorations> -
Constructor Summary
ConstructorsConstructorDescriptionPotDecorations(List<Material> list) PotDecorations(Material material) PotDecorations(Material back, Material left, Material right, Material front) Creates an instance of aPotDecorationsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionasList()back()Returns the value of thebackrecord component.final booleanIndicates whether some other object is "equal to" this one.front()Returns the value of thefrontrecord component.final inthashCode()Returns a hash code value for this object.left()Returns the value of theleftrecord component.right()Returns the value of therightrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
DEFAULT_ITEM
-
EMPTY
-
NETWORK_TYPE
-
NBT_TYPE
-
-
Constructor Details
-
PotDecorations
-
PotDecorations
-
PotDecorations
Creates an instance of aPotDecorationsrecord class.- Parameters:
back- the value for thebackrecord componentleft- the value for theleftrecord componentright- the value for therightrecord componentfront- the value for thefrontrecord component
-
-
Method Details
-
asList
-
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). -
back
Returns the value of thebackrecord component.- Returns:
- the value of the
backrecord component
-
left
Returns the value of theleftrecord component.- Returns:
- the value of the
leftrecord component
-
right
Returns the value of therightrecord component.- Returns:
- the value of the
rightrecord component
-
front
Returns the value of thefrontrecord component.- Returns:
- the value of the
frontrecord component
-