Uses of Class
net.minecraft.class_10961
Packages that use class_10961
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10961 in net.minecraft
Methods in net.minecraft that return class_10961Modifier and TypeMethodDescriptionstatic class_10961class_10961.method_68983(MinecraftServer minecraftServer, ResourcePackManager resourcePackManager, SaveLoader saveLoader, LevelStorage.Session session, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory, Function<class_10961, PlayerManager> function) Methods in net.minecraft with parameters of type class_10961Modifier and TypeMethodDescriptionstatic class_10967.class_10970class_10967.method_69062(class_10961 class_10961, List<class_11109> list, Optional<class_11105> optional) class_10971.method_69153(class_10961 class_10961) Method parameters in net.minecraft with type arguments of type class_10961Modifier and TypeMethodDescriptionstatic class_10961class_10961.method_68983(MinecraftServer minecraftServer, ResourcePackManager resourcePackManager, SaveLoader saveLoader, LevelStorage.Session session, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory, Function<class_10961, PlayerManager> function) Constructor parameters in net.minecraft with type arguments of type class_10961ModifierConstructorDescriptionprivateclass_10961(MinecraftServer minecraftServer, ResourcePackManager resourcePackManager, SaveLoader saveLoader, LevelStorage.Session session, Function<class_10961, PlayerManager> function) -
Uses of class_10961 in net.minecraft.client
Methods in net.minecraft.client that return class_10961 -
Uses of class_10961 in net.minecraft.client.render.debug
Constructors in net.minecraft.client.render.debug with parameters of type class_10961ModifierConstructorDescription(package private)ChunkLoadingStatus(class_10961 class_10961, double x, double z) -
Uses of class_10961 in net.minecraft.entity
Methods in net.minecraft.entity that return class_10961 -
Uses of class_10961 in net.minecraft.server
Fields in net.minecraft.server declared as class_10961Modifier and TypeFieldDescriptionprivate final class_10961ServerTickManager.field_58245private final class_10961PlayerManager.field_58338protected @Nullable class_10961MinecraftServer.field_59588MinecraftServer.field_59589Methods in net.minecraft.server that return class_10961Modifier and TypeMethodDescriptionprotected abstract class_10961MinecraftServer.method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) protected class_10961PlayerManager.method_69187()MinecraftServer.method_70562()Methods in net.minecraft.server with parameters of type class_10961Modifier and TypeMethodDescriptionprivate ServerMetadataMinecraftServer.createMetadata(@Nullable class_10961 class_10961) private intMinecraftServer.getAutosaveInterval(class_10961 class_10961) MinecraftServer.getForcedGameMode(class_10961 class_10961) Returns the game mode a player should be set to when connecting to the server, ornullif none is set.ServerConfigHandler.getPlayerUuidByName(class_10961 class_10961, String name) booleanMinecraftServer.isHardcore(class_10961 class_10961) booleanMinecraftServer.isMonsterSpawningEnabled(class_10961 class_10961) private voidMinecraftServer.method_70559(class_10961 class_10961) private voidMinecraftServer.method_70560(class_10961 class_10961) private voidMinecraftServer.method_70561(class_10961 class_10961) voidPlayerManager.onDataPacksReloaded(class_10961 class_10961) booleanMinecraftServer.openToLan(class_10961 class_10961, @Nullable GameMode gameMode, boolean bool, int int2) Opens a server for LAN connections.private voidMinecraftServer.runAutosave(class_10961 class_10961) private booleanMinecraftServer.runOneTask(class_10961 class_10961) booleanMinecraftServer.saveAll(class_10961 class_10961, boolean bool, boolean bool2, boolean bool3) voidMinecraftServer.setDefaultGameMode(class_10961 class_10961, GameMode gameMode) voidMinecraftServer.setPlayerIdleTimeout(class_10961 class_10961, int int2) voidMinecraftServer.shutdown(@Nullable class_10961 class_10961) voidMinecraftServer.tick(class_10961 class_10961, BooleanSupplier booleanSupplier) protected voidMinecraftServer.tickWorlds(class_10961 class_10961, BooleanSupplier booleanSupplier) voidMinecraftServer.updateAutosaveTicks(class_10961 class_10961) voidMinecraftServer.updateDifficulty(class_10961 class_10961) Constructors in net.minecraft.server with parameters of type class_10961ModifierConstructorDescriptionPlayerManager(class_10961 class_10961, PlayerSaveHandler playerSaveHandler, int int2) ServerTickManager(class_10961 class_10961) -
Uses of class_10961 in net.minecraft.server.chase
Fields in net.minecraft.server.chase declared as class_10961Constructors in net.minecraft.server.chase with parameters of type class_10961ModifierConstructorDescriptionChaseClient(String ip, int port, class_10961 class_10961, Executor executor) -
Uses of class_10961 in net.minecraft.server.command
Fields in net.minecraft.server.command declared as class_10961Methods in net.minecraft.server.command that return class_10961Constructors in net.minecraft.server.command with parameters of type class_10961ModifierConstructorDescriptionServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, class_10961 class_10961, @Nullable Entity entity) ServerCommandSource(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, class_10961 class_10961, @Nullable Entity entity, boolean silent, ReturnValueConsumer resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) -
Uses of class_10961 in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as class_10961Methods in net.minecraft.server.dedicated that return class_10961Modifier and TypeMethodDescriptionMinecraftDedicatedServer.method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) Methods in net.minecraft.server.dedicated with parameters of type class_10961Modifier and TypeMethodDescriptionMinecraftDedicatedServer.getForcedGameMode(class_10961 class_10961) Returns the game mode a player should be set to when connecting to the server, ornullif none is set.booleanMinecraftDedicatedServer.isMonsterSpawningEnabled(class_10961 class_10961) voidMinecraftDedicatedServer.setPlayerIdleTimeout(class_10961 class_10961, int int2) voidMinecraftDedicatedServer.setUseWhitelist(class_10961 class_10961, boolean bool) voidMinecraftDedicatedServer.shutdown(class_10961 class_10961) voidMinecraftDedicatedServer.updateDifficulty(class_10961 class_10961) Constructors in net.minecraft.server.dedicated with parameters of type class_10961ModifierConstructorDescriptionDedicatedPlayerManager(MinecraftDedicatedServer minecraftDedicatedServer, class_10961 class_10961, PlayerSaveHandler saveHandler) DedicatedServerWatchdog(class_10961 class_10961, long long2) -
Uses of class_10961 in net.minecraft.server.dedicated.command
Methods in net.minecraft.server.dedicated.command with parameters of type class_10961Modifier and TypeMethodDescriptionprivate static voidPerfCommand.saveReport(ServerCommandSource source, Path tempProfilingDirectory, class_10961 class_10961) -
Uses of class_10961 in net.minecraft.server.function
Fields in net.minecraft.server.function declared as class_10961Constructors in net.minecraft.server.function with parameters of type class_10961ModifierConstructorDescriptionCommandFunctionManager(class_10961 class_10961, FunctionLoader loader) -
Uses of class_10961 in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return class_10961Modifier and TypeMethodDescriptionIntegratedServer.method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) Methods in net.minecraft.server.integrated with parameters of type class_10961Modifier and TypeMethodDescriptionIntegratedServer.getForcedGameMode(class_10961 class_10961) Returns the game mode a player should be set to when connecting to the server, ornullif none is set.private voidIntegratedServer.incrementTotalWorldTimeStat(class_10961 class_10961) booleanIntegratedServer.openToLan(class_10961 class_10961, @Nullable GameMode gameMode, boolean bool, int int2) Opens a server for LAN connections.booleanIntegratedServer.saveAll(class_10961 class_10961, boolean bool, boolean bool2, boolean bool3) voidIntegratedServer.setDefaultGameMode(class_10961 class_10961, GameMode gameMode) voidIntegratedServer.shutdown(class_10961 class_10961) voidIntegratedServer.tick(class_10961 class_10961, BooleanSupplier booleanSupplier) Constructors in net.minecraft.server.integrated with parameters of type class_10961ModifierConstructorDescriptionIntegratedPlayerManager(class_10961 class_10961, PlayerSaveHandler playerSaveHandler) -
Uses of class_10961 in net.minecraft.server.network
Fields in net.minecraft.server.network declared as class_10961Modifier and TypeFieldDescriptionprivate final class_10961ServerPlayerEntity.field_58299protected final class_10961ServerCommonNetworkHandler.field_58305(package private) final class_10961ServerLoginNetworkHandler.field_58324Methods in net.minecraft.server.network that return class_10961Constructors in net.minecraft.server.network with parameters of type class_10961ModifierConstructorDescriptionServerCommonNetworkHandler(class_10961 class_10961, ClientConnection connection, ConnectedClientData clientData) ServerConfigurationNetworkHandler(class_10961 class_10961, ClientConnection connection, ConnectedClientData clientData) ServerLoginNetworkHandler(class_10961 class_10961, ClientConnection connection, boolean transferred) ServerPlayerEntity(class_10961 class_10961, ServerWorld serverWorld, com.mojang.authlib.GameProfile profile, SyncedClientOptions clientOptions) ServerPlayNetworkHandler(class_10961 class_10961, ClientConnection connection, ServerPlayerEntity player, ConnectedClientData clientData) -
Uses of class_10961 in net.minecraft.server.rcon
Methods in net.minecraft.server.rcon with parameters of type class_10961Modifier and TypeMethodDescriptionRconCommandOutput.createRconCommandSource(class_10961 class_10961) -
Uses of class_10961 in net.minecraft.server.world
Fields in net.minecraft.server.world declared as class_10961Methods in net.minecraft.server.world that return class_10961Constructors in net.minecraft.server.world with parameters of type class_10961ModifierConstructorDescriptionServerWorld(class_10961 class_10961, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable RandomSequencesState randomSequencesState) -
Uses of class_10961 in net.minecraft.test
Methods in net.minecraft.test that return class_10961Modifier and TypeMethodDescriptionTestServer.method_69059(ResourcePackManager resourcePackManager, SaveLoader saveLoader, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) Methods in net.minecraft.test with parameters of type class_10961Modifier and TypeMethodDescriptionbooleanTestServer.isHardcore(class_10961 class_10961) voidTestServer.tick(class_10961 class_10961, BooleanSupplier booleanSupplier) -
Uses of class_10961 in net.minecraft.world
Fields in net.minecraft.world with type parameters of type class_10961Modifier and TypeFieldDescription(package private) final BiConsumer<class_10961, T> GameRules.Type.changeCallbackMethods in net.minecraft.world that return class_10961Methods in net.minecraft.world with parameters of type class_10961Modifier and TypeMethodDescriptionprotected voidGameRules.Rule.changed(@Nullable class_10961 class_10961) voidGameRules.BooleanRule.set(boolean value, @Nullable class_10961 class_10961) voidGameRules.IntRule.set(int value, @Nullable class_10961 class_10961) voidGameRules.setAllValues(GameRules rules, @Nullable class_10961 class_10961) voidGameRules.BooleanRule.setValue(GameRules.BooleanRule booleanRule, @Nullable class_10961 class_10961) voidGameRules.IntRule.setValue(GameRules.IntRule intRule, @Nullable class_10961 class_10961) abstract voidGameRules.Rule.setValue(T rule, @Nullable class_10961 class_10961) private <T extends GameRules.Rule<T>>
voidGameRules.setValue(GameRules.Key<T> key, GameRules rules, @Nullable class_10961 class_10961) Method parameters in net.minecraft.world with type arguments of type class_10961Modifier and TypeMethodDescription(package private) static GameRules.Type<GameRules.BooleanRule> GameRules.BooleanRule.create(boolean initialValue, BiConsumer<class_10961, GameRules.BooleanRule> changeCallback) (package private) static GameRules.Type<GameRules.IntRule> GameRules.IntRule.create(int initialValue, int min, int max, FeatureSet requiredFeatures, BiConsumer<class_10961, GameRules.IntRule> changeCallback) private static GameRules.Type<GameRules.IntRule> GameRules.IntRule.create(int initialValue, BiConsumer<class_10961, GameRules.IntRule> changeCallback) Constructor parameters in net.minecraft.world with type arguments of type class_10961ModifierConstructorDescription(package private)Type(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> argumentType, Function<GameRules.Type<T>, T> ruleFactory, BiConsumer<class_10961, T> changeCallback, GameRules.Acceptor<T> ruleAcceptor, Class<T> ruleClass, FeatureSet requiredFeatures) -
Uses of class_10961 in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type class_10961Modifier and TypeFieldDescriptionprivate final Timer<class_10961> LevelProperties.scheduledEventsMethods in net.minecraft.world.level that return types with arguments of type class_10961Modifier and TypeMethodDescriptionLevelProperties.getScheduledEvents()ServerWorldProperties.getScheduledEvents()UnmodifiableLevelProperties.getScheduledEvents()Constructor parameters in net.minecraft.world.level with type arguments of type class_10961ModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, 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, Set<String> removedFeatures, Timer<class_10961> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, Optional<RegistryEntry<DimensionType>> optional, com.mojang.serialization.Lifecycle lifecycle, List<class_11109> list, List<class_11105> list2, List<class_11105> list3, Object2IntOpenHashMap<class_11105> object2IntOpenHashMap, int int2, int int3, int int4, Map<RegistryKey<World>, class_11101> map) -
Uses of class_10961 in net.minecraft.world.timer
Fields in net.minecraft.world.timer with type parameters of type class_10961Modifier and TypeFieldDescriptionstatic final TimerCallbackSerializer<class_10961> TimerCallbackSerializer.INSTANCEMethods in net.minecraft.world.timer with parameters of type class_10961Modifier and TypeMethodDescriptionvoidFunctionTagTimerCallback.call(class_10961 class_10961, Timer<class_10961> timer, long long2) voidFunctionTimerCallback.call(class_10961 class_10961, Timer<class_10961> timer, long long2) Method parameters in net.minecraft.world.timer with type arguments of type class_10961Modifier and TypeMethodDescriptionvoidFunctionTagTimerCallback.call(class_10961 class_10961, Timer<class_10961> timer, long long2) voidFunctionTimerCallback.call(class_10961 class_10961, Timer<class_10961> timer, long long2)