Uses of Record Class
net.minecraft.class_7497
Packages that use class_7497
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7497 in net.minecraft
Methods in net.minecraft that return class_7497Modifier and TypeMethodDescriptionstatic class_7497
class_7497.method_44143
(com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, File file) -
Uses of class_7497 in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type class_7497Modifier and TypeMethodDescriptionstatic void
SkullBlockEntity.setServices
(class_7497 class_7497, Executor executor) -
Uses of class_7497 in net.minecraft.server
Fields in net.minecraft.server declared as class_7497Constructors in net.minecraft.server with parameters of type class_7497ModifierConstructorDescriptionMinecraftServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, class_7497 class_7497, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_7497 in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type class_7497ModifierConstructorDescriptionMinecraftDedicatedServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, class_7497 class_7497, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_7497 in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type class_7497ModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager dataPackManager, SaveLoader saveLoader, class_7497 class_7497, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of class_7497 in net.minecraft.test
Fields in net.minecraft.test declared as class_7497