Record Class BundleFiles.ScriptFiles
java.lang.Object
java.lang.Record
de.luckymcdev.foundryengine.common.bundle.info.BundleFiles.ScriptFiles
- Enclosing class:
BundleFiles
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BundleFiles.ScriptFiles> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclient()Returns the value of theclientrecord component.Returns the value of thecollectionrecord component.common()Returns the value of thecommonrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.root()Returns the value of therootrecord component.server()Returns the value of theserverrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
CODEC
-
-
Constructor Details
-
ScriptFiles
Creates an instance of aScriptFilesrecord class.- Parameters:
root- the value for therootrecord componentclient- the value for theclientrecord componentcommon- the value for thecommonrecord componentserver- the value for theserverrecord componentcollection- the value for thecollectionrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
root
Returns the value of therootrecord component.- Returns:
- the value of the
rootrecord component
-
client
Returns the value of theclientrecord component.- Returns:
- the value of the
clientrecord component
-
common
Returns the value of thecommonrecord component.- Returns:
- the value of the
commonrecord component
-
server
Returns the value of theserverrecord component.- Returns:
- the value of the
serverrecord component
-
collection
-