Uses of Class
net.minecraft.command.DataCommandStorage
Packages that use DataCommandStorage
-
Uses of DataCommandStorage in net.minecraft.command
Fields in net.minecraft.command declared as DataCommandStorageMethods in net.minecraft.command that return DataCommandStorageModifier and TypeMethodDescription(package private) static DataCommandStorage
StorageDataObject.of(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)
Constructors in net.minecraft.command with parameters of type DataCommandStorageModifierConstructorDescription(package private)
StorageDataObject(DataCommandStorage dataCommandStorage, Identifier identifier)
-
Uses of DataCommandStorage in net.minecraft.server
Fields in net.minecraft.server declared as DataCommandStorageModifier and TypeFieldDescriptionprivate @Nullable DataCommandStorage
MinecraftServer.dataCommandStorage
Methods in net.minecraft.server that return DataCommandStorage