Record Class BBMeta
java.lang.Object
java.lang.Record
com.github.darksoulq.abyssallib.common.model.blockbench.meta.BBMeta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanboxUv()Returns the value of theboxUvrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theformatVersionrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themodelFormatrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BBMeta
Creates an instance of aBBMetarecord class.- Parameters:
formatVersion- the value for theformatVersionrecord componentmodelFormat- the value for themodelFormatrecord componentboxUv- the value for theboxUvrecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
formatVersion
Returns the value of theformatVersionrecord component.- Returns:
- the value of the
formatVersionrecord component
-
modelFormat
Returns the value of themodelFormatrecord component.- Returns:
- the value of the
modelFormatrecord component
-
boxUv
public boolean boxUv()Returns the value of theboxUvrecord component.- Returns:
- the value of the
boxUvrecord component
-