java.lang.Object
me.andreasmelone.glowingeyes.fabric.common.component.eyes.GlowingEyesImpl
All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.component.Component, IGlowingEyes

public class GlowingEyesImpl extends Object implements IGlowingEyes
  • Constructor Details

    • GlowingEyesImpl

      public GlowingEyesImpl()
  • Method Details

    • getGlowingEyesMap

      public Map<Point,Color> getGlowingEyesMap()
      Specified by:
      getGlowingEyesMap in interface IGlowingEyes
    • setGlowingEyesMap

      public void setGlowingEyesMap(Map<Point,Color> glowingEyesMap)
      Specified by:
      setGlowingEyesMap in interface IGlowingEyes
    • isToggledOn

      public boolean isToggledOn()
      Specified by:
      isToggledOn in interface IGlowingEyes
    • setToggledOn

      public void setToggledOn(boolean toggledOn)
      Specified by:
      setToggledOn in interface IGlowingEyes
    • readFromNbt

      public void readFromNbt(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      readFromNbt in interface dev.onyxstudios.cca.api.v3.component.Component
    • writeToNbt

      public void writeToNbt(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      writeToNbt in interface dev.onyxstudios.cca.api.v3.component.Component