Interface IGlowingEyes
- All Superinterfaces:
org.ladysnake.cca.api.v3.component.Component
- All Known Implementing Classes:
GlowingEyesImpl
public interface IGlowingEyes
extends org.ladysnake.cca.api.v3.component.Component
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetGlowingEyesMap(Map<Point, Color> glowingEyesMap) voidsetToggledOn(boolean toggledOn) Methods inherited from interface org.ladysnake.cca.api.v3.component.Component
readFromNbt, writeToNbt
-
Method Details
-
getGlowingEyesMap
-
setGlowingEyesMap
-
isToggledOn
boolean isToggledOn() -
setToggledOn
void setToggledOn(boolean toggledOn)
-