Package info.u_team.u_team_core.menutype
Schnittstelle UMenuType.DataMenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
- Alle Superschnittstellen:
net.minecraft.world.inventory.MenuType.MenuSupplier<T>
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
@FunctionalInterface
public static interface UMenuType.DataMenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
extends net.minecraft.world.inventory.MenuType.MenuSupplier<T>
-
Methodenübersicht
-
Methodendetails
-
create
T create(int containerId, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.FriendlyByteBuf buffer) -
create
- Angegeben von:
createin Schnittstellenet.minecraft.world.inventory.MenuType.MenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu>
-