java.lang.Object
me.andreasmelone.glowingeyes.fabric.common.packet.HasModPacket

public class HasModPacket extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(net.minecraft.network.FriendlyByteBuf buf)
     
    void
    encode(net.minecraft.network.FriendlyByteBuf buf)
     
    void
    handle(me.andreasmelone.forgelikepackets.PacketContext ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ID

      public static final net.minecraft.resources.ResourceLocation ID
  • Constructor Details

    • HasModPacket

      public HasModPacket()
  • Method Details

    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buf)
    • decode

      public static HasModPacket decode(net.minecraft.network.FriendlyByteBuf buf)
    • handle

      public void handle(me.andreasmelone.forgelikepackets.PacketContext ctx)