Package net.minecraft.data
Class CommandsReport
- java.lang.Object
-
- net.minecraft.data.CommandsReport
-
- All Implemented Interfaces:
IDataProvider
public class CommandsReport extends java.lang.Object implements IDataProvider
-
-
Field Summary
Fields Modifier and Type Field Description private DataGeneratorgeneratorprivate static com.google.gson.GsonGSON-
Fields inherited from interface net.minecraft.data.IDataProvider
SHA1
-
-
Constructor Summary
Constructors Constructor Description CommandsReport(DataGenerator p_i48264_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()voidrun(DirectoryCache p_200398_1_)
-
-
-
Field Detail
-
GSON
private static final com.google.gson.Gson GSON
-
generator
private final DataGenerator generator
-
-
Constructor Detail
-
CommandsReport
public CommandsReport(DataGenerator p_i48264_1_)
-
-
Method Detail
-
run
public void run(DirectoryCache p_200398_1_) throws java.io.IOException
- Specified by:
runin interfaceIDataProvider- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIDataProvider
-
-