Uses of Class
net.minecraft.world.storage.CommandStorage
-
Packages that use CommandStorage Package Description net.minecraft.command.impl.data net.minecraft.server -
-
Uses of CommandStorage in net.minecraft.command.impl.data
Fields in net.minecraft.command.impl.data declared as CommandStorage Modifier and Type Field Description private CommandStorage
StorageAccessor. storage
Methods in net.minecraft.command.impl.data that return CommandStorage Modifier and Type Method Description private static CommandStorage
StorageAccessor. getGlobalTags(com.mojang.brigadier.context.CommandContext<CommandSource> p_229840_0_)
Constructors in net.minecraft.command.impl.data with parameters of type CommandStorage Constructor Description StorageAccessor(CommandStorage p_i226092_1_, ResourceLocation p_i226092_2_)
-
Uses of CommandStorage in net.minecraft.server
Fields in net.minecraft.server declared as CommandStorage Modifier and Type Field Description private CommandStorage
MinecraftServer. commandStorage
Methods in net.minecraft.server that return CommandStorage Modifier and Type Method Description CommandStorage
MinecraftServer. getCommandStorage()
-