Package net.mcreator.minecraft
Class MCItem.Custom
java.lang.Object
net.mcreator.minecraft.DataListEntry
net.mcreator.minecraft.MCItem
net.mcreator.minecraft.MCItem.Custom
- All Implemented Interfaces:
Comparable<DataListEntry>
- Enclosing class:
MCItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.mcreator.minecraft.MCItem
MCItem.Custom, MCItem.ListProvider, MCItem.Potion, MCItem.Tag
Nested classes/interfaces inherited from class net.mcreator.minecraft.DataListEntry
DataListEntry.Dummy, DataListEntry.Null
-
Field Summary
Fields inherited from class net.mcreator.minecraft.MCItem
DEFAULT_ICON, EMPTY_ICON, icon, TAG_ICON
Fields inherited from class net.mcreator.minecraft.DataListEntry
required_apis
-
Constructor Summary
ConstructorDescriptionCustom
(ModElement element, String fieldName, String type) Custom
(ModElement element, String fieldName, String type, String descriptor) -
Method Summary
Methods inherited from class net.mcreator.minecraft.MCItem
getBlockIconBasedOnName, hasNoSubtypes, isPOI, setIcon, setSubtypes
Methods inherited from class net.mcreator.minecraft.DataListEntry
addSupportedGenerator, compareTo, equals, getDescription, getName, getOther, getReadableName, getRequiredAPIs, getTexture, getType, hashCode, setDescription, setOther, setReadableName, setRequiredAPIs, setTexture, setType, toString
-
Constructor Details
-
Custom
-
Custom
-
-
Method Details
-
isSupportedInWorkspace
- Overrides:
isSupportedInWorkspace
in classDataListEntry
-