Record Class CullLayer
java.lang.Object
java.lang.Record
foundry.veil.api.client.render.rendertype.layer.CullLayer
- All Implemented Interfaces:
RenderTypeLayer
public record CullLayer(LayerTemplateValue<CullLayer.CullFace> face)
extends Record
implements RenderTypeLayer
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCullLayerrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddShard(VeilRenderTypeBuilder builder, Object... params) final booleanIndicates whether some other object is "equal to" this one.face()Returns the value of thefacerecord component.getType()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
CODEC
-
-
Constructor Details
-
CullLayer
Creates an instance of aCullLayerrecord class.- Parameters:
face- the value for thefacerecord 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). -
face
Returns the value of thefacerecord component.- Returns:
- the value of the
facerecord component
-