Package net.minecraft
Record Class class_8212.class_8213
java.lang.Object
java.lang.Record
net.minecraft.class_8212.class_8213
- Record Components:
pos-buffer-
- Enclosing class:
class_8212
- Mappings:
Namespace Name official vr$aintermediary net/minecraft/class_8212$class_8213named net/minecraft/class_8212$class_8213official aintermediary comp_1314named posofficial bintermediary comp_1315named buffer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionclass_8213(PacketByteBuf packetByteBuf) class_8213(ChunkPos chunkPos, byte[] byte2) class_8213(WorldChunk worldChunk) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]buffer()Returns the value of thebufferrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static intmethod_49689(WorldChunk worldChunk) voidmethod_49690(PacketByteBuf packetByteBuf) static voidmethod_49691(PacketByteBuf packetByteBuf, WorldChunk worldChunk) private ByteBufpos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_8213
-
class_8213
-
class_8213
-
-
Method Details
-
method_49689
- Mappings:
Namespace Name Mixin selector official aLvr$a;a(Lddw;)Iintermediary method_49689Lnet/minecraft/class_8212$class_8213;method_49689(Lnet/minecraft/class_2818;)Inamed method_49689Lnet/minecraft/class_8212$class_8213;method_49689(Lnet/minecraft/world/chunk/WorldChunk;)I
-
method_49688
- Mappings:
Namespace Name Mixin selector official aLvr$a;a()Lsr;intermediary method_49688Lnet/minecraft/class_8212$class_8213;method_49688()Lnet/minecraft/class_2540;named method_49688Lnet/minecraft/class_8212$class_8213;method_49688()Lnet/minecraft/network/PacketByteBuf;
-
method_49692
- Mappings:
Namespace Name Mixin selector official dLvr$a;d()Lio/netty/buffer/ByteBuf;intermediary method_49692Lnet/minecraft/class_8212$class_8213;method_49692()Lio/netty/buffer/ByteBuf;named method_49692Lnet/minecraft/class_8212$class_8213;method_49692()Lio/netty/buffer/ByteBuf;
-
method_49691
- Mappings:
Namespace Name Mixin selector official aLvr$a;a(Lsr;Lddw;)Vintermediary method_49691Lnet/minecraft/class_8212$class_8213;method_49691(Lnet/minecraft/class_2540;Lnet/minecraft/class_2818;)Vnamed method_49691Lnet/minecraft/class_8212$class_8213;method_49691(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/world/chunk/WorldChunk;)V
-
method_49690
- Mappings:
Namespace Name Mixin selector official aLvr$a;a(Lsr;)Vintermediary method_49690Lnet/minecraft/class_8212$class_8213;method_49690(Lnet/minecraft/class_2540;)Vnamed method_49690Lnet/minecraft/class_8212$class_8213;method_49690(Lnet/minecraft/network/PacketByteBuf;)V
-
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
-
buffer
public byte[] buffer()Returns the value of thebufferrecord component.- Returns:
- the value of the
bufferrecord component
-