Uses of Class
net.minecraft.screen.Property
| Package | Description |
|---|---|
| net.minecraft.screen |
-
Uses of Property in net.minecraft.screen
Fields in net.minecraft.screen declared as Property Modifier and Type Field Description private PropertyAnvilScreenHandler. levelCostprivate PropertyEnchantmentScreenHandler. seedprivate PropertyLoomScreenHandler. selectedPatternprivate PropertyStonecutterScreenHandler. selectedRecipeFields in net.minecraft.screen with type parameters of type Property Modifier and Type Field Description private List<Property>ScreenHandler. propertiesMethods in net.minecraft.screen that return Property Modifier and Type Method Description protected PropertyScreenHandler. addProperty(Property property)static PropertyProperty. create()Creates a new property that is not attached to any other objects.static PropertyProperty. create(int[] array, int index)Creates a new property that accesses theindexof thearray.static PropertyProperty. create(PropertyDelegate delegate, int index)Creates a new property that accesses theindexof thedelegate.Methods in net.minecraft.screen with parameters of type Property Modifier and Type Method Description protected PropertyScreenHandler. addProperty(Property property)