packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.packets.v1_19_3.play.clientbound
/
FeatureFlagsPacket
Feature
Flags
Packet
data
class
FeatureFlagsPacket
(
val
features
:
List
<
String
>
)
:
ClientBoundPacket
Feature Flags | 0x67 | play | clientbound
Parameters
features
features
See also
https://wiki.vg/Protocol#Feature_Flags
Members
Constructors
Feature
Flags
Packet
Link copied to clipboard
constructor
(
features
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
PacketSerializer
<
FeatureFlagsPacket
>
Properties
features
Link copied to clipboard
val
features
:
List
<
String
>