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 PropertyDelegate
AbstractFurnaceBlockEntity.propertyDelegate
private PropertyDelegate
BeaconBlockEntity.propertyDelegate
protected PropertyDelegate
BrewingStandBlockEntity.propertyDelegate
private 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 PropertyDelegate
AbstractFurnaceScreenHandler.propertyDelegate
private PropertyDelegate
BeaconScreenHandler.propertyDelegate
private PropertyDelegate
BrewingStandScreenHandler.propertyDelegate
private PropertyDelegate
LecternScreenHandler.propertyDelegate
Methods in net.minecraft.screen with parameters of type PropertyDelegateModifier and TypeMethodDescriptionprotected void
ScreenHandler.addProperties(PropertyDelegate propertyDelegate)
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 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)