类 IColored.BlockColors
java.lang.Object
committee.nova.mods.avaritia.api.iface.IColored.BlockColors
- 所有已实现的接口:
net.minecraft.client.color.block.BlockColor
- 封闭接口:
- IColored
public static class IColored.BlockColors
extends Object
implements net.minecraft.client.color.block.BlockColor
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetColor(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockAndTintGetter level, net.minecraft.core.BlockPos pos, int index)
-
构造器详细资料
-
BlockColors
public BlockColors()
-
-
方法详细资料
-
getColor
public int getColor(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockAndTintGetter level, net.minecraft.core.BlockPos pos, int index) - 指定者:
getColor在接口中net.minecraft.client.color.block.BlockColor
-