Class MinecraftServerFabric1_21

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.v21.server.MinecraftServer1_21
mods.thecomputerizer.theimpossiblelibrary.fabric.v21.server.MinecraftServerFabric1_21
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.server.MinecraftServer>

public class MinecraftServerFabric1_21 extends mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.MinecraftServer1_21
  • 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
     
    net.minecraft.server.MinecraftServer
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.MinecraftServer1_21

    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

    • MinecraftServerFabric1_21

      public MinecraftServerFabric1_21()
  • Method Details

    • getLevelSaveField

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

      public net.minecraft.server.MinecraftServer getServer()
      Specified by:
      getServer in class mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.MinecraftServer1_21