Record Class LineLayer
java.lang.Object
java.lang.Record
foundry.veil.api.client.render.rendertype.layer.LineLayer
- All Implemented Interfaces:
RenderTypeLayer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineLayer(OptionalDouble width) Creates an instance of aLineLayerrecord 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.final StringtoString()Returns a string representation of this record class.width()Returns the value of thewidthrecord component.
-
Field Details
-
CODEC
-
-
Constructor Details
-
LineLayer
Creates an instance of aLineLayerrecord class.- Parameters:
width- the value for thewidthrecord 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 withObjects::equals(Object,Object). -
width
Returns the value of thewidthrecord component.- Returns:
- the value of the
widthrecord component
-