Package net.mcreator.element.types
Class Overlay
java.lang.Object
net.mcreator.element.GeneratableElement
net.mcreator.element.types.Overlay
- All Implemented Interfaces:
IGUI
-
Nested Class Summary
Nested classes/interfaces inherited from class net.mcreator.element.GeneratableElement
GeneratableElement.GSONAdapter, GeneratableElement.Unknown
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class net.mcreator.element.GeneratableElement
formatVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
Methods inherited from class net.mcreator.element.GeneratableElement
finalizeModElementGeneration, generateModElementPicture, getAdditionalTemplateData, getModElement, isUnknown, performQuickValidation, setModElement, wasConversionApplied
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.mcreator.element.types.interfaces.IGUI
getComponentsOfType, getFixedTextLabels, getFixedTooltips
-
Field Details
-
priority
-
components
-
baseTexture
-
overlayTarget
-
displayCondition
-
gridSettings
-
-
Constructor Details
-
Overlay
-
-
Method Details
-
hasTextures
public boolean hasTextures() -
getBaseTextureWidth
public int getBaseTextureWidth() -
getBaseTextureHeight
public int getBaseTextureHeight() -
getComponents
- Specified by:
getComponents
in interfaceIGUI
-