Uses of Class
net.minecraft.screen.Property
Packages that use Property
-
Uses of Property in net.minecraft.screen
Fields in net.minecraft.screen declared as PropertyModifier and TypeFieldDescriptionprivate final Property
AnvilScreenHandler.levelCost
private final Property
EnchantmentScreenHandler.seed
(package private) final Property
LoomScreenHandler.selectedPattern
private final Property
StonecutterScreenHandler.selectedRecipe
Fields in net.minecraft.screen with type parameters of type PropertyMethods in net.minecraft.screen that return PropertyModifier and TypeMethodDescriptionprotected Property
ScreenHandler.addProperty
(Property property) Addsproperty
to this screen handler.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
.Methods in net.minecraft.screen with parameters of type PropertyModifier and TypeMethodDescriptionprotected Property
ScreenHandler.addProperty
(Property property) Addsproperty
to this screen handler.