public class FuzzyBlockState extends BlockState
FuzzyBlockState.Builder
.Modifier and Type | Class and Description |
---|---|
static class |
FuzzyBlockState.Builder
Builder for FuzzyBlockState
|
Modifier and Type | Method and Description |
---|---|
static FuzzyBlockState.Builder |
builder()
Gets an instance of a builder.
|
BlockState |
getFullState()
Gets a full BlockState from this fuzzy one, filling in
properties with default values where necessary.
|
equals, equalsFuzzy, getBlockType, getState, getStates, hashCode, toBaseBlock, toBaseBlock, toImmutableState, toString, with
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAsString
public BlockState getFullState()
public static FuzzyBlockState.Builder builder()