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

Method colorMultiplier

src/main/java/net/minecraft/block/Block.java:967–970  ·  view source on GitHub ↗
(IBlockAccess worldIn, BlockPos pos, int renderPass)

Source from the content-addressed store, hash-verified

965 }
966
967 public int colorMultiplier(IBlockAccess worldIn, BlockPos pos, int renderPass)
968 {
969 return 16777215;
970 }
971
972 public final int colorMultiplier(IBlockAccess worldIn, BlockPos pos)
973 {

Callers 5

getFluidColorMethod · 0.95
renderQuadsSmoothMethod · 0.95
renderQuadsFlatMethod · 0.95
func_174846_aMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected