Class SendPlayerNbtPacket

java.lang.Object
org.cyclops.cyclopscore.network.PacketBase<SendPlayerNbtPacket>
org.cyclops.cyclopscore.network.PacketCodec<SendPlayerNbtPacket>
org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
All Implemented Interfaces:
net.minecraft.network.protocol.common.custom.CustomPacketPayload

public class SendPlayerNbtPacket extends org.cyclops.cyclopscore.network.PacketCodec<SendPlayerNbtPacket>
Packet from server to client to update persisted player NBT data.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.cyclops.cyclopscore.network.PacketCodec

    org.cyclops.cyclopscore.network.PacketCodec.ICodecAction, org.cyclops.cyclopscore.network.PacketCodec.ICodecRunnable

    Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,SendPlayerNbtPacket>
     
    static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<SendPlayerNbtPacket>
     

    Fields inherited from class org.cyclops.cyclopscore.network.PacketCodec

    fieldCache, READ_STRING_MAX_LENGTH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    SendPlayerNbtPacket(net.minecraft.world.entity.player.Player player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionClient(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player)
     
    void
    actionServer(net.minecraft.world.level.Level level, net.minecraft.server.level.ServerPlayer player)
     
    boolean
     

    Methods inherited from class org.cyclops.cyclopscore.network.PacketCodec

    addCodedAction, decode, encode, getAction, getActionSuper, read, write

    Methods inherited from class org.cyclops.cyclopscore.network.PacketBase

    getCodec, type, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    toVanillaClientbound, toVanillaServerbound
  • Field Details

    • TYPE

      public static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<SendPlayerNbtPacket> TYPE
    • CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,SendPlayerNbtPacket> CODEC
  • Constructor Details

    • SendPlayerNbtPacket

      public SendPlayerNbtPacket()
    • SendPlayerNbtPacket

      public SendPlayerNbtPacket(net.minecraft.world.entity.player.Player player)
  • Method Details

    • isAsync

      public boolean isAsync()
      Specified by:
      isAsync in class org.cyclops.cyclopscore.network.PacketBase<SendPlayerNbtPacket>
    • actionClient

      public void actionClient(net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player)
      Specified by:
      actionClient in class org.cyclops.cyclopscore.network.PacketBase<SendPlayerNbtPacket>
    • actionServer

      public void actionServer(net.minecraft.world.level.Level level, net.minecraft.server.level.ServerPlayer player)
      Specified by:
      actionServer in class org.cyclops.cyclopscore.network.PacketBase<SendPlayerNbtPacket>