Record Class CarryOnScript.ScriptObject.ScriptObjectBlock

java.lang.Object
java.lang.Record
tschipp.carryon.common.scripting.CarryOnScript.ScriptObject.ScriptObjectBlock
Enclosing class:
CarryOnScript.ScriptObject

public static record CarryOnScript.ScriptObject.ScriptObjectBlock(Optional<net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.Block>> typeNameBlock, Matchables.NumberBoundCondition typeHardness, Matchables.NumberBoundCondition typeResistance, Matchables.NBTCondition typeBlockTag) extends Record
  • Field Details

  • Constructor Details

    • ScriptObjectBlock

      public ScriptObjectBlock(Optional<net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.Block>> typeNameBlock, Matchables.NumberBoundCondition typeHardness, Matchables.NumberBoundCondition typeResistance, Matchables.NBTCondition typeBlockTag)
      Creates an instance of a ScriptObjectBlock record class.
      Parameters:
      typeNameBlock - the value for the typeNameBlock record component
      typeHardness - the value for the typeHardness record component
      typeResistance - the value for the typeResistance record component
      typeBlockTag - the value for the typeBlockTag record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • typeNameBlock

      public Optional<net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.Block>> typeNameBlock()
      Returns the value of the typeNameBlock record component.
      Returns:
      the value of the typeNameBlock record component
    • typeHardness

      public Matchables.NumberBoundCondition typeHardness()
      Returns the value of the typeHardness record component.
      Returns:
      the value of the typeHardness record component
    • typeResistance

      public Matchables.NumberBoundCondition typeResistance()
      Returns the value of the typeResistance record component.
      Returns:
      the value of the typeResistance record component
    • typeBlockTag

      public Matchables.NBTCondition typeBlockTag()
      Returns the value of the typeBlockTag record component.
      Returns:
      the value of the typeBlockTag record component