Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractClientCommand<T extends net.minecraft.commands.SharedSuggestionProvider> - Class in me.andreasmelone.glowingeyes.client.commands
- AbstractClientCommand(Function<String, LiteralArgumentBuilder<T>>) - Constructor for class me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand
- addPreset(Preset) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- addTrackedBy(Player) - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.data.IPlayerData
- addTrackedBy(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- addTrackedBy(Player, Player) - Method in interface me.andreasmelone.glowingeyes.common.component.data.IPlayerDataComponent
-
Adds a player to the list of players tracking the given player
- addTrackedBy(Player, Player) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
-
Adds a player to the list of players tracking the given player
- addTrackedBy(Player, Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- applyPreset(ResourceLocation) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- ARGBtoRGBA(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- askForName(Screen, String) - Static method in class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- askToDelete(Screen, String) - Static method in class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
B
- BGRtoHSB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- BGRtoHSB(int, int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- BIG_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- BigSelectableButton - Class in me.andreasmelone.glowingeyes.client.gui.button
- BigSelectableButton(int, int, Component, Button.OnPress) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- BigSelectableButton(int, int, Component, Button.OnPress, Button.CreateNarration) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- BLACK - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- BLUE - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- BLUE - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- BRIGHTNESS - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- BRIGHTNESS_CURSOR - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- BRUSH - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
- BRUSH_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
C
- cancel() - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeTask
- cancel() - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Task
- capability() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Returns the value of the
capabilityrecord component. - clear() - Static method in class me.andreasmelone.glowingeyes.client.util.DynamicTextureCache
- ClientGlowingEyesComponent - Class in me.andreasmelone.glowingeyes.client.component.eyes
- ClientGlowingEyesComponentImpl - Class in me.andreasmelone.glowingeyes.neoforge.client.component.eyes
- ClientGlowingEyesComponentImpl() - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.component.eyes.ClientGlowingEyesComponentImpl
- ClientModContext - Interface in me.andreasmelone.glowingeyes.client.mod
- ClientModVariables - Class in me.andreasmelone.glowingeyes.client.mod
- ClientModVariables() - Constructor for class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- ClientPlayerDataComponent - Class in me.andreasmelone.glowingeyes.client.component.data
- ClientPlayerDataComponentImpl - Class in me.andreasmelone.glowingeyes.neoforge.client.component.data
- ClientPlayerDataComponentImpl() - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.component.data.ClientPlayerDataComponentImpl
- clone() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- clone() - Method in class me.andreasmelone.glowingeyes.common.util.Point
- CODEC - Static variable in class me.andreasmelone.glowingeyes.client.presets.Preset
- CODEC - Static variable in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
- CODEC - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- CODEC - Static variable in class me.andreasmelone.glowingeyes.common.util.Point
- CODEC_STRING - Static variable in class me.andreasmelone.glowingeyes.common.util.Point
- CodeScheduler - Class in me.andreasmelone.glowingeyes.common.scheduler
- CodeScheduler() - Constructor for class me.andreasmelone.glowingeyes.common.scheduler.CodeScheduler
- CodeTask - Class in me.andreasmelone.glowingeyes.common.scheduler
- CodeTask(Runnable) - Constructor for class me.andreasmelone.glowingeyes.common.scheduler.CodeTask
- Color - Class in me.andreasmelone.glowingeyes.common.util
-
An alternative to AWTs
Colorclass. - Color(float, float, float) - Constructor for class me.andreasmelone.glowingeyes.common.util.Color
- Color(int) - Constructor for class me.andreasmelone.glowingeyes.common.util.Color
- Color(int, boolean) - Constructor for class me.andreasmelone.glowingeyes.common.util.Color
- Color(int, int, int) - Constructor for class me.andreasmelone.glowingeyes.common.util.Color
- Color(int, int, int, int) - Constructor for class me.andreasmelone.glowingeyes.common.util.Color
- COLOR_PICKER_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- ColorPickerScreen - Class in me.andreasmelone.glowingeyes.client.gui
- ColorPickerScreen(ClientModContext) - Constructor for class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- ColorPickerScreen(ClientModContext, Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- ColorPickerWidget - Class in me.andreasmelone.glowingeyes.client.gui.widget
- ColorPickerWidget(int, int, int, int, float, float, float) - Constructor for class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- ColorSerializer - Class in me.andreasmelone.glowingeyes.client.presets.serialize.gson
- ColorSerializer() - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.gson.ColorSerializer
- ColorSliderWidget - Class in me.andreasmelone.glowingeyes.client.gui.widget
- ColorSliderWidget(int, int, int, int, float) - Constructor for class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- ColorType - Enum Class in me.andreasmelone.glowingeyes.client.util.color
- ColorUtil - Class in me.andreasmelone.glowingeyes.client.util.color
- ColorUtil() - Constructor for class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- Commands - Class in me.andreasmelone.glowingeyes.neoforge.client
- Commands(ClientModContext) - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.Commands
- ComponentHandler - Class in me.andreasmelone.glowingeyes.neoforge.common.component
- ComponentHandler() - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.component.ComponentHandler
- ComponentUpdatePacket - Record Class in me.andreasmelone.glowingeyes.neoforge.common.packets
- ComponentUpdatePacket(UUID, IGlowingEyes) - Constructor for record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Creates an instance of a
ComponentUpdatePacketrecord class. - ConfirmDeletionScreen - Class in me.andreasmelone.glowingeyes.client.gui.preset
- ConfirmDeletionScreen() - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- ConfirmDeletionScreen(Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- ConfirmResetScreen - Class in me.andreasmelone.glowingeyes.client.gui
- ConfirmResetScreen(Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.ConfirmResetScreen
- containsData() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- create(Screen, ResourceLocation) - Static method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- create(Screen, ResourceLocation, SkinPart) - Static method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- createArgumentBuilder(String) - Method in class me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand
- createPreset(String, Map<Point, Color>) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- createPreset(String, Map<Point, Color>, ResourceLocation) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- CreatePresetScreen - Class in me.andreasmelone.glowingeyes.client.gui.preset
- CreatePresetScreen(Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.CreatePresetScreen
- createSprites(String, String, String) - Static method in class me.andreasmelone.glowingeyes.client.util.GuiUtil
- createSprites(String, String, String, String) - Static method in class me.andreasmelone.glowingeyes.client.util.GuiUtil
- createSprites(String, String, String, String, String) - Static method in class me.andreasmelone.glowingeyes.client.util.GuiUtil
- CURSOR - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- CYAN - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
D
- DARK_GRAY - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- dataVersion() - Method in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Returns the value of the
dataVersionrecord component. - debugHexValue(byte) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(byte, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(int) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(int, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(long) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(long, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(short) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugHexValue(short, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- DebugUtil - Class in me.andreasmelone.glowingeyes.common.util
- DebugUtil() - Constructor for class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(boolean) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(boolean, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(byte) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(byte, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(char) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(char, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(double) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(double, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(float) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(float, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(int) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(int, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(long) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(long, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(short) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(short, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(String, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(T) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- debugValue(T, String) - Static method in class me.andreasmelone.glowingeyes.common.util.DebugUtil
- decodeQuick(Decoder<A>, DynamicOps<T>, T) - Static method in class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesCodecs
- DEFAULT_COLOR - Static variable in class me.andreasmelone.glowingeyes.GlowingEyes
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.gson.ColorSerializer
- deserializeMap(byte[]) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
-
Deserialize a map from a byte array
- deserializeNBT(CompoundTag) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- drawBackground(GuiGraphics, ResourceLocation, int, int, int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.GuiUtil
-
Draw the background texture
- drawWrappedText(GuiGraphics, Font, Component, int, int, int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.GuiUtil
- DumpEyesCommand<T extends net.minecraft.commands.SharedSuggestionProvider> - Class in me.andreasmelone.glowingeyes.client.commands
- DumpEyesCommand(Function<String, LiteralArgumentBuilder<T>>) - Constructor for class me.andreasmelone.glowingeyes.client.commands.DumpEyesCommand
- DynamicTextureCache - Class in me.andreasmelone.glowingeyes.client.util
E
- EditPresetScreen - Class in me.andreasmelone.glowingeyes.client.gui.preset
- EditPresetScreen() - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- EditPresetScreen(Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- equals(Object) - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- equals(Object) - Method in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class me.andreasmelone.glowingeyes.common.util.Color
- equals(Object) - Method in class me.andreasmelone.glowingeyes.common.util.Point
- equals(Object) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
-
Indicates whether some other object is "equal to" this one.
- ERASER - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
- ERASER_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- EYES_EDITOR_MAPPING - Static variable in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesKeybindings
- EyesCommand<T extends net.minecraft.commands.SharedSuggestionProvider> - Class in me.andreasmelone.glowingeyes.client.commands
- EyesCommand(Function<String, LiteralArgumentBuilder<T>>) - Constructor for class me.andreasmelone.glowingeyes.client.commands.EyesCommand
- EyesEditorScreen - Class in me.andreasmelone.glowingeyes.client.gui
- EyesEditorScreen(ClientModContext) - Constructor for class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- EyesEditorScreen.Mode - Enum Class in me.andreasmelone.glowingeyes.client.gui
- EyesEditorScreen.Mode.ButtonPressCallback - Interface in me.andreasmelone.glowingeyes.client.gui
G
- get(Color) - Method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- getAlpha() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- getBlue() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- getBlueFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getBrightness() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- getBrightness() - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- getBrightnessFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getComponent(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- getComponent(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
-
Get the GlowingEyes attachment from a player
- getContent() - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- getCursor() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- getCursorX() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- getCursorY() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- getFinalColor() - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- getFromCoordinates(int, int) - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getGlowingEyesMap() - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- getGlowingEyesMap() - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.eyes.IGlowingEyes
- getGlowingEyesMap(Player) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Gets the glowing eyes map from a player
- getGlowingEyesMap(Player) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Gets the glowing eyes map from a player
- getGlowingEyesMap(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- getGreen() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- getGreenFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getHSBColor(float, float, float) - Static method in class me.andreasmelone.glowingeyes.common.util.Color
- getHSBFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getHue() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- getHue() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- getHue() - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- getHueFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getId() - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- getImplementation() - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
- getInstance() - Static method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- getModVariables() - Method in interface me.andreasmelone.glowingeyes.client.mod.ClientModContext
- getModVariables() - Method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClient
- getName() - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- getPreset() - Method in class me.andreasmelone.glowingeyes.client.gui.button.PresetButton
- getPreset(int) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- getPreset(ResourceLocation) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- getPresets() - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- getRed() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- getRedFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGB() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- getRGBFromBrightness(int, float) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGBFromBrightness(int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGBFromSaturation(int, float) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGBFromSaturation(int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGBFromSaturationAndBrightness(int, float, float) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRGBFromSaturationAndBrightness(int, int, int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getRow() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getRow(int) - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getRows() - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getRowY(int) - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getSaturation() - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- getSaturation() - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- getSaturationFromRGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- getSizeX() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getSizeY() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getSprites() - Method in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
- getTexture(Map<Point, Color>) - Static method in class me.andreasmelone.glowingeyes.client.util.DynamicTextureCache
- getTrackedBy(Player) - Method in interface me.andreasmelone.glowingeyes.common.component.data.IPlayerDataComponent
-
Gets the players that are tracking the given player
- getTrackedBy(Player) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
-
Gets the players that are tracking the given player
- getTrackedBy(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- getTranslationKey() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getX() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getX() - Method in class me.andreasmelone.glowingeyes.common.util.Point
- getY() - Method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- getY() - Method in class me.andreasmelone.glowingeyes.common.util.Point
- GlowingEyes - Class in me.andreasmelone.glowingeyes
- GlowingEyes() - Constructor for class me.andreasmelone.glowingeyes.GlowingEyes
- GlowingEyesClient - Class in me.andreasmelone.glowingeyes.neoforge.client
- GlowingEyesClient() - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClient
- GlowingEyesClientEvents - Class in me.andreasmelone.glowingeyes.neoforge.client
- GlowingEyesClientEvents(ClientModContext) - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClientEvents
- GlowingEyesCodecs - Class in me.andreasmelone.glowingeyes.client.presets.serialize
- GlowingEyesCodecs() - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesCodecs
- GlowingEyesComponent - Class in me.andreasmelone.glowingeyes.common.component.eyes
- GlowingEyesComponent() - Constructor for class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
- GlowingEyesComponentImpl - Class in me.andreasmelone.glowingeyes.neoforge.common.component.eyes
- GlowingEyesComponentImpl(DeferredHolder<AttachmentType<?>, AttachmentType<IGlowingEyes>>) - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- GlowingEyesEvents - Class in me.andreasmelone.glowingeyes.neoforge.common
- GlowingEyesEvents() - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.GlowingEyesEvents
- GlowingEyesHeadLayer<T extends net.minecraft.world.entity.player.Player,
Q extends net.minecraft.client.model.HumanoidModel<T>> - Class in me.andreasmelone.glowingeyes.client.render - GlowingEyesHeadLayer(RenderLayerParent<T, Q>) - Constructor for class me.andreasmelone.glowingeyes.client.render.GlowingEyesHeadLayer
- GlowingEyesImpl - Class in me.andreasmelone.glowingeyes.neoforge.common.component.eyes
- GlowingEyesImpl() - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- GlowingEyesInfoCommand<T extends net.minecraft.commands.SharedSuggestionProvider> - Class in me.andreasmelone.glowingeyes.client.commands
- GlowingEyesInfoCommand(Function<String, LiteralArgumentBuilder<T>>) - Constructor for class me.andreasmelone.glowingeyes.client.commands.GlowingEyesInfoCommand
- GlowingEyesKeybindings - Class in me.andreasmelone.glowingeyes.neoforge.client
- GlowingEyesKeybindings() - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesKeybindings
- GlowingEyesNeoForge - Class in me.andreasmelone.glowingeyes.neoforge
- GlowingEyesNeoForge(IEventBus) - Constructor for class me.andreasmelone.glowingeyes.neoforge.GlowingEyesNeoForge
- GlowingEyesReferences - Class in me.andreasmelone.glowingeyes.client.presets.serialize
- GlowingEyesReferences() - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesReferences
- GRAY - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- GREEN - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- GREEN - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- GuiUtil - Class in me.andreasmelone.glowingeyes.client.util
- GuiUtil() - Constructor for class me.andreasmelone.glowingeyes.client.util.GuiUtil
H
- handle(PlayPayloadContext) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
- handle(PlayPayloadContext) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
- hashCode() - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- hashCode() - Method in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Returns a hash code value for this object.
- hashCode() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- hashCode() - Method in class me.andreasmelone.glowingeyes.common.util.Point
- hashCode() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
-
Returns a hash code value for this object.
- hasMod() - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.data.IPlayerData
- hasMod() - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- hasMod(Player) - Method in interface me.andreasmelone.glowingeyes.common.component.data.IPlayerDataComponent
-
Gets whether the player has the mod installed
- hasMod(Player) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
-
Gets whether the player has the mod installed
- hasMod(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- HasModPacket - Record Class in me.andreasmelone.glowingeyes.neoforge.common.packets
- HasModPacket() - Constructor for record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
-
Creates an instance of a
HasModPacketrecord class. - hasPage(int, int) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- hasPreset(int) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- hasPreset(ResourceLocation) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- HEAD_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_FRESH_MOVES_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_FRESH_MOVES_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_FRESH_MOVES_3 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_FRESH_MOVES_4 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEAD_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- HEX - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- hexToInt(String) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- HSBtoBGR(float, float, float) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- HSBtoRGB(float, float, float) - Static method in class me.andreasmelone.glowingeyes.common.util.Color
- HSVtoBGR(double, double, double) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- HUE - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
I
- IClientGlowingEyesComponent - Interface in me.andreasmelone.glowingeyes.client.component.eyes
- IClientPlayerDataComponent - Interface in me.andreasmelone.glowingeyes.client.component.data
- id() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
- id() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
- ID - Static variable in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
- ID - Static variable in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
- IDENTIFIER - Static variable in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
- IDENTIFIER - Static variable in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
- IdFormatFix - Class in me.andreasmelone.glowingeyes.client.presets.serialize.fix
- IdFormatFix(Schema, boolean) - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.fix.IdFormatFix
- IGlowingEyes - Interface in me.andreasmelone.glowingeyes.neoforge.common.component.eyes
- IGlowingEyesComponent - Interface in me.andreasmelone.glowingeyes.common.component.eyes
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.ConfirmResetScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.CreatePresetScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- init() - Method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- intToHex(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- invertColor(Color) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- IPlayerData - Interface in me.andreasmelone.glowingeyes.neoforge.common.component.data
- IPlayerDataComponent - Interface in me.andreasmelone.glowingeyes.common.component.data
- isCancelled() - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeTask
- isCancelled() - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Task
- isPauseScreen() - Method in class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- isPauseScreen() - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- isPauseScreen() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- isSelected() - Method in class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- isToggledOn() - Method in class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- isToggledOn() - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- isToggledOn() - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.eyes.IGlowingEyes
- isToggledOn(Player) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Gets whether the glowing eyes are toggled on for a player
- isToggledOn(Player) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Gets whether the glowing eyes are toggled on for a player
- isToggledOn(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
K
- keyPressed(int, int, int) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
L
- LEFT_ARM_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_ARM_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LEFT_LEG_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- LIGHT_GRAY - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- loadPresets() - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
M
- MAGENTA - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- makeRule() - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.fix.IdFormatFix
- makeRule() - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PointRangeFix
- me.andreasmelone.glowingeyes - package me.andreasmelone.glowingeyes
- me.andreasmelone.glowingeyes.client.commands - package me.andreasmelone.glowingeyes.client.commands
- me.andreasmelone.glowingeyes.client.component.data - package me.andreasmelone.glowingeyes.client.component.data
- me.andreasmelone.glowingeyes.client.component.eyes - package me.andreasmelone.glowingeyes.client.component.eyes
- me.andreasmelone.glowingeyes.client.gui - package me.andreasmelone.glowingeyes.client.gui
- me.andreasmelone.glowingeyes.client.gui.button - package me.andreasmelone.glowingeyes.client.gui.button
- me.andreasmelone.glowingeyes.client.gui.preset - package me.andreasmelone.glowingeyes.client.gui.preset
- me.andreasmelone.glowingeyes.client.gui.skin - package me.andreasmelone.glowingeyes.client.gui.skin
- me.andreasmelone.glowingeyes.client.gui.widget - package me.andreasmelone.glowingeyes.client.gui.widget
- me.andreasmelone.glowingeyes.client.mod - package me.andreasmelone.glowingeyes.client.mod
- me.andreasmelone.glowingeyes.client.presets - package me.andreasmelone.glowingeyes.client.presets
- me.andreasmelone.glowingeyes.client.presets.serialize - package me.andreasmelone.glowingeyes.client.presets.serialize
- me.andreasmelone.glowingeyes.client.presets.serialize.fix - package me.andreasmelone.glowingeyes.client.presets.serialize.fix
- me.andreasmelone.glowingeyes.client.presets.serialize.gson - package me.andreasmelone.glowingeyes.client.presets.serialize.gson
- me.andreasmelone.glowingeyes.client.render - package me.andreasmelone.glowingeyes.client.render
- me.andreasmelone.glowingeyes.client.util - package me.andreasmelone.glowingeyes.client.util
- me.andreasmelone.glowingeyes.client.util.color - package me.andreasmelone.glowingeyes.client.util.color
- me.andreasmelone.glowingeyes.common.component.data - package me.andreasmelone.glowingeyes.common.component.data
- me.andreasmelone.glowingeyes.common.component.eyes - package me.andreasmelone.glowingeyes.common.component.eyes
- me.andreasmelone.glowingeyes.common.mod - package me.andreasmelone.glowingeyes.common.mod
- me.andreasmelone.glowingeyes.common.scheduler - package me.andreasmelone.glowingeyes.common.scheduler
- me.andreasmelone.glowingeyes.common.util - package me.andreasmelone.glowingeyes.common.util
- me.andreasmelone.glowingeyes.neoforge - package me.andreasmelone.glowingeyes.neoforge
- me.andreasmelone.glowingeyes.neoforge.client - package me.andreasmelone.glowingeyes.neoforge.client
- me.andreasmelone.glowingeyes.neoforge.client.component.data - package me.andreasmelone.glowingeyes.neoforge.client.component.data
- me.andreasmelone.glowingeyes.neoforge.client.component.eyes - package me.andreasmelone.glowingeyes.neoforge.client.component.eyes
- me.andreasmelone.glowingeyes.neoforge.client.render - package me.andreasmelone.glowingeyes.neoforge.client.render
- me.andreasmelone.glowingeyes.neoforge.common - package me.andreasmelone.glowingeyes.neoforge.common
- me.andreasmelone.glowingeyes.neoforge.common.component - package me.andreasmelone.glowingeyes.neoforge.common.component
- me.andreasmelone.glowingeyes.neoforge.common.component.data - package me.andreasmelone.glowingeyes.neoforge.common.component.data
- me.andreasmelone.glowingeyes.neoforge.common.component.eyes - package me.andreasmelone.glowingeyes.neoforge.common.component.eyes
- me.andreasmelone.glowingeyes.neoforge.common.packets - package me.andreasmelone.glowingeyes.neoforge.common.packets
- MOD_ID - Static variable in class me.andreasmelone.glowingeyes.GlowingEyes
- MOD_NAME - Static variable in class me.andreasmelone.glowingeyes.GlowingEyes
- ModContext - Interface in me.andreasmelone.glowingeyes.common.mod
- mouseClicked(double, double, int) - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- mouseClicked(double, double, int) - Method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- mouseClicked(double, double, int) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- mouseClicked(double, double, int) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- mouseDragged(double, double, int, double, double) - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- mouseDragged(double, double, int, double, double) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- mouseDragged(double, double, int, double, double) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- move(int, int) - Method in class me.andreasmelone.glowingeyes.common.util.Point
O
- onAddLayers(EntityRenderersEvent.AddLayers) - Static method in class me.andreasmelone.glowingeyes.neoforge.client.render.RenderManager
- onButtonPress(EyesEditorScreen, double, double, int) - Method in interface me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode.ButtonPressCallback
- onButtonPress(EyesEditorScreen, double, double, int) - Method in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
- onChange(Consumer<ColorPickerWidget>) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- onChange(Consumer<ColorSliderWidget>) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- onClientSetup(FMLClientSetupEvent) - Static method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClient
- onClientTick(TickEvent.ClientTickEvent) - Method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClientEvents
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.ConfirmResetScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.CreatePresetScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- onClose() - Method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- onPlayerLoggedIn(ClientPlayerNetworkEvent.LoggingIn) - Method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClientEvents
- onPlayerLoggedOut(ClientPlayerNetworkEvent.LoggingOut) - Method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClientEvents
- onPlayerStartTracking(PlayerEvent.StartTracking) - Method in class me.andreasmelone.glowingeyes.neoforge.common.GlowingEyesEvents
- onPlayerStopTracking(PlayerEvent.StopTracking) - Method in class me.andreasmelone.glowingeyes.neoforge.common.GlowingEyesEvents
- onPress() - Method in class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- onPress(PresetButton) - Method in interface me.andreasmelone.glowingeyes.client.gui.button.PresetButton.OnPressPreset
- onRegisterCommands(RegisterClientCommandsEvent) - Method in class me.andreasmelone.glowingeyes.neoforge.client.Commands
- onRegisterKeyMapping(RegisterKeyMappingsEvent) - Static method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesClient
- onServerTick(TickEvent.ServerTickEvent) - Method in class me.andreasmelone.glowingeyes.neoforge.common.GlowingEyesEvents
- ORANGE - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
P
- PacketHandler - Class in me.andreasmelone.glowingeyes.neoforge.common.packets
- PacketHandler() - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.packets.PacketHandler
- parse(String) - Method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- parseAndUpdate(Color, String) - Method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- PICKER - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
- PINK - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- PIPETTE_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- PlayerDataComponent - Class in me.andreasmelone.glowingeyes.common.component.data
- PlayerDataComponentImpl - Class in me.andreasmelone.glowingeyes.neoforge.common.component.data
- PlayerDataComponentImpl(DeferredHolder<AttachmentType<?>, AttachmentType<IPlayerData>>) - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- PlayerDataImpl - Class in me.andreasmelone.glowingeyes.neoforge.common.component.data
- PlayerDataImpl() - Constructor for class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- playerUUID() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Returns the value of the
playerUUIDrecord component. - Point - Class in me.andreasmelone.glowingeyes.common.util
- Point() - Constructor for class me.andreasmelone.glowingeyes.common.util.Point
- Point(int, int) - Constructor for class me.andreasmelone.glowingeyes.common.util.Point
- Point(Point) - Constructor for class me.andreasmelone.glowingeyes.common.util.Point
- PointRangeFix - Class in me.andreasmelone.glowingeyes.client.presets.serialize.fix
- PointRangeFix(Schema, boolean) - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PointRangeFix
- Preset - Class in me.andreasmelone.glowingeyes.client.presets
- Preset(String, ResourceLocation, Map<Point, Color>) - Constructor for class me.andreasmelone.glowingeyes.client.presets.Preset
- PRESET - Static variable in class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesReferences
- PRESET_FILE - Static variable in class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesReferences
- PRESET_MENU_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- PresetButton - Class in me.andreasmelone.glowingeyes.client.gui.button
- PresetButton(int, int, Preset, PresetButton.OnPressPreset) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.PresetButton
- PresetButton.OnPressPreset - Interface in me.andreasmelone.glowingeyes.client.gui.button
- PresetFile - Record Class in me.andreasmelone.glowingeyes.client.presets.serialize.fix
- PresetFile(int, List<Preset>) - Constructor for record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Creates an instance of a
PresetFilerecord class. - PresetManager - Class in me.andreasmelone.glowingeyes.client.presets
- PresetManager() - Constructor for class me.andreasmelone.glowingeyes.client.presets.PresetManager
- presets() - Method in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Returns the value of the
presetsrecord component. - PresetsScreen - Class in me.andreasmelone.glowingeyes.client.gui.preset
- PresetsScreen() - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- PresetsScreen(Screen) - Constructor for class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
R
- read(FriendlyByteBuf) - Static method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
- read(FriendlyByteBuf) - Static method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
- RED - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- RED - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- register(ClientModContext, CommandDispatcher<T>) - Method in class me.andreasmelone.glowingeyes.client.commands.AbstractClientCommand
- register(ClientModContext, CommandDispatcher<T>) - Method in class me.andreasmelone.glowingeyes.client.commands.DumpEyesCommand
- register(ClientModContext, CommandDispatcher<T>) - Method in class me.andreasmelone.glowingeyes.client.commands.EyesCommand
- register(ClientModContext, CommandDispatcher<T>) - Method in class me.andreasmelone.glowingeyes.client.commands.GlowingEyesInfoCommand
- register(IEventBus) - Static method in class me.andreasmelone.glowingeyes.neoforge.common.component.ComponentHandler
- registerBindings(RegisterKeyMappingsEvent) - Static method in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesKeybindings
- registerBlockEntities(Schema) - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.SchemaV0
- registerEntities(Schema) - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.SchemaV0
- registerPackets(RegisterPayloadHandlerEvent) - Static method in class me.andreasmelone.glowingeyes.neoforge.common.packets.PacketHandler
- registerTypes(Schema, Map<String, Supplier<TypeTemplate>>, Map<String, Supplier<TypeTemplate>>) - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.SchemaV0
- removePreset(ResourceLocation) - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- removeTrackedBy(Player) - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.data.IPlayerData
- removeTrackedBy(Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- removeTrackedBy(Player, Player) - Method in interface me.andreasmelone.glowingeyes.common.component.data.IPlayerDataComponent
-
Removes a player from the list of players tracking the given player
- removeTrackedBy(Player, Player) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
-
Removes a player from the list of players tracking the given player
- removeTrackedBy(Player, Player) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- render(PoseStack, MultiBufferSource, int, T, float, float, float, float, float, float) - Method in class me.andreasmelone.glowingeyes.client.render.GlowingEyesHeadLayer
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.ConfirmResetScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
-
The method that renders the screen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.CreatePresetScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- render(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.ColorPickerScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.ConfirmResetScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.ConfirmDeletionScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.CreatePresetScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.EditPresetScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- RenderManager - Class in me.andreasmelone.glowingeyes.neoforge.client.render
- RenderManager() - Constructor for class me.andreasmelone.glowingeyes.neoforge.client.render.RenderManager
- renderWidget(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- renderWidget(GuiGraphics, int, int, float) - Method in class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- RESET_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- RGBAtoARGB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- RGBtoHSB(int) - Static method in class me.andreasmelone.glowingeyes.client.util.color.ColorUtil
- RGBtoHSB(int, int, int, float[]) - Static method in class me.andreasmelone.glowingeyes.common.util.Color
- RIGHT_ARM_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_ARM_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- RIGHT_LEG_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- round(float) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
- round(float, int) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
- run() - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeTask
- run() - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Task
- runLater(Runnable, long) - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeScheduler
- runLater(Runnable, long) - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Scheduler
- runRepeating(Runnable, long, long) - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeScheduler
- runRepeating(Runnable, long, long) - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Scheduler
S
- sanitizeForId(String) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
- SATURATION - Enum constant in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- saveDefaultPresets() - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- savePresets() - Method in class me.andreasmelone.glowingeyes.client.presets.PresetManager
- Scheduler - Interface in me.andreasmelone.glowingeyes.common.scheduler
- SCHEDULER_CLIENT - Static variable in class me.andreasmelone.glowingeyes.GlowingEyes
- SCHEDULER_SERVER - Static variable in class me.andreasmelone.glowingeyes.GlowingEyes
- SchemaV0 - Class in me.andreasmelone.glowingeyes.client.presets.serialize
- SchemaV0(int, Schema) - Constructor for class me.andreasmelone.glowingeyes.client.presets.serialize.SchemaV0
- send(CustomPacketPayload) - Static method in class me.andreasmelone.glowingeyes.neoforge.common.packets.PacketHandler
-
Sends a packet to the server.
- send(PacketDistributor.PacketTarget, CustomPacketPayload) - Static method in class me.andreasmelone.glowingeyes.neoforge.common.packets.PacketHandler
-
Sends a packet to a certain receiver/target.
- sendRequest() - Static method in class me.andreasmelone.glowingeyes.client.component.data.ClientPlayerDataComponent
- sendRequest() - Method in interface me.andreasmelone.glowingeyes.client.component.data.IClientPlayerDataComponent
-
Sends a packet to the server, so it knows the player has the mod installed This is needed, so the server can send the player the glowing eyes data
- sendRequest() - Method in class me.andreasmelone.glowingeyes.neoforge.client.component.data.ClientPlayerDataComponentImpl
- sendUpdate() - Static method in class me.andreasmelone.glowingeyes.client.component.eyes.ClientGlowingEyesComponent
-
Client-side-only method to send an update to the server Throws an exception when ran on the wrong side, so make sure to check the side before calling this method
- sendUpdate() - Method in interface me.andreasmelone.glowingeyes.client.component.eyes.IClientGlowingEyesComponent
-
Client-side-only method to send an update to the server Throws an exception when ran on the wrong side, so make sure to check the side before calling this method
- sendUpdate() - Method in class me.andreasmelone.glowingeyes.neoforge.client.component.eyes.ClientGlowingEyesComponentImpl
- sendUpdate(ServerPlayer) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Server-side-only method to send the updated component to the client
- sendUpdate(ServerPlayer) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Server-side-only method to send the updated component to the client
- sendUpdate(ServerPlayer) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- sendUpdate(ServerPlayer, ServerPlayer) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Server-side-only method to send the updated component to the client
- sendUpdate(ServerPlayer, ServerPlayer) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Server-side-only method to send the updated component to the client
- sendUpdate(ServerPlayer, ServerPlayer) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- serialize(Color, Type, JsonSerializationContext) - Method in class me.andreasmelone.glowingeyes.client.presets.serialize.gson.ColorSerializer
- serializeMap(Map<K, V>) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
-
Serialize a map to a byte array
- serializeNBT() - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- setBrightness(float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- setBrightness(float) - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- setCursor(int) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- setCursorX(int) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- setCursorY(int) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- setFinalColor(Color) - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- setGlowingEyesMap(Map<Point, Color>) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- setGlowingEyesMap(Map<Point, Color>) - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.eyes.IGlowingEyes
- setGlowingEyesMap(Player, Map<Point, Color>) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Sets the glowing eyes map (should only be using when completely overwriting the map) Otherwise, get the glowing eyes map and modify it
- setGlowingEyesMap(Player, Map<Point, Color>) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Sets the glowing eyes map (should only be using when completely overwriting the map) Otherwise, get the glowing eyes map and modify it
- setGlowingEyesMap(Player, Map<Point, Color>) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- setHasMod(boolean) - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.data.IPlayerData
- setHasMod(boolean) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- setHasMod(Player, boolean) - Method in interface me.andreasmelone.glowingeyes.common.component.data.IPlayerDataComponent
-
Sets whether the player has the mod installed
- setHasMod(Player, boolean) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
-
Sets whether the player has the mod installed
- setHasMod(Player, boolean) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataComponentImpl
- setHue(float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- setHue(float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- setHue(float) - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- setImplementation(IClientPlayerDataComponent) - Static method in class me.andreasmelone.glowingeyes.client.component.data.ClientPlayerDataComponent
- setImplementation(IClientGlowingEyesComponent) - Static method in class me.andreasmelone.glowingeyes.client.component.eyes.ClientGlowingEyesComponent
- setImplementation(IPlayerDataComponent) - Static method in class me.andreasmelone.glowingeyes.common.component.data.PlayerDataComponent
- setImplementation(IGlowingEyesComponent) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
- setName(String) - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- setPreset(Preset) - Method in class me.andreasmelone.glowingeyes.client.gui.button.PresetButton
- setSaturation(float) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- setSaturation(float) - Method in class me.andreasmelone.glowingeyes.client.mod.ClientModVariables
- setSelected(boolean) - Method in class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- setToggledOn(boolean) - Method in class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- setToggledOn(boolean) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesImpl
- setToggledOn(boolean) - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.eyes.IGlowingEyes
- setToggledOn(Player, boolean) - Static method in class me.andreasmelone.glowingeyes.common.component.eyes.GlowingEyesComponent
-
Sets whether the glowing eyes are toggled on for a player
- setToggledOn(Player, boolean) - Method in interface me.andreasmelone.glowingeyes.common.component.eyes.IGlowingEyesComponent
-
Sets whether the glowing eyes are toggled on for a player
- setToggledOn(Player, boolean) - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.eyes.GlowingEyesComponentImpl
- SKIN_PART_PICKER_BUTTON - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- SkinPart - Enum Class in me.andreasmelone.glowingeyes.client.gui.skin
- SkinPartSelectorScreen - Class in me.andreasmelone.glowingeyes.client.gui.skin
- SkinPartSelectorScreen(Screen, ResourceLocation, SkinPart) - Constructor for class me.andreasmelone.glowingeyes.client.gui.skin.SkinPartSelectorScreen
- sprites - Variable in class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- sprites - Variable in class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
T
- Task - Interface in me.andreasmelone.glowingeyes.common.scheduler
- TextureLocations - Class in me.andreasmelone.glowingeyes.client.util
- TextureLocations() - Constructor for class me.andreasmelone.glowingeyes.client.util.TextureLocations
- tick() - Method in class me.andreasmelone.glowingeyes.common.scheduler.CodeScheduler
- tick() - Method in interface me.andreasmelone.glowingeyes.common.scheduler.Scheduler
- toCompoundTag(Codec<K>, Codec<V>, Map<K, V>) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
- TOGGLE_MAPPING - Static variable in class me.andreasmelone.glowingeyes.neoforge.client.GlowingEyesKeybindings
- ToggleableImageButton - Class in me.andreasmelone.glowingeyes.client.gui.button
- ToggleableImageButton(int, int, int, int, WidgetSprites, Button.OnPress) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- ToggleableImageButton(int, int, int, int, WidgetSprites, Button.OnPress, Component) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- ToggleableImageButton(int, int, WidgetSprites, Button.OnPress, Component) - Constructor for class me.andreasmelone.glowingeyes.client.gui.button.ToggleableImageButton
- toggleSelected() - Method in class me.andreasmelone.glowingeyes.client.gui.button.BigSelectableButton
- toMap(Codec<K>, Codec<V>, CompoundTag) - Static method in class me.andreasmelone.glowingeyes.common.util.Util
- TORSO_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_BACK - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_BOTTOM - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_EMPTY_1 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_EMPTY_2 - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_FRONT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_LEFT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_OVERLAY_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_RIGHT - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- TORSO_TOP - Enum constant in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
- toString() - Method in class me.andreasmelone.glowingeyes.client.presets.Preset
- toString() - Method in record class me.andreasmelone.glowingeyes.client.presets.serialize.fix.PresetFile
-
Returns a string representation of this record class.
- toString() - Method in class me.andreasmelone.glowingeyes.common.util.Color
- toString() - Method in class me.andreasmelone.glowingeyes.common.util.Point
- toString() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
-
Returns a string representation of this record class.
- toString() - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
-
Returns a string representation of this record class.
- trackedBy() - Method in interface me.andreasmelone.glowingeyes.neoforge.common.component.data.IPlayerData
- trackedBy() - Method in class me.andreasmelone.glowingeyes.neoforge.common.component.data.PlayerDataImpl
- translate(int, int) - Method in class me.andreasmelone.glowingeyes.common.util.Point
U
- UI_BACKGROUND - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- UI_BACKGROUND_BIG - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- UI_BACKGROUND_BROAD - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- UI_BACKGROUND_SLIM - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- UI_BACKGROUND_SLIM_LONG - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- UI_PLAYERBOX - Static variable in class me.andreasmelone.glowingeyes.client.util.TextureLocations
- update(Color, int) - Method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
- updateWidgetNarration(NarrationElementOutput) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorPickerWidget
- updateWidgetNarration(NarrationElementOutput) - Method in class me.andreasmelone.glowingeyes.client.gui.widget.ColorSliderWidget
- Util - Class in me.andreasmelone.glowingeyes.common.util
- Util() - Constructor for class me.andreasmelone.glowingeyes.common.util.Util
V
- valueOf(String) - Static method in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class me.andreasmelone.glowingeyes.client.gui.EyesEditorScreen.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.andreasmelone.glowingeyes.client.gui.skin.SkinPart
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class me.andreasmelone.glowingeyes.client.util.color.ColorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WHITE - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- withAlternative(Codec<T>, Codec<? extends T>) - Static method in class me.andreasmelone.glowingeyes.client.presets.serialize.GlowingEyesCodecs
- write(FriendlyByteBuf) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.ComponentUpdatePacket
- write(FriendlyByteBuf) - Method in record class me.andreasmelone.glowingeyes.neoforge.common.packets.HasModPacket
X
- xSize - Variable in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
Y
- YELLOW - Static variable in class me.andreasmelone.glowingeyes.common.util.Color
- ySize - Variable in class me.andreasmelone.glowingeyes.client.gui.preset.PresetsScreen
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form