Uses of Record Class
net.minecraft.network.packet.s2c.play.PlayerUnlocksS2CPacket
Packages that use PlayerUnlocksS2CPacket
Package
Description
-
Uses of PlayerUnlocksS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type PlayerUnlocksS2CPacketModifier and TypeMethodDescriptionvoidUnlockHandler.method_70406(PlayerUnlocksS2CPacket playerUnlocksS2CPacket) voidOtherClientPlayerEntity.method_70421(PlayerUnlocksS2CPacket playerUnlocksS2CPacket) voidClientPlayNetworkHandler.onPlayerUnlocks(PlayerUnlocksS2CPacket packet) -
Uses of PlayerUnlocksS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type PlayerUnlocksS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onPlayerUnlocks(PlayerUnlocksS2CPacket packet) -
Uses of PlayerUnlocksS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type PlayerUnlocksS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<PlayerUnlocksS2CPacket> PlayPackets.PLAYER_UNLOCKS -
Uses of PlayerUnlocksS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerUnlocksS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, PlayerUnlocksS2CPacket> PlayerUnlocksS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerUnlocksS2CPacket