Uses of Class
net.minecraft.screen.Property
-
Uses of Property in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate Property
AnvilScreenHandler.levelCost
private Property
EnchantmentScreenHandler.seed
(package private) Property
LoomScreenHandler.selectedPattern
private Property
StonecutterScreenHandler.selectedRecipe
Modifier and TypeMethodDescriptionprotected Property
ScreenHandler.addProperty(Property property)
static Property
Property.create()
Creates a new property that is not attached to any other objects.static Property
Property.create(int[] array, int index)
Creates a new property that accesses theindex
of thearray
.static Property
Property.create(PropertyDelegate delegate, int index)
Creates a new property that accesses theindex
of thedelegate
.Modifier and TypeMethodDescriptionprotected Property
ScreenHandler.addProperty(Property property)