Uses of Class
net.minecraft.server.MinecraftServer
-
-
Uses of MinecraftServer in net.minecraft.advancements
Fields in net.minecraft.advancements declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
FunctionManager. server
Constructors in net.minecraft.advancements with parameters of type MinecraftServer Constructor Description FunctionManager(MinecraftServer p_i232597_1_, FunctionReloader p_i232597_2_)
-
Uses of MinecraftServer in net.minecraft.client.network.handshake
Fields in net.minecraft.client.network.handshake declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ClientHandshakeNetHandler. server
Constructors in net.minecraft.client.network.handshake with parameters of type MinecraftServer Constructor Description ClientHandshakeNetHandler(MinecraftServer p_i45287_1_, NetworkManager p_i45287_2_)
-
Uses of MinecraftServer in net.minecraft.command
Fields in net.minecraft.command declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
CommandSource. server
Fields in net.minecraft.command with type parameters of type MinecraftServer Modifier and Type Field Description static TimerCallbackSerializers<MinecraftServer>
TimerCallbackSerializers. SERVER_CALLBACKS
Methods in net.minecraft.command that return MinecraftServer Modifier and Type Method Description MinecraftServer
CommandSource. getServer()
Methods in net.minecraft.command with parameters of type MinecraftServer Modifier and Type Method Description void
TimedFunction. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
void
TimedFunctionTag. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
Method parameters in net.minecraft.command with type arguments of type MinecraftServer Modifier and Type Method Description void
TimedFunction. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
void
TimedFunctionTag. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
Constructors in net.minecraft.command with parameters of type MinecraftServer Constructor Description CommandSource(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, java.lang.String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_)
CommandSource(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, java.lang.String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_)
-
Uses of MinecraftServer in net.minecraft.entity
Methods in net.minecraft.entity that return MinecraftServer Modifier and Type Method Description MinecraftServer
Entity. getServer()
-
Uses of MinecraftServer in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as MinecraftServer Modifier and Type Field Description MinecraftServer
ServerPlayerEntity. server
Constructors in net.minecraft.entity.player with parameters of type MinecraftServer Constructor Description ServerPlayerEntity(MinecraftServer p_i45285_1_, ServerWorld p_i45285_2_, com.mojang.authlib.GameProfile p_i45285_3_, PlayerInteractionManager p_i45285_4_)
-
Uses of MinecraftServer in net.minecraft.network
Fields in net.minecraft.network declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
NetworkSystem. server
Methods in net.minecraft.network that return MinecraftServer Modifier and Type Method Description MinecraftServer
NetworkSystem. getServer()
Constructors in net.minecraft.network with parameters of type MinecraftServer Constructor Description NetworkSystem(MinecraftServer p_i45292_1_)
-
Uses of MinecraftServer in net.minecraft.network.handshake
Fields in net.minecraft.network.handshake declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerHandshakeNetHandler. server
Constructors in net.minecraft.network.handshake with parameters of type MinecraftServer Constructor Description ServerHandshakeNetHandler(MinecraftServer p_i45295_1_, NetworkManager p_i45295_2_)
-
Uses of MinecraftServer in net.minecraft.network.login
Fields in net.minecraft.network.login declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerLoginNetHandler. server
Constructors in net.minecraft.network.login with parameters of type MinecraftServer Constructor Description ServerLoginNetHandler(MinecraftServer p_i45298_1_, NetworkManager p_i45298_2_)
-
Uses of MinecraftServer in net.minecraft.network.play
Fields in net.minecraft.network.play declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerPlayNetHandler. server
Constructors in net.minecraft.network.play with parameters of type MinecraftServer Constructor Description ServerPlayNetHandler(MinecraftServer p_i1530_1_, NetworkManager p_i1530_2_, ServerPlayerEntity p_i1530_3_)
-
Uses of MinecraftServer in net.minecraft.network.rcon
Fields in net.minecraft.network.rcon declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
RConConsoleSource. server
Constructors in net.minecraft.network.rcon with parameters of type MinecraftServer Constructor Description RConConsoleSource(MinecraftServer p_i46835_1_)
-
Uses of MinecraftServer in net.minecraft.network.status
Fields in net.minecraft.network.status declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerStatusNetHandler. server
Constructors in net.minecraft.network.status with parameters of type MinecraftServer Constructor Description ServerStatusNetHandler(MinecraftServer p_i45299_1_, NetworkManager p_i45299_2_)
-
Uses of MinecraftServer in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerScoreboard. server
Constructors in net.minecraft.scoreboard with parameters of type MinecraftServer Constructor Description ServerScoreboard(MinecraftServer p_i1501_1_)
-
Uses of MinecraftServer in net.minecraft.server
Methods in net.minecraft.server with type parameters of type MinecraftServer Modifier and Type Method Description static <S extends MinecraftServer>
SMinecraftServer. spin(java.util.function.Function<java.lang.Thread,S> p_240784_0_)
-
Uses of MinecraftServer in net.minecraft.server.dedicated
Subclasses of MinecraftServer in net.minecraft.server.dedicated Modifier and Type Class Description class
DedicatedServer
Fields in net.minecraft.server.dedicated declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerInfoMBean. server
Methods in net.minecraft.server.dedicated with parameters of type MinecraftServer Modifier and Type Method Description static void
ServerInfoMBean. registerJmxMonitoring(MinecraftServer p_233490_0_)
Constructors in net.minecraft.server.dedicated with parameters of type MinecraftServer Constructor Description ServerInfoMBean(MinecraftServer p_i231479_1_)
-
Uses of MinecraftServer in net.minecraft.server.gui
Fields in net.minecraft.server.gui declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
PlayerListComponent. server
private MinecraftServer
StatsComponent. server
Constructors in net.minecraft.server.gui with parameters of type MinecraftServer Constructor Description PlayerListComponent(MinecraftServer p_i2366_1_)
StatsComponent(MinecraftServer p_i2367_1_)
-
Uses of MinecraftServer in net.minecraft.server.integrated
Subclasses of MinecraftServer in net.minecraft.server.integrated Modifier and Type Class Description class
IntegratedServer
-
Uses of MinecraftServer in net.minecraft.server.management
Fields in net.minecraft.server.management declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
PlayerList. server
Methods in net.minecraft.server.management that return MinecraftServer Modifier and Type Method Description MinecraftServer
PlayerList. getServer()
Methods in net.minecraft.server.management with parameters of type MinecraftServer Modifier and Type Method Description private static boolean
PreYggdrasilConverter. areOldPlayersConverted(MinecraftServer p_219589_0_)
static boolean
PreYggdrasilConverter. convertIpBanlist(MinecraftServer p_152722_0_)
static java.util.UUID
PreYggdrasilConverter. convertMobOwnerIfNecessary(MinecraftServer p_187473_0_, java.lang.String p_187473_1_)
static boolean
PreYggdrasilConverter. convertOpsList(MinecraftServer p_152718_0_)
static boolean
PreYggdrasilConverter. convertUserBanlist(MinecraftServer p_152724_0_)
static boolean
PreYggdrasilConverter. convertWhiteList(MinecraftServer p_152710_0_)
private static java.io.File
PreYggdrasilConverter. getWorldPlayersDirectory(MinecraftServer p_219585_0_)
private static void
PreYggdrasilConverter. lookupPlayers(MinecraftServer p_152717_0_, java.util.Collection<java.lang.String> p_152717_1_, com.mojang.authlib.ProfileLookupCallback p_152717_2_)
static boolean
PreYggdrasilConverter. serverReadyAfterUserconversion(MinecraftServer p_219587_0_)
Constructors in net.minecraft.server.management with parameters of type MinecraftServer Constructor Description PlayerList(MinecraftServer p_i231425_1_, DynamicRegistries.Impl p_i231425_2_, PlayerData p_i231425_3_, int p_i231425_4_)
-
Uses of MinecraftServer in net.minecraft.stats
Fields in net.minecraft.stats declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerStatisticsManager. server
Constructors in net.minecraft.stats with parameters of type MinecraftServer Constructor Description ServerStatisticsManager(MinecraftServer p_i45306_1_, java.io.File p_i45306_2_)
-
Uses of MinecraftServer in net.minecraft.world
Fields in net.minecraft.world with type parameters of type MinecraftServer Modifier and Type Field Description private java.util.function.BiConsumer<MinecraftServer,T>
GameRules.RuleType. callback
Methods in net.minecraft.world that return MinecraftServer Modifier and Type Method Description MinecraftServer
World. getServer()
Methods in net.minecraft.world with parameters of type MinecraftServer Modifier and Type Method Description private <T extends GameRules.RuleValue<T>>
voidGameRules. assignCap(GameRules.RuleKey<T> p_234898_1_, GameRules p_234898_2_, MinecraftServer p_234898_3_)
void
GameRules. assignFrom(GameRules p_234899_1_, MinecraftServer p_234899_2_)
protected void
GameRules.RuleValue. onChanged(MinecraftServer p_223556_1_)
void
GameRules.BooleanValue. set(boolean p_223570_1_, MinecraftServer p_223570_2_)
void
GameRules.BooleanValue. setFrom(GameRules.BooleanValue p_230313_1_, MinecraftServer p_230313_2_)
void
GameRules.IntegerValue. setFrom(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_)
abstract void
GameRules.RuleValue. setFrom(T p_230313_1_, MinecraftServer p_230313_2_)
Method parameters in net.minecraft.world with type arguments of type MinecraftServer Modifier and Type Method Description private static GameRules.RuleType<GameRules.BooleanValue>
GameRules.BooleanValue. create(boolean p_223567_0_, java.util.function.BiConsumer<MinecraftServer,GameRules.BooleanValue> p_223567_1_)
private static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue. create(int p_223564_0_, java.util.function.BiConsumer<MinecraftServer,GameRules.IntegerValue> p_223564_1_)
Constructor parameters in net.minecraft.world with type arguments of type MinecraftServer Constructor Description RuleType(java.util.function.Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> p_i231615_1_, java.util.function.Function<GameRules.RuleType<T>,T> p_i231615_2_, java.util.function.BiConsumer<MinecraftServer,T> p_i231615_3_, GameRules.IRule<T> p_i231615_4_)
-
Uses of MinecraftServer in net.minecraft.world.server
Fields in net.minecraft.world.server declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerWorld. server
Methods in net.minecraft.world.server that return MinecraftServer Modifier and Type Method Description MinecraftServer
ServerWorld. getServer()
Constructors in net.minecraft.world.server with parameters of type MinecraftServer Constructor Description ServerWorld(MinecraftServer p_i241885_1_, java.util.concurrent.Executor p_i241885_2_, SaveFormat.LevelSave p_i241885_3_, IServerWorldInfo p_i241885_4_, RegistryKey<World> p_i241885_5_, DimensionType p_i241885_6_, IChunkStatusListener p_i241885_7_, ChunkGenerator p_i241885_8_, boolean p_i241885_9_, long p_i241885_10_, java.util.List<ISpecialSpawner> p_i241885_12_, boolean p_i241885_13_)
-
Uses of MinecraftServer in net.minecraft.world.storage
Fields in net.minecraft.world.storage with type parameters of type MinecraftServer Modifier and Type Field Description private TimerCallbackManager<MinecraftServer>
ServerWorldInfo. scheduledEvents
Methods in net.minecraft.world.storage that return types with arguments of type MinecraftServer Modifier and Type Method Description TimerCallbackManager<MinecraftServer>
DerivedWorldInfo. getScheduledEvents()
TimerCallbackManager<MinecraftServer>
IServerWorldInfo. getScheduledEvents()
TimerCallbackManager<MinecraftServer>
ServerWorldInfo. getScheduledEvents()
Constructor parameters in net.minecraft.world.storage with type arguments of type MinecraftServer Constructor Description ServerWorldInfo(com.mojang.datafixers.DataFixer p_i242043_1_, int p_i242043_2_, CompoundNBT p_i242043_3_, boolean p_i242043_4_, int p_i242043_5_, int p_i242043_6_, int p_i242043_7_, float p_i242043_8_, long p_i242043_9_, long p_i242043_11_, int p_i242043_13_, int p_i242043_14_, int p_i242043_15_, boolean p_i242043_16_, int p_i242043_17_, boolean p_i242043_18_, boolean p_i242043_19_, boolean p_i242043_20_, WorldBorder.Serializer p_i242043_21_, int p_i242043_22_, int p_i242043_23_, java.util.UUID p_i242043_24_, java.util.LinkedHashSet<java.lang.String> p_i242043_25_, TimerCallbackManager<MinecraftServer> p_i242043_26_, CompoundNBT p_i242043_27_, CompoundNBT p_i242043_28_, WorldSettings p_i242043_29_, DimensionGeneratorSettings p_i242043_30_, com.mojang.serialization.Lifecycle p_i242043_31_)
-
Uses of MinecraftServer in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return MinecraftServer Modifier and Type Method Description MinecraftServer
FakePlayer. getServer()
Constructors in net.minecraftforge.common.util with parameters of type MinecraftServer Constructor Description FakePlayerNetHandler(MinecraftServer server, ServerPlayerEntity player)
-
Uses of MinecraftServer in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type MinecraftServer Modifier and Type Field Description private static java.util.function.Supplier<MinecraftServer>
LogicalSidedProvider. server
private java.util.function.Function<java.util.function.Supplier<MinecraftServer>,?>
LogicalSidedProvider. serverSide
Method parameters in net.minecraftforge.fml with type arguments of type MinecraftServer Modifier and Type Method Description static void
LogicalSidedProvider. setServer(java.util.function.Supplier<MinecraftServer> server)
-
Uses of MinecraftServer in net.minecraftforge.fml.event.server
Fields in net.minecraftforge.fml.event.server declared as MinecraftServer Modifier and Type Field Description protected MinecraftServer
ServerLifecycleEvent. server
Methods in net.minecraftforge.fml.event.server that return MinecraftServer Modifier and Type Method Description MinecraftServer
ServerLifecycleEvent. getServer()
Constructors in net.minecraftforge.fml.event.server with parameters of type MinecraftServer Constructor Description FMLServerAboutToStartEvent(MinecraftServer server)
FMLServerStartedEvent(MinecraftServer server)
FMLServerStartingEvent(MinecraftServer server)
FMLServerStoppedEvent(MinecraftServer server)
FMLServerStoppingEvent(MinecraftServer server)
ServerLifecycleEvent(MinecraftServer server)
-
Uses of MinecraftServer in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network that return MinecraftServer Modifier and Type Method Description private MinecraftServer
PacketDistributor. getServer()
-
Uses of MinecraftServer in net.minecraftforge.fml.server
Fields in net.minecraftforge.fml.server declared as MinecraftServer Modifier and Type Field Description private static MinecraftServer
ServerLifecycleHooks. currentServer
Methods in net.minecraftforge.fml.server that return MinecraftServer Modifier and Type Method Description static MinecraftServer
ServerLifecycleHooks. getCurrentServer()
Methods in net.minecraftforge.fml.server with parameters of type MinecraftServer Modifier and Type Method Description private static java.nio.file.Path
ServerLifecycleHooks. getServerConfigPath(MinecraftServer server)
static boolean
ServerLifecycleHooks. handleServerAboutToStart(MinecraftServer server)
static void
ServerLifecycleHooks. handleServerStarted(MinecraftServer server)
static boolean
ServerLifecycleHooks. handleServerStarting(MinecraftServer server)
static void
ServerLifecycleHooks. handleServerStopped(MinecraftServer server)
static void
ServerLifecycleHooks. handleServerStopping(MinecraftServer server)
private static void
LanguageHook. loadLanguage(java.lang.String langName, MinecraftServer server)
(package private) static void
LanguageHook. loadLanguagesOnServer(MinecraftServer server)
-