public class SimpleBlockStateProvider extends BlockStateProvider
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<SimpleBlockStateProvider> |
field_24945 |
private BlockState |
state |
CODEC| Constructor and Description |
|---|
SimpleBlockStateProvider(BlockState blockState) |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
getBlockState(Random random,
BlockPos pos) |
protected BlockStateProviderType<?> |
method_28862() |
public static final com.mojang.serialization.Codec<SimpleBlockStateProvider> field_24945
private final BlockState state
public SimpleBlockStateProvider(BlockState blockState)
protected BlockStateProviderType<?> method_28862()
method_28862 in class BlockStateProviderpublic BlockState getBlockState(Random random, BlockPos pos)
getBlockState in class BlockStateProvider