Package net.minecraftforge.debug.client
Class CustomColorResolverTest
java.lang.Object
net.minecraftforge.debug.client.CustomColorResolverTest
This mod tests custom
ColorResolvers using RegisterColorHandlersEvent.ColorResolvers.
To test, place the registered test block, it should be tinted blue in biomes with precipitation and red in others.
The color should blend according to the biome blend setting.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final RegistryObject<Block>private static final DeferredRegister<Block>private static final DeferredRegister<Item>(package private) static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
- See Also:
-
ITEMS
-
BLOCKS
-
BLOCK
-
-
Constructor Details
-
CustomColorResolverTest
public CustomColorResolverTest()
-