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 -
Method Summary
Modifier and TypeMethodDescriptionprotected FieldgetLevelSaveField(Object server) net.minecraft.server.MinecraftServerMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.MinecraftServer1_21
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
-
MinecraftServerFabric1_21
public MinecraftServerFabric1_21()
-
-
Method Details
-
getLevelSaveField
-
getServer
public net.minecraft.server.MinecraftServer getServer()- Specified by:
getServerin classmods.thecomputerizer.theimpossiblelibrary.shared.v21.server.MinecraftServer1_21
-