Class MinecraftServerForge1_19
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.v19.server.MinecraftServer1_19
mods.thecomputerizer.theimpossiblelibrary.forge.v19.server.MinecraftServerForge1_19
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.server.MinecraftServer>
public class MinecraftServerForge1_19
extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.server.MinecraftServer1_19
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
wrapped -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FieldgetLevelSaveField(Object server) net.minecraft.server.MinecraftServerMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.server.MinecraftServer1_19
executeCommandLiteral, getField, getLevelPath, getLevelSave, getPlayerByUUID, getPlayers, getSaveDir, registerCommandMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI
getWrappedMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
equals, getWrappedClass, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped
unwrap
-
Constructor Details
-
MinecraftServerForge1_19
public MinecraftServerForge1_19()
-
-
Method Details
-
getLevelSaveField
-
getServer
public net.minecraft.server.MinecraftServer getServer()- Specified by:
getServerin classmods.thecomputerizer.theimpossiblelibrary.shared.v19.server.MinecraftServer1_19
-