Package dev.latvian.mods.kubejs.color
Class NoColor
java.lang.Object
dev.latvian.mods.kubejs.color.NoColor
- All Implemented Interfaces:
KubeColor,dev.latvian.mods.rhino.util.SpecialEquality
-
Field Summary
Fields inherited from interface dev.latvian.mods.kubejs.color.KubeColor
CODEC, OPTIONAL_STREAM_CODEC, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.TextColorintintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.color.KubeColor
kjs$getFireworkRGB, specialEquals
-
Constructor Details
-
NoColor
public NoColor()
-
-
Method Details
-
kjs$getARGB
public int kjs$getARGB()- Specified by:
kjs$getARGBin interfaceKubeColor
-
kjs$getRGB
public int kjs$getRGB()- Specified by:
kjs$getRGBin interfaceKubeColor
-
kjs$toHexString
- Specified by:
kjs$toHexStringin interfaceKubeColor
-
kjs$serialize
- Specified by:
kjs$serializein interfaceKubeColor
-
kjs$createTextColor
public net.minecraft.network.chat.TextColor kjs$createTextColor()- Specified by:
kjs$createTextColorin interfaceKubeColor
-