public class DyedBlockList<T extends net.minecraft.block.Block>
extends java.lang.Object
| Constructor and Description |
|---|
DyedBlockList(java.util.function.Function<net.minecraft.item.DyeColor,com.tterrag.registrate.util.entry.BlockEntry<? extends T>> filler) |
| Modifier and Type | Method and Description |
|---|---|
com.tterrag.registrate.util.entry.BlockEntry<T> |
get(net.minecraft.item.DyeColor color) |
com.tterrag.registrate.util.entry.BlockEntry<T>[] |
toArray() |
public DyedBlockList(java.util.function.Function<net.minecraft.item.DyeColor,com.tterrag.registrate.util.entry.BlockEntry<? extends T>> filler)