public class SNBTToNBTConverter extends java.lang.Object implements IDataProvider
Modifier and Type | Class and Description |
---|---|
static interface |
SNBTToNBTConverter.ITransformer |
(package private) static class |
SNBTToNBTConverter.TaskResult |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SNBTToNBTConverter.ITransformer> |
field_225370_d |
private DataGenerator |
generator |
private static org.apache.logging.log4j.Logger |
LOGGER |
HASH_FUNCTION
Constructor and Description |
---|
SNBTToNBTConverter(DataGenerator generatorIn) |
Modifier and Type | Method and Description |
---|---|
void |
act(DirectoryCache cache) |
private CompoundNBT |
func_225368_a(java.lang.String p_225368_1_,
CompoundNBT p_225368_2_) |
SNBTToNBTConverter |
func_225369_a(SNBTToNBTConverter.ITransformer p_225369_1_) |
private void |
func_229444_a_(DirectoryCache p_229444_1_,
SNBTToNBTConverter.TaskResult p_229444_2_,
java.nio.file.Path p_229444_3_) |
private SNBTToNBTConverter.TaskResult |
func_229446_a_(java.nio.file.Path p_229446_1_,
java.lang.String p_229446_2_) |
private java.lang.String |
getFileName(java.nio.file.Path inputFolder,
java.nio.file.Path fileIn) |
java.lang.String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
save
private static final org.apache.logging.log4j.Logger LOGGER
private final DataGenerator generator
private final java.util.List<SNBTToNBTConverter.ITransformer> field_225370_d
public SNBTToNBTConverter(DataGenerator generatorIn)
public SNBTToNBTConverter func_225369_a(SNBTToNBTConverter.ITransformer p_225369_1_)
private CompoundNBT func_225368_a(java.lang.String p_225368_1_, CompoundNBT p_225368_2_)
public void act(DirectoryCache cache) throws java.io.IOException
act
in interface IDataProvider
java.io.IOException
public java.lang.String getName()
getName
in interface IDataProvider
private java.lang.String getFileName(java.nio.file.Path inputFolder, java.nio.file.Path fileIn)
@Nullable private SNBTToNBTConverter.TaskResult func_229446_a_(java.nio.file.Path p_229446_1_, java.lang.String p_229446_2_)
private void func_229444_a_(DirectoryCache p_229444_1_, SNBTToNBTConverter.TaskResult p_229444_2_, java.nio.file.Path p_229444_3_)