Class GlowingEyesImpl
java.lang.Object
me.andreasmelone.glowingeyes.forge.common.component.eyes.GlowingEyesImpl
- All Implemented Interfaces:
Serializable,IGlowingEyes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetGlowingEyesMap(@NotNull Map<Point, Color> glowingEyesMap) voidsetToggledOn(boolean toggledOn)
-
Constructor Details
-
GlowingEyesImpl
public GlowingEyesImpl()
-
-
Method Details
-
getGlowingEyesMap
- Specified by:
getGlowingEyesMapin interfaceIGlowingEyes
-
setGlowingEyesMap
- Specified by:
setGlowingEyesMapin interfaceIGlowingEyes
-
isToggledOn
public boolean isToggledOn()- Specified by:
isToggledOnin interfaceIGlowingEyes
-
setToggledOn
public void setToggledOn(boolean toggledOn) - Specified by:
setToggledOnin interfaceIGlowingEyes
-