Uses of Interface
net.minecraft.screen.PropertyDelegate
-
Uses of PropertyDelegate in net.minecraft.block.entity
Modifier 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
Modifier and TypeClassDescriptionclass
APropertyDelegate
that is implemented using an int array.Modifier and TypeFieldDescriptionprivate final PropertyDelegate
AbstractFurnaceScreenHandler.propertyDelegate
private final PropertyDelegate
BeaconScreenHandler.propertyDelegate
private final PropertyDelegate
BrewingStandScreenHandler.propertyDelegate
private final PropertyDelegate
LecternScreenHandler.propertyDelegate
Modifier 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
.ModifierConstructorDescriptionprotected
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)