Uses of Interface
net.minecraft.screen.PropertyDelegate
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.screen |
-
Uses of PropertyDelegate in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as PropertyDelegate Modifier and Type Field Description protected PropertyDelegateAbstractFurnaceBlockEntity. propertyDelegateprivate PropertyDelegateBeaconBlockEntity. propertyDelegateprotected PropertyDelegateBrewingStandBlockEntity. propertyDelegateprivate PropertyDelegateLecternBlockEntity. propertyDelegate -
Uses of PropertyDelegate in net.minecraft.screen
Classes in net.minecraft.screen that implement PropertyDelegate Modifier and Type Class Description classArrayPropertyDelegateAPropertyDelegatethat is implemented using an int array.Fields in net.minecraft.screen declared as PropertyDelegate Modifier and Type Field Description private PropertyDelegateAbstractFurnaceScreenHandler. propertyDelegateprivate PropertyDelegateBeaconScreenHandler. propertyDelegateprivate PropertyDelegateBrewingStandScreenHandler. propertyDelegateprivate PropertyDelegateLecternScreenHandler. propertyDelegateMethods in net.minecraft.screen with parameters of type PropertyDelegate Modifier and Type Method Description protected voidScreenHandler. addProperties(PropertyDelegate propertyDelegate)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 PropertyDelegate Constructor Description AbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, 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)