Class Record

java.lang.Object
io.aether.api.smarthome.Record
All Implemented Interfaces:
io.aether.utils.ToString

public class Record extends Object implements io.aether.utils.ToString
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.aether.net.fastMeta.FastMetaType<Record>
     
    static final io.aether.net.fastMeta.FastMetaType<Record>
     
    protected final byte
     
    protected final byte
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Record(byte value, byte time)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    byte
     
    byte
     
    int
     
     
    void
    toString(io.aether.utils.AString sb)
     

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.aether.utils.ToString

    toString2
  • Field Details

    • META_BODY

      public static final io.aether.net.fastMeta.FastMetaType<Record> META_BODY
    • META

      public static final io.aether.net.fastMeta.FastMetaType<Record> META
    • value

      protected final byte value
    • time

      protected final byte time
  • Constructor Details

    • Record

      public Record(byte value, byte time)
  • Method Details

    • getValue

      public byte getValue()
    • getTime

      public byte getTime()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public void toString(io.aether.utils.AString sb)
      Specified by:
      toString in interface io.aether.utils.ToString