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_9519.field_50540private final PropertyDelegateclass_9522.field_50579protected final PropertyDelegateclass_9572.field_50933Constructors in net.minecraft with parameters of type PropertyDelegateModifierConstructorDescriptionclass_9519(int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) class_9522(int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) privateclass_9522(ScreenHandlerType<?> screenHandlerType, RecipeType<PotatoRefinementRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, 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.propertyDelegateprotected final PropertyDelegateCrafterBlockEntity.propertyDelegateprivate final PropertyDelegateLecternBlockEntity.propertyDelegateprotected final PropertyDelegatePotatoRefineryBlockEntity.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 PropertyDelegateCrafterScreenHandler.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) CrafterScreenHandler(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, 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)