public class PropertyTree extends PropertyAllele<IAlleleTreeSpecies>
name| Constructor and Description |
|---|
PropertyTree(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IAlleleTreeSpecies> |
getAllowedValues() |
java.lang.String |
getName(IAlleleTreeSpecies value) |
java.lang.Class<IAlleleTreeSpecies> |
getValueClass() |
com.google.common.base.Optional<IAlleleTreeSpecies> |
parseValue(java.lang.String value) |
equals, getName, hashCode, toStringpublic java.lang.Class<IAlleleTreeSpecies> getValueClass()
public java.util.List<IAlleleTreeSpecies> getAllowedValues()
getAllowedValues in interface net.minecraft.block.properties.IProperty<IAlleleTreeSpecies>getAllowedValues in class PropertyAllele<IAlleleTreeSpecies>public java.lang.String getName(IAlleleTreeSpecies value)
public com.google.common.base.Optional<IAlleleTreeSpecies> parseValue(java.lang.String value)
parseValue in interface net.minecraft.block.properties.IProperty<IAlleleTreeSpecies>parseValue in class PropertyAllele<IAlleleTreeSpecies>