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 MinecraftServerFunctionManager. serverConstructors 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 MinecraftServerClientHandshakeNetHandler. serverConstructors 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 MinecraftServerCommandSource. serverFields in net.minecraft.command with type parameters of type MinecraftServer Modifier and Type Field Description static TimerCallbackSerializers<MinecraftServer>TimerCallbackSerializers. SERVER_CALLBACKSMethods in net.minecraft.command that return MinecraftServer Modifier and Type Method Description MinecraftServerCommandSource. getServer()Methods in net.minecraft.command with parameters of type MinecraftServer Modifier and Type Method Description voidTimedFunction. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)voidTimedFunctionTag. 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 voidTimedFunction. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)voidTimedFunctionTag. 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 MinecraftServerEntity. getServer() -
Uses of MinecraftServer in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as MinecraftServer Modifier and Type Field Description MinecraftServerServerPlayerEntity. serverConstructors 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 MinecraftServerNetworkSystem. serverMethods in net.minecraft.network that return MinecraftServer Modifier and Type Method Description MinecraftServerNetworkSystem. 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 MinecraftServerServerHandshakeNetHandler. serverConstructors 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 MinecraftServerServerLoginNetHandler. serverConstructors 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 MinecraftServerServerPlayNetHandler. serverConstructors 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 MinecraftServerRConConsoleSource. serverConstructors 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 MinecraftServerServerStatusNetHandler. serverConstructors 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 MinecraftServerServerScoreboard. serverConstructors 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 classDedicatedServerFields in net.minecraft.server.dedicated declared as MinecraftServer Modifier and Type Field Description private MinecraftServerServerInfoMBean. serverMethods in net.minecraft.server.dedicated with parameters of type MinecraftServer Modifier and Type Method Description static voidServerInfoMBean. 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 MinecraftServerPlayerListComponent. serverprivate MinecraftServerStatsComponent. serverConstructors 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 classIntegratedServer -
Uses of MinecraftServer in net.minecraft.server.management
Fields in net.minecraft.server.management declared as MinecraftServer Modifier and Type Field Description private MinecraftServerPlayerList. serverMethods in net.minecraft.server.management that return MinecraftServer Modifier and Type Method Description MinecraftServerPlayerList. getServer()Methods in net.minecraft.server.management with parameters of type MinecraftServer Modifier and Type Method Description private static booleanPreYggdrasilConverter. areOldPlayersConverted(MinecraftServer p_219589_0_)static booleanPreYggdrasilConverter. convertIpBanlist(MinecraftServer p_152722_0_)static java.util.UUIDPreYggdrasilConverter. convertMobOwnerIfNecessary(MinecraftServer p_187473_0_, java.lang.String p_187473_1_)static booleanPreYggdrasilConverter. convertOpsList(MinecraftServer p_152718_0_)static booleanPreYggdrasilConverter. convertUserBanlist(MinecraftServer p_152724_0_)static booleanPreYggdrasilConverter. convertWhiteList(MinecraftServer p_152710_0_)private static java.io.FilePreYggdrasilConverter. getWorldPlayersDirectory(MinecraftServer p_219585_0_)private static voidPreYggdrasilConverter. lookupPlayers(MinecraftServer p_152717_0_, java.util.Collection<java.lang.String> p_152717_1_, com.mojang.authlib.ProfileLookupCallback p_152717_2_)static booleanPreYggdrasilConverter. 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 MinecraftServerServerStatisticsManager. serverConstructors 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. callbackMethods in net.minecraft.world that return MinecraftServer Modifier and Type Method Description MinecraftServerWorld. 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_)voidGameRules. assignFrom(GameRules p_234899_1_, MinecraftServer p_234899_2_)protected voidGameRules.RuleValue. onChanged(MinecraftServer p_223556_1_)voidGameRules.BooleanValue. set(boolean p_223570_1_, MinecraftServer p_223570_2_)voidGameRules.BooleanValue. setFrom(GameRules.BooleanValue p_230313_1_, MinecraftServer p_230313_2_)voidGameRules.IntegerValue. setFrom(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_)abstract voidGameRules.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 MinecraftServerServerWorld. serverMethods in net.minecraft.world.server that return MinecraftServer Modifier and Type Method Description MinecraftServerServerWorld. 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. scheduledEventsMethods 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 MinecraftServerFakePlayer. 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. serverprivate java.util.function.Function<java.util.function.Supplier<MinecraftServer>,?>LogicalSidedProvider. serverSideMethod parameters in net.minecraftforge.fml with type arguments of type MinecraftServer Modifier and Type Method Description static voidLogicalSidedProvider. 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 MinecraftServerServerLifecycleEvent. serverMethods in net.minecraftforge.fml.event.server that return MinecraftServer Modifier and Type Method Description MinecraftServerServerLifecycleEvent. 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 MinecraftServerPacketDistributor. 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 MinecraftServerServerLifecycleHooks. currentServerMethods in net.minecraftforge.fml.server that return MinecraftServer Modifier and Type Method Description static MinecraftServerServerLifecycleHooks. getCurrentServer()Methods in net.minecraftforge.fml.server with parameters of type MinecraftServer Modifier and Type Method Description private static java.nio.file.PathServerLifecycleHooks. getServerConfigPath(MinecraftServer server)static booleanServerLifecycleHooks. handleServerAboutToStart(MinecraftServer server)static voidServerLifecycleHooks. handleServerStarted(MinecraftServer server)static booleanServerLifecycleHooks. handleServerStarting(MinecraftServer server)static voidServerLifecycleHooks. handleServerStopped(MinecraftServer server)static voidServerLifecycleHooks. handleServerStopping(MinecraftServer server)private static voidLanguageHook. loadLanguage(java.lang.String langName, MinecraftServer server)(package private) static voidLanguageHook. loadLanguagesOnServer(MinecraftServer server)
-