Class BlockCable.BlockColor

java.lang.Object
org.cyclops.integrateddynamics.block.BlockCable.BlockColor
All Implemented Interfaces:
net.minecraft.client.color.block.BlockColor
Enclosing class:
BlockCable

public static class BlockCable.BlockColor extends Object implements net.minecraft.client.color.block.BlockColor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos blockPos, int color)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockColor

      public BlockColor()
  • Method Details

    • getColor

      public int getColor(net.minecraft.world.level.block.state.BlockState blockState, @Nullable net.minecraft.world.level.BlockAndTintGetter world, @Nullable net.minecraft.core.BlockPos blockPos, int color)
      Specified by:
      getColor in interface net.minecraft.client.color.block.BlockColor