Record Class FeaturesS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.config.FeaturesS2CPacket
- Record Components:
features-
- All Implemented Interfaces:
Packet<ClientConfigurationPacketListener>
public record FeaturesS2CPacket(Set<Identifier> features)
extends Record
implements Packet<ClientConfigurationPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/config/FeaturesS2CPacketintermediary net/minecraft/class_7832official acsnamed featuresintermediary comp_1113official b
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, FeaturesS2CPacket> private final Set<Identifier> The field for thefeaturesrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionFeaturesS2CPacket(Set<Identifier> features) Creates an instance of aFeaturesS2CPacketrecord class.private -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientConfigurationPacketListener clientConfigurationPacketListener) final booleanIndicates whether some other object is "equal to" this one.features()Returns the value of thefeaturesrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.private voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
features
The field for thefeaturesrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48693Lnet/minecraft/class_7832;field_48693:Lnet/minecraft/class_9139;official aLacs;a:Laat;
-
-
Constructor Details
-
FeaturesS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_7832;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lacs;<init>(Lxc;)V
-
FeaturesS2CPacket
Creates an instance of aFeaturesS2CPacketrecord class.- Parameters:
features- the value for thefeaturesrecord component
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_56509Lnet/minecraft/class_7832;method_56509(Lnet/minecraft/class_2540;)Vofficial aLacs;a(Lxc;)V
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<ClientConfigurationPacketListener>- Mappings:
Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLabd;a()Labf;
-
apply
- Specified by:
applyin interfacePacket<ClientConfigurationPacketListener>- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;apply(Lnet/minecraft/network/listener/ClientConfigurationPacketListener;)Vintermediary method_46348Lnet/minecraft/class_7832;method_46348(Lnet/minecraft/class_8732;)Vofficial aLacs;a(Lacm;)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). -
features
Returns the value of thefeaturesrecord component.- Returns:
- the value of the
featuresrecord component
-