Class MinecraftServerForge1_18_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.server.MinecraftServer>
mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<net.minecraft.server.MinecraftServer>
mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2
mods.thecomputerizer.theimpossiblelibrary.forge.v18.m2.server.MinecraftServerForge1_18_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.server.MinecraftServer>

public class MinecraftServerForge1_18_2 extends mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    wrapped
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Field
     
    protected Field
     
    net.minecraft.server.MinecraftServer
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2

    executeCommandLiteral, getField, getLevelPath, getLevelSave, getPlayerByUUID, getPlayers, getSaveDir, registerCommand

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI

    getWrapped

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    equals, getWrappedClass, toString

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped

    unwrap
  • Constructor Details

    • MinecraftServerForge1_18_2

      public MinecraftServerForge1_18_2()
  • Method Details

    • getLevelPathField

      @Nullable protected Field getLevelPathField(Object save)
      Specified by:
      getLevelPathField in class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2
    • getLevelSaveField

      @Nullable protected Field getLevelSaveField(Object server)
      Specified by:
      getLevelSaveField in class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2
    • getServer

      public net.minecraft.server.MinecraftServer getServer()
      Specified by:
      getServer in class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.MinecraftServer1_18_2