public class ForestFlowerBlockStateProvider extends BlockStateProvider
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<ForestFlowerBlockStateProvider> |
CODEC |
private static BlockState[] |
FLOWERS |
static ForestFlowerBlockStateProvider |
INSTANCE |
TYPE_CODEC
Constructor and Description |
---|
ForestFlowerBlockStateProvider() |
Modifier and Type | Method and Description |
---|---|
BlockState |
getBlockState(Random random,
BlockPos pos) |
protected BlockStateProviderType<?> |
getType() |
public static final com.mojang.serialization.Codec<ForestFlowerBlockStateProvider> CODEC
private static final BlockState[] FLOWERS
public static final ForestFlowerBlockStateProvider INSTANCE
protected BlockStateProviderType<?> getType()
getType
in class BlockStateProvider
public BlockState getBlockState(Random random, BlockPos pos)
getBlockState
in class BlockStateProvider