Record Class DebugHiveCustomPayload.HiveInfo

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugHiveCustomPayload.HiveInfo
Record Components:
pos -
hiveType -
occupantCount -
honeyLevel -
sedated -
Enclosing class:
DebugHiveCustomPayload

public static record DebugHiveCustomPayload.HiveInfo(BlockPos pos, String hiveType, int occupantCount, int honeyLevel, boolean sedated) extends Record
Mappings:
Namespace Name
named net/minecraft/network/packet/s2c/custom/DebugHiveCustomPayload$HiveInfo
intermediary net/minecraft/class_8718$class_8719
official abe$a
named pos
intermediary comp_1694
official a
named hiveType
intermediary comp_1695
official b
named occupantCount
intermediary comp_1696
official c
named honeyLevel
intermediary comp_1697
official d
named sedated
intermediary comp_1698
official e
  • Field Details

    • pos

      private final BlockPos pos
      The field for the pos record component.
    • hiveType

      private final String hiveType
      The field for the hiveType record component.
    • occupantCount

      private final int occupantCount
      The field for the occupantCount record component.
    • honeyLevel

      private final int honeyLevel
      The field for the honeyLevel record component.
    • sedated

      private final boolean sedated
      The field for the sedated record component.
  • Constructor Details

    • HiveInfo

      public HiveInfo(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/s2c/custom/DebugHiveCustomPayload$HiveInfo;<init>(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary <init> Lnet/minecraft/class_8718$class_8719;<init>(Lnet/minecraft/class_2540;)V
      official <init> Labe$a;<init>(Lwm;)V
    • HiveInfo

      public HiveInfo(BlockPos blockPos, String string, int int2, int int3, boolean bool)
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/s2c/custom/DebugHiveCustomPayload$HiveInfo;write(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_53036 Lnet/minecraft/class_8718$class_8719;method_53036(Lnet/minecraft/class_2540;)V
      official a Labe$a;a(Lwm;)V
    • 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 object)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • pos

      public BlockPos pos()
      Returns the value of the pos record component.
      Returns:
      the value of the pos record component
    • hiveType

      public String hiveType()
      Returns the value of the hiveType record component.
      Returns:
      the value of the hiveType record component
    • occupantCount

      public int occupantCount()
      Returns the value of the occupantCount record component.
      Returns:
      the value of the occupantCount record component
    • honeyLevel

      public int honeyLevel()
      Returns the value of the honeyLevel record component.
      Returns:
      the value of the honeyLevel record component
    • sedated

      public boolean sedated()
      Returns the value of the sedated record component.
      Returns:
      the value of the sedated record component