public static class GermSrcManager.SrcData
extends java.lang.Object
Constructor and Description |
---|
SrcData(GermSrcManager.RegisterType registerType,
RootType root,
java.io.File yamlFile,
java.lang.String yamlName,
org.bukkit.configuration.file.YamlConfiguration src) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
protected GermSrcManager.RegisterType |
getRegisterType() |
@NotNull RootType |
getRoot() |
@NotNull java.lang.String |
getSerializedSrc() |
@NotNull org.bukkit.configuration.file.YamlConfiguration |
getSrc() |
@Nullable java.io.File |
getYamlFile() |
@NotNull java.lang.String |
getYamlName() |
int |
hashCode() |
public SrcData(GermSrcManager.RegisterType registerType, RootType root, java.io.File yamlFile, java.lang.String yamlName, org.bukkit.configuration.file.YamlConfiguration src)
protected GermSrcManager.RegisterType getRegisterType()
@NotNull public @NotNull org.bukkit.configuration.file.YamlConfiguration getSrc()
@NotNull public @NotNull java.lang.String getSerializedSrc()
@NotNull public @NotNull java.lang.String getYamlName()
@NotNull public @NotNull RootType getRoot()
@Nullable public @Nullable java.io.File getYamlFile()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object