Package net.mcreator.minecraft
Class DataListEntry
java.lang.Object
net.mcreator.minecraft.DataListEntry
- All Implemented Interfaces:
Comparable<DataListEntry>
- Direct Known Subclasses:
DataListEntry.Custom
,DataListEntry.Dummy
,DataListEntry.Null
,MCItem
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupportedGenerator
(GeneratorConfiguration generatorConfiguration) int
boolean
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() -
compareTo
- Specified by:
compareTo
in interfaceComparable<DataListEntry>
-
addSupportedGenerator
-
isSupportedInWorkspace
-