Uses of Interface
net.minecraft.server.command.DataCommand.ObjectType
| Package | Description |
|---|---|
| net.minecraft.command | |
| net.minecraft.server.command |
-
Uses of DataCommand.ObjectType in net.minecraft.command
Fields in net.minecraft.command with type parameters of type DataCommand.ObjectType Modifier and Type Field Description static Function<String,DataCommand.ObjectType>BlockDataObject. TYPE_FACTORYstatic Function<String,DataCommand.ObjectType>EntityDataObject. TYPE_FACTORYstatic Function<String,DataCommand.ObjectType>StorageDataObject. TYPE_FACTORY -
Uses of DataCommand.ObjectType in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type DataCommand.ObjectType Modifier and Type Field Description static List<Function<String,DataCommand.ObjectType>>DataCommand. OBJECT_TYPE_FACTORIESstatic List<DataCommand.ObjectType>DataCommand. SOURCE_OBJECT_TYPESstatic List<DataCommand.ObjectType>DataCommand. TARGET_OBJECT_TYPESMethods in net.minecraft.server.command with parameters of type DataCommand.ObjectType Modifier and Type Method Description private static intDataCommand. executeModify(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, DataCommand.ObjectType objectType, DataCommand.ModifyOperation modifier, List<NbtElement> elements)