java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.network.Network1_20<N,DIR>
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.network.Network1_20_6<N,DIR>
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<N,DIR>

public abstract class Network1_20_6<N,DIR> extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.network.Network1_20<N,DIR>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?>
    readTag(io.netty.buffer.ByteBuf buf)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.network.Network1_20

    readResourceLocation, writeTag

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI

    getDirFromName, getDirToClient, getDirToClientLogin, getDirToServer, getDirToServerLogin, getNameFromDir, getNetwork, getOppositeDir, isDirLogin, isDirToClient, messageRegistrationFinished, messageRegistrationStarted, registerLateMessages, registerMessage, sendToPlayer, sendToServer, wrapMessage, wrapMessages, wrapMessages
  • Constructor Details

    • Network1_20_6

      public Network1_20_6()
  • Method Details

    • readTag

      public mods.thecomputerizer.theimpossiblelibrary.api.tag.CompoundTagAPI<?> readTag(io.netty.buffer.ByteBuf buf)
      Specified by:
      readTag in interface mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<N,DIR>
      Overrides:
      readTag in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.network.Network1_20<N,DIR>