Uses of Interface
net.minecraft.screen.PropertyDelegate
Packages that use PropertyDelegate
-
Uses of PropertyDelegate in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as PropertyDelegateModifier and TypeFieldDescriptionprotected final PropertyDelegate
AbstractFurnaceBlockEntity.propertyDelegate
private final PropertyDelegate
BeaconBlockEntity.propertyDelegate
protected final PropertyDelegate
BrewingStandBlockEntity.propertyDelegate
private final PropertyDelegate
LecternBlockEntity.propertyDelegate
-
Uses of PropertyDelegate in net.minecraft.screen
Classes in net.minecraft.screen that implement PropertyDelegateModifier and TypeClassDescriptionclass
APropertyDelegate
that is implemented using an int array.Fields in net.minecraft.screen declared as PropertyDelegateModifier and TypeFieldDescriptionprivate final PropertyDelegate
AbstractFurnaceScreenHandler.propertyDelegate
private final PropertyDelegate
BeaconScreenHandler.propertyDelegate
private final PropertyDelegate
BrewingStandScreenHandler.propertyDelegate
private final PropertyDelegate
LecternScreenHandler.propertyDelegate
Methods in net.minecraft.screen with parameters of type PropertyDelegateModifier and TypeMethodDescriptionprotected void
ScreenHandler.addProperties
(PropertyDelegate propertyDelegate) Adds properties ofpropertyDelegate
to this screen handler.protected static void
ScreenHandler.checkDataCount
(PropertyDelegate data, int expectedCount) Checks that the size of thedata
is at least as large as theexpectedCount
.static Property
Property.create
(PropertyDelegate delegate, int index) Creates a new property that accesses theindex
of thedelegate
.Constructors in net.minecraft.screen with parameters of type PropertyDelegateModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(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)