Package net.minecraft.client.color.block
Interface BlockColorProvider
@Environment(CLIENT) public interface BlockColorProvider
- Mappings:
Namespace Name official dqyintermediary net/minecraft/class_322named net/minecraft/client/color/block/BlockColorProvider
-
Method Summary
Modifier and Type Method Description intgetColor(BlockState state, BlockRenderView world, BlockPos pos, int tintIndex)
-
Method Details
-
getColor
int getColor(BlockState state, @Nullable BlockRenderView world, @Nullable BlockPos pos, int tintIndex)- Mappings:
Namespace Name Mixin selector official getColorLdqy;getColor(Lcht;Lbsx;Lfx;I)Iintermediary getColorLnet/minecraft/class_322;getColor(Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;I)Inamed getColorLnet/minecraft/client/color/block/BlockColorProvider;getColor(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;I)I
-