Record Class PatchesLayer
java.lang.Object
java.lang.Record
foundry.veil.api.client.render.rendertype.layer.PatchesLayer
- All Implemented Interfaces:
RenderTypeLayer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPatchesLayer(int patchVertices) Creates an instance of aPatchesLayerrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddShard(VeilRenderTypeBuilder builder, Object... params) final booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.intReturns the value of thepatchVerticesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
CODEC
-
-
Constructor Details
-
PatchesLayer
public PatchesLayer(int patchVertices) Creates an instance of aPatchesLayerrecord class.- Parameters:
patchVertices- the value for thepatchVerticesrecord component
-
-
Method Details
-
addShard
- Specified by:
addShardin interfaceRenderTypeLayer
-
getType
- Specified by:
getTypein interfaceRenderTypeLayer
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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 with '=='. -
patchVertices
public int patchVertices()Returns the value of thepatchVerticesrecord component.- Returns:
- the value of the
patchVerticesrecord component
-