Package net.minecraft
Record Class class_9151
java.lang.Object
java.lang.Record
net.minecraft.class_9151
- Record Components:
host-port-
- All Implemented Interfaces:
Packet<ClientCommonPacketListener>
public record class_9151(String host, int port)
extends Record
implements Packet<ClientCommonPacketListener>
- Mappings:
Namespace Name official ylintermediary net/minecraft/class_9151named net/minecraft/class_9151official bintermediary comp_2240named hostofficial cintermediary comp_2241named port
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,class_9151> private final StringThe field for thehostrecord component.private final intThe field for theportrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_9151(String string, int int2) privateclass_9151(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientCommonPacketListener clientCommonPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.host()Returns the value of thehostrecord component.private voidmethod_56469(PacketByteBuf packetByteBuf) intport()Returns the value of theportrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, method_55943
-
Field Details
-
host
The field for thehostrecord component. -
port
private final int portThe field for theportrecord component. -
field_48629
- Mappings:
Namespace Name Mixin selector official aLyl;a:Lxo;intermediary field_48629Lnet/minecraft/class_9151;field_48629:Lnet/minecraft/class_9139;named field_48629Lnet/minecraft/class_9151;field_48629:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9151
-
class_9151
-
-
Method Details
-
method_56469
- Mappings:
Namespace Name Mixin selector official aLyl;a(Luq;)Vintermediary method_56469Lnet/minecraft/class_9151;method_56469(Lnet/minecraft/class_2540;)Vnamed method_56469Lnet/minecraft/class_9151;method_56469(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ClientCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
apply
- Specified by:
applyin interfacePacket<ClientCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLyl;a(Lyd;)Vintermediary method_56470Lnet/minecraft/class_9151;method_56470(Lnet/minecraft/class_8705;)Vnamed applyLnet/minecraft/class_9151;apply(Lnet/minecraft/network/listener/ClientCommonPacketListener;)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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
host
Returns the value of thehostrecord component.- Returns:
- the value of the
hostrecord component
-
port
public int port()Returns the value of theportrecord component.- Returns:
- the value of the
portrecord component
-