Package info.u_team.u_team_core.util
Klasse ColorUtil
java.lang.Object
info.u_team.u_team_core.util.ColorUtil
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic net.minecraft.world.item.DyeColorfindClosestDyeColor(RGB rgb) static net.minecraft.world.item.DyeColorgetColorFromWool(net.minecraft.world.item.Item item) static net.minecraft.world.item.DyeColorgetColorFromWool(net.minecraft.world.level.block.Block block) static net.minecraft.world.level.block.BlockgetWoolFromColor(net.minecraft.world.item.DyeColor color)
-
Felddetails
-
WHITE_RGBA
public static final int WHITE_RGBA- Siehe auch:
-
WHITE_RGB
public static final int WHITE_RGB- Siehe auch:
-
-
Konstruktordetails
-
ColorUtil
public ColorUtil()
-
-
Methodendetails
-
getWoolFromColor
public static net.minecraft.world.level.block.Block getWoolFromColor(net.minecraft.world.item.DyeColor color) -
getColorFromWool
public static net.minecraft.world.item.DyeColor getColorFromWool(net.minecraft.world.item.Item item) -
getColorFromWool
public static net.minecraft.world.item.DyeColor getColorFromWool(net.minecraft.world.level.block.Block block) -
findClosestDyeColor
-