Uses of Class
net.minecraft.command.DataCommandStorage
| Package | Description |
|---|---|
| net.minecraft.command | |
| net.minecraft.server |
-
Uses of DataCommandStorage in net.minecraft.command
Fields in net.minecraft.command declared as DataCommandStorage Modifier and Type Field Description private DataCommandStorageStorageDataObject. storageMethods in net.minecraft.command that return DataCommandStorage Modifier and Type Method Description private static DataCommandStorageStorageDataObject. of(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext)Constructors in net.minecraft.command with parameters of type DataCommandStorage Constructor Description StorageDataObject(DataCommandStorage storage, Identifier id) -
Uses of DataCommandStorage in net.minecraft.server
Fields in net.minecraft.server declared as DataCommandStorage Modifier and Type Field Description private @Nullable DataCommandStorageMinecraftServer. dataCommandStorageMethods in net.minecraft.server that return DataCommandStorage Modifier and Type Method Description DataCommandStorageMinecraftServer. getDataCommandStorage()