Class SpellGlyphPacketS2C

java.lang.Object
com.binaris.wizardry.core.networking.s2c.SpellGlyphPacketS2C
All Implemented Interfaces:
Message

public class SpellGlyphPacketS2C extends Object implements Message
  • Field Details

    • ID

      public static final net.minecraft.resources.ResourceLocation ID
    • names

      public HashMap<net.minecraft.resources.ResourceLocation,String> names
    • descriptions

      public HashMap<net.minecraft.resources.ResourceLocation,String> descriptions
  • Constructor Details

    • SpellGlyphPacketS2C

      public SpellGlyphPacketS2C(HashMap<net.minecraft.resources.ResourceLocation,String> names, HashMap<net.minecraft.resources.ResourceLocation,String> descriptions)
    • SpellGlyphPacketS2C

      public SpellGlyphPacketS2C(net.minecraft.network.FriendlyByteBuf pBuf)
  • Method Details

    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf pBuf)
      Specified by:
      encode in interface Message
    • getId

      public net.minecraft.resources.ResourceLocation getId()
      Specified by:
      getId in interface Message
    • handleClient

      public void handleClient()
      Specified by:
      handleClient in interface Message
    • getDescriptions

      public HashMap<net.minecraft.resources.ResourceLocation,String> getDescriptions()
    • getNames

      public HashMap<net.minecraft.resources.ResourceLocation,String> getNames()