Record Class DebugRedstoneUpdateOrderCustomPayload.Wire
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugRedstoneUpdateOrderCustomPayload.Wire
- Record Components:
pos-orientation-
- Enclosing class:
DebugRedstoneUpdateOrderCustomPayload
public static record DebugRedstoneUpdateOrderCustomPayload.Wire(BlockPos pos, WireOrientation orientation)
extends Record
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/custom/DebugRedstoneUpdateOrderCustomPayload$Wireintermediary net/minecraft/class_9831$class_9832official abh$anamed posintermediary comp_2881official bnamed orientationintermediary comp_2882official c
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WireOrientationThe field for theorientationrecord component.static final PacketCodec<ByteBuf, DebugRedstoneUpdateOrderCustomPayload.Wire> private final BlockPosThe field for theposrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theorientationrecord component.pos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pos
The field for theposrecord component. -
orientation
The field for theorientationrecord component. -
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/network/packet/s2c/custom/DebugRedstoneUpdateOrderCustomPayload$Wire;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_52322Lnet/minecraft/class_9831$class_9832;field_52322:Lnet/minecraft/class_9139;official aLabh$a;a:Lze;
-
-
Constructor Details
-
Wire
-
-
Method Details
-
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. -
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. -
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). -
pos
Returns the value of theposrecord component.- Returns:
- the value of the
posrecord component
-
orientation
Returns the value of theorientationrecord component.- Returns:
- the value of the
orientationrecord component
-