Class GlowingEyesImpl
java.lang.Object
me.andreasmelone.glowingeyes.fabric.common.component.eyes.GlowingEyesImpl
- All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.component.Component,IGlowingEyes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreadFromNbt(net.minecraft.nbt.CompoundTag tag) voidsetGlowingEyesMap(Map<Point, Color> glowingEyesMap) voidsetToggledOn(boolean toggledOn) voidwriteToNbt(net.minecraft.nbt.CompoundTag tag) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.onyxstudios.cca.api.v3.component.Component
equals
-
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
-
readFromNbt
public void readFromNbt(net.minecraft.nbt.CompoundTag tag) - Specified by:
readFromNbtin interfacedev.onyxstudios.cca.api.v3.component.Component
-
writeToNbt
public void writeToNbt(net.minecraft.nbt.CompoundTag tag) - Specified by:
writeToNbtin interfacedev.onyxstudios.cca.api.v3.component.Component
-