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 yamlNameOrIndex,
org.bukkit.configuration.file.YamlConfiguration src) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
@Nullable java.lang.String |
getFromPlugin() |
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 |
getYamlIndex() |
@NotNull java.lang.String |
getYamlName() |
@Nullable java.lang.String |
getYamlPath() |
int |
hashCode() |
public SrcData(GermSrcManager.RegisterType registerType, RootType root, java.io.File yamlFile, java.lang.String yamlNameOrIndex, 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 java.lang.String getYamlIndex()
@NotNull public @NotNull RootType getRoot()
@Nullable public @Nullable java.io.File getYamlFile()
@Nullable public @Nullable java.lang.String getYamlPath()
@Nullable public @Nullable java.lang.String getFromPlugin()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object