Class CopycatBlock.WrappedBlockColor

java.lang.Object
com.simibubi.create.content.decoration.copycat.CopycatBlock.WrappedBlockColor
All Implemented Interfaces:
net.minecraft.client.color.block.BlockColor
Enclosing class:
CopycatBlock

public static class CopycatBlock.WrappedBlockColor 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 pState, @Nullable net.minecraft.world.level.BlockAndTintGetter pLevel, @Nullable net.minecraft.core.BlockPos pPos, int pTintIndex)
     

    Methods inherited from class java.lang.Object

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

    • WrappedBlockColor

      public WrappedBlockColor()
  • Method Details

    • getColor

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