public final class UnlistedBlockStateID
extends java.lang.Object
implements net.minecraftforge.common.property.IUnlistedProperty<java.lang.Integer>
| Constructor and Description |
|---|
UnlistedBlockStateID() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<java.lang.Integer> |
getType() |
boolean |
isValid(java.lang.Integer value) |
java.lang.String |
valueToString(java.lang.Integer value) |
public java.lang.String getName()
getName in interface net.minecraftforge.common.property.IUnlistedProperty<java.lang.Integer>public boolean isValid(java.lang.Integer value)
isValid in interface net.minecraftforge.common.property.IUnlistedProperty<java.lang.Integer>public java.lang.Class<java.lang.Integer> getType()
getType in interface net.minecraftforge.common.property.IUnlistedProperty<java.lang.Integer>public java.lang.String valueToString(java.lang.Integer value)
valueToString in interface net.minecraftforge.common.property.IUnlistedProperty<java.lang.Integer>