MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getColor

Method getColor

src/main/java/net/optifine/CustomColors.java:1790–1790  ·  view source on GitHub ↗
(IBlockState var1, IBlockAccess var2, BlockPos var3)

Source from the content-addressed store, hash-verified

1788 public interface IColorizer
1789 {
1790 int getColor(IBlockState var1, IBlockAccess var2, BlockPos var3);
1791
1792 boolean isColorConstant();
1793 }

Callers 14

getColorMethod · 0.65
getColorMultiplierMethod · 0.65
getFluidColorMethod · 0.65
getRedstoneColorMethod · 0.65
updateReddustFXMethod · 0.65
getXpOrbColorMethod · 0.65
getDurabilityColorMethod · 0.65
getSkyColorMethod · 0.65
getFogColorMethod · 0.65
getUnderFluidColorMethod · 0.65
armorHasOverlayMethod · 0.65

Implementers 2

CustomColormapsrc/main/java/net/optifine/CustomColor
CustomColorssrc/main/java/net/optifine/CustomColor

Calls

no outgoing calls

Tested by

no test coverage detected