Package net.mcreator.minecraft
Class DataListEntry
java.lang.Object
net.mcreator.minecraft.DataListEntry
- Direct Known Subclasses:
DataListEntry.Custom
,DataListEntry.Dummy
,DataListEntry.Null
,MCItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupportedGenerator
(GeneratorConfiguration generatorConfiguration) boolean
static <T extends DataListEntry>
Comparator<T> getComparator
(Workspace workspace, List<T> originalOrder) getName()
getOther()
getType()
int
hashCode()
boolean
isSupportedInWorkspace
(Workspace workspace) void
setDescription
(String description) void
void
setReadableName
(String readableName) void
setRequiredAPIs
(List<String> required_apis) void
setTexture
(String texture) void
toString()
-
Field Details
-
required_apis
-
-
Method Details
-
setReadableName
-
setDescription
-
setType
-
setOther
-
getName
-
getTexture
-
setTexture
-
getReadableName
-
getDescription
-
getRequiredAPIs
-
setRequiredAPIs
-
getType
-
getOther
-
toString
-
equals
-
hashCode
public int hashCode() -
getComparator
public static <T extends DataListEntry> Comparator<T> getComparator(Workspace workspace, List<T> originalOrder) -
addSupportedGenerator
-
isSupportedInWorkspace
-