public abstract class BlockStateProvider extends java.lang.Object implements IDynamicSerializable
Modifier and Type | Field and Description |
---|---|
protected BlockStateProviderType<?> |
blockStateProvider |
Modifier | Constructor and Description |
---|---|
protected |
BlockStateProvider(BlockStateProviderType<?> p_i225854_1_) |
Modifier and Type | Method and Description |
---|---|
abstract BlockState |
getBlockState(java.util.Random randomIn,
BlockPos blockPosIn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
protected final BlockStateProviderType<?> blockStateProvider
protected BlockStateProvider(BlockStateProviderType<?> p_i225854_1_)
public abstract BlockState getBlockState(java.util.Random randomIn, BlockPos blockPosIn)