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 - aan$a- named - pos- intermediary - comp_2881- official - b- named - orientation- intermediary - comp_2882- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final WireOrientationThe field for theorientationrecord component.static final PacketCodec<ByteBuf, DebugRedstoneUpdateOrderCustomPayload.Wire> private final BlockPosThe field for theposrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
posThe field for theposrecord component.
- 
orientationThe field for theorientationrecord 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- Laan$a;a:Lyn;
 
 
- 
- 
Constructor Details- 
Wire
 
- 
- 
Method Details- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
posReturns the value of theposrecord component.- Returns:
- the value of the posrecord component
 
- 
orientationReturns the value of theorientationrecord component.- Returns:
- the value of the orientationrecord component
 
 
-