Uses of Class
net.minecraft.server.MinecraftServer
-
Uses of MinecraftServer in net.minecraft.entity
Methods in net.minecraft.entity that return MinecraftServer Modifier and Type Method Description @Nullable MinecraftServer
Entity. getServer()
-
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 server)
-
Uses of MinecraftServer in net.minecraft.server
Fields in net.minecraft.server declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
PlayerManager. server
private MinecraftServer
ServerNetworkIo. server
Methods in net.minecraft.server with type parameters of type MinecraftServer Modifier and Type Method Description static <S extends MinecraftServer>
SMinecraftServer. startServer(Function<Thread,S> serverFactory)
Methods in net.minecraft.server that return MinecraftServer Modifier and Type Method Description MinecraftServer
PlayerManager. getServer()
MinecraftServer
ServerNetworkIo. getServer()
Methods in net.minecraft.server with parameters of type MinecraftServer Modifier and Type Method Description private static boolean
ServerConfigHandler. checkPlayerConversionSuccess(MinecraftServer server)
static boolean
ServerConfigHandler. checkSuccess(MinecraftServer server)
static boolean
ServerConfigHandler. convertBannedIps(MinecraftServer server)
static boolean
ServerConfigHandler. convertBannedPlayers(MinecraftServer server)
static boolean
ServerConfigHandler. convertOperators(MinecraftServer server)
static boolean
ServerConfigHandler. convertWhitelist(MinecraftServer server)
private static File
ServerConfigHandler. getLevelPlayersFolder(MinecraftServer server)
static @Nullable UUID
ServerConfigHandler. getPlayerUuidByName(MinecraftServer server, String name)
private static void
ServerConfigHandler. lookupProfile(MinecraftServer server, Collection<String> bannedPlayers, com.mojang.authlib.ProfileLookupCallback callback)
Constructors in net.minecraft.server with parameters of type MinecraftServer Constructor Description PlayerManager(MinecraftServer server, DynamicRegistryManager.Impl registryManager, WorldSaveHandler saveHandler, int maxPlayers)
ServerNetworkIo(MinecraftServer server)
-
Uses of MinecraftServer in net.minecraft.server.command
Fields in net.minecraft.server.command declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerCommandSource. server
Methods in net.minecraft.server.command that return MinecraftServer Modifier and Type Method Description MinecraftServer
ServerCommandSource. getMinecraftServer()
Constructors in net.minecraft.server.command with parameters of type MinecraftServer Constructor Description ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity)
ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String simpleName, Text name, MinecraftServer server, @Nullable Entity entity, boolean silent, com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor)
-
Uses of MinecraftServer in net.minecraft.server.dedicated
Subclasses of MinecraftServer in net.minecraft.server.dedicated Modifier and Type Class Description class
MinecraftDedicatedServer
Fields in net.minecraft.server.dedicated declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerMBean. server
Methods in net.minecraft.server.dedicated with parameters of type MinecraftServer Modifier and Type Method Description static void
ServerMBean. register(MinecraftServer server)
Registers a dynamic MBean for a Minecraft Server.Constructors in net.minecraft.server.dedicated with parameters of type MinecraftServer Constructor Description ServerMBean(MinecraftServer server)
-
Uses of MinecraftServer in net.minecraft.server.dedicated.gui
Fields in net.minecraft.server.dedicated.gui declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
PlayerListGui. server
private MinecraftServer
PlayerStatsGui. server
Constructors in net.minecraft.server.dedicated.gui with parameters of type MinecraftServer Constructor Description PlayerListGui(MinecraftServer server)
PlayerStatsGui(MinecraftServer server)
-
Uses of MinecraftServer in net.minecraft.server.function
Fields in net.minecraft.server.function declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
CommandFunctionManager. server
Constructors in net.minecraft.server.function with parameters of type MinecraftServer Constructor Description CommandFunctionManager(MinecraftServer server, FunctionLoader loader)
-
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.network
Fields in net.minecraft.server.network declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
LocalServerHandshakeNetworkHandler. server
private MinecraftServer
ServerHandshakeNetworkHandler. server
private MinecraftServer
ServerLoginNetworkHandler. server
MinecraftServer
ServerPlayerEntity. server
private MinecraftServer
ServerPlayNetworkHandler. server
private MinecraftServer
ServerQueryNetworkHandler. server
Constructors in net.minecraft.server.network with parameters of type MinecraftServer Constructor Description LocalServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection)
ServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection)
ServerLoginNetworkHandler(MinecraftServer server, ClientConnection connection)
ServerPlayerEntity(MinecraftServer server, ServerWorld world, com.mojang.authlib.GameProfile profile)
ServerPlayNetworkHandler(MinecraftServer server, ClientConnection connection, ServerPlayerEntity player)
ServerQueryNetworkHandler(MinecraftServer server, ClientConnection connection)
-
Uses of MinecraftServer in net.minecraft.server.rcon
Fields in net.minecraft.server.rcon declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
RconCommandOutput. server
Constructors in net.minecraft.server.rcon with parameters of type MinecraftServer Constructor Description RconCommandOutput(MinecraftServer server)
-
Uses of MinecraftServer in net.minecraft.server.world
Fields in net.minecraft.server.world declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerWorld. server
Methods in net.minecraft.server.world that return MinecraftServer Modifier and Type Method Description @NotNull MinecraftServer
ServerWorld. getServer()
Constructors in net.minecraft.server.world with parameters of type MinecraftServer Constructor Description ServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionType dimensionType, WorldGenerationProgressListener worldGenerationProgressListener, ChunkGenerator chunkGenerator, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime)
-
Uses of MinecraftServer in net.minecraft.stat
Fields in net.minecraft.stat declared as MinecraftServer Modifier and Type Field Description private MinecraftServer
ServerStatHandler. server
Constructors in net.minecraft.stat with parameters of type MinecraftServer Constructor Description ServerStatHandler(MinecraftServer server, File file)
-
Uses of MinecraftServer in net.minecraft.test
Subclasses of MinecraftServer in net.minecraft.test Modifier and Type Class Description class
TestServer
-
Uses of MinecraftServer in net.minecraft.world
Fields in net.minecraft.world with type parameters of type MinecraftServer Modifier and Type Field Description private BiConsumer<MinecraftServer,T>
GameRules.Type. changeCallback
Methods in net.minecraft.world that return MinecraftServer Modifier and Type Method Description @Nullable MinecraftServer
ChunkRegion. getServer()
@Nullable MinecraftServer
World. getServer()
@Nullable MinecraftServer
WorldAccess. getServer()
Methods in net.minecraft.world with parameters of type MinecraftServer Modifier and Type Method Description protected void
GameRules.Rule. changed(@Nullable MinecraftServer server)
void
GameRules.IntRule. method_35236(int int2, @Nullable MinecraftServer minecraftServer)
void
GameRules.BooleanRule. set(boolean value, @Nullable MinecraftServer server)
void
GameRules. setAllValues(GameRules rules, @Nullable MinecraftServer server)
void
GameRules.BooleanRule. setValue(GameRules.BooleanRule booleanRule, @Nullable MinecraftServer minecraftServer)
void
GameRules.IntRule. setValue(GameRules.IntRule intRule, @Nullable MinecraftServer minecraftServer)
abstract void
GameRules.Rule. setValue(T rule, @Nullable MinecraftServer server)
private <T extends GameRules.Rule<T>>
voidGameRules. setValue(GameRules.Key<T> key, GameRules rules, @Nullable MinecraftServer server)
Method parameters in net.minecraft.world with type arguments of type MinecraftServer Modifier and Type Method Description private static GameRules.Type<GameRules.BooleanRule>
GameRules.BooleanRule. create(boolean initialValue, BiConsumer<MinecraftServer,GameRules.BooleanRule> changeCallback)
private static GameRules.Type<GameRules.IntRule>
GameRules.IntRule. create(int initialValue, BiConsumer<MinecraftServer,GameRules.IntRule> changeCallback)
Constructor parameters in net.minecraft.world with type arguments of type MinecraftServer Constructor Description Type(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> argumentType, Function<GameRules.Type<T>,T> ruleFactory, BiConsumer<MinecraftServer,T> changeCallback, GameRules.Acceptor<T> ruleAcceptor)
-
Uses of MinecraftServer in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type MinecraftServer Modifier and Type Field Description private Timer<MinecraftServer>
LevelProperties. scheduledEvents
Methods in net.minecraft.world.level that return types with arguments of type MinecraftServer Modifier and Type Method Description Timer<MinecraftServer>
LevelProperties. getScheduledEvents()
Timer<MinecraftServer>
ServerWorldProperties. getScheduledEvents()
Timer<MinecraftServer>
UnmodifiableLevelProperties. getScheduledEvents()
Constructor parameters in net.minecraft.world.level with type arguments of type MinecraftServer Constructor Description LevelProperties(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
-
Uses of MinecraftServer in net.minecraft.world.timer
Fields in net.minecraft.world.timer with type parameters of type MinecraftServer Modifier and Type Field Description static TimerCallbackSerializer<MinecraftServer>
TimerCallbackSerializer. INSTANCE
Methods in net.minecraft.world.timer with parameters of type MinecraftServer Modifier and Type Method Description void
FunctionTagTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
void
FunctionTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
Method parameters in net.minecraft.world.timer with type arguments of type MinecraftServer Modifier and Type Method Description void
FunctionTagTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
void
FunctionTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)