Record Class UVs
java.lang.Object
java.lang.Record
com.wildfire.common.config.UVs
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.iterator()overlay()Returns the value of theoverlayrecord component.booleanreset()skin()Returns the value of theskinrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
CODEC
-
LEGACY_CODEC
-
CODEC_OR_LEGACY
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, UVs> STREAM_CODEC
-
-
Constructor Details
-
UVs
-
-
Method Details
-
iterator
-
reset
public boolean reset() -
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). -
skin
Returns the value of theskinrecord component.- Returns:
- the value of the
skinrecord component
-
overlay
Returns the value of theoverlayrecord component.- Returns:
- the value of the
overlayrecord component
-