Uses of Interface
net.minecraft.screen.PropertyDelegate
Packages that use PropertyDelegate
Package
Description
The base package for all Minecraft classes.
-
Uses of PropertyDelegate in net.minecraft
Fields in net.minecraft declared as PropertyDelegateModifier and TypeFieldDescriptionprivate final PropertyDelegateclass_8881.field_46786protected final PropertyDelegateclass_8887.field_46816Constructors in net.minecraft with parameters of type PropertyDelegateModifierConstructorDescriptionclass_8881(int int2, PlayerInventory playerInventory, RecipeInputInventory recipeInputInventory, PropertyDelegate propertyDelegate) -
Uses of PropertyDelegate in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as PropertyDelegateModifier and TypeFieldDescriptionprotected final PropertyDelegateAbstractFurnaceBlockEntity.propertyDelegateprivate final PropertyDelegateBeaconBlockEntity.propertyDelegateprotected final PropertyDelegateBrewingStandBlockEntity.propertyDelegateprivate final PropertyDelegateLecternBlockEntity.propertyDelegate -
Uses of PropertyDelegate in net.minecraft.screen
Classes in net.minecraft.screen that implement PropertyDelegateModifier and TypeClassDescriptionclassAPropertyDelegatethat is implemented using an int array.Fields in net.minecraft.screen declared as PropertyDelegateModifier and TypeFieldDescriptionprivate final PropertyDelegateAbstractFurnaceScreenHandler.propertyDelegateprivate final PropertyDelegateBeaconScreenHandler.propertyDelegateprivate final PropertyDelegateBrewingStandScreenHandler.propertyDelegateprivate final PropertyDelegateLecternScreenHandler.propertyDelegateMethods in net.minecraft.screen with parameters of type PropertyDelegateModifier and TypeMethodDescriptionprotected voidScreenHandler.addProperties(PropertyDelegate propertyDelegate) Adds properties ofpropertyDelegateto this screen handler.protected static voidScreenHandler.checkDataCount(PropertyDelegate data, int expectedCount) Checks that the size of thedatais at least as large as theexpectedCount.static PropertyProperty.create(PropertyDelegate delegate, int index) Creates a new property that accesses theindexof thedelegate.Constructors in net.minecraft.screen with parameters of type PropertyDelegateModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) BeaconScreenHandler(int syncId, Inventory inventory, PropertyDelegate propertyDelegate, ScreenHandlerContext context) BlastFurnaceScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) BrewingStandScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) FurnaceScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) LecternScreenHandler(int syncId, Inventory inventory, PropertyDelegate propertyDelegate) SmokerScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)