Package net.minecraft.block.properties
Interface IProperty<T extends java.lang.Comparable<T>>
-
public interface IProperty<T extends java.lang.Comparable<T>>
This code is owned by Minecraft
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<T>
getAllowedValues()
java.lang.String
getName()
java.lang.String
getName(T value)
Get the name for the given value.java.lang.Class<T>
getValueClass()
-