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$Wire
intermediary net/minecraft/class_9831$class_9832
official abt$a
named pos
intermediary comp_2881
official b
named orientation
intermediary comp_2882
official c
-
Field Summary
Modifier and TypeFieldDescriptionprivate final WireOrientation
The field for theorientation
record component.static final PacketCodec
<ByteBuf, DebugRedstoneUpdateOrderCustomPayload.Wire> private final BlockPos
The field for thepos
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of theorientation
record component.pos()
Returns the value of thepos
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
pos
The field for thepos
record component. -
orientation
The field for theorientation
record component. -
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/network/packet/s2c/custom/DebugRedstoneUpdateOrderCustomPayload$Wire;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_52322
Lnet/minecraft/class_9831$class_9832;field_52322:Lnet/minecraft/class_9139;
official a
Labt$a;a:Lzt;
-
-
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 thepos
record component.- Returns:
- the value of the
pos
record component
-
orientation
Returns the value of theorientation
record component.- Returns:
- the value of the
orientation
record component
-