public static class BlockState.Properties extends Object
| Constructor and Description |
|---|
BlockState.Properties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<String> |
getDefinitely()
Returns the property names that are definitely included.
|
Collection<String> |
getMaybe()
Returns the property names that are maybe (including definitely) included.
|
int |
hashCode() |
boolean |
isArray()
Returns true if all array properties are maybe included.
|
boolean |
isNonArray()
Returns true if all non-array properties are maybe included.
|
public Collection<String> getDefinitely()
public Collection<String> getMaybe()
public boolean isArray()
public boolean isNonArray()
Copyright © 2012 Aarhus University