Uses of Interface
dev.rono.igniscore.api.port.IgnisInventory
Packages that use IgnisInventory
Package
Description
Platform-neutral port interfaces (L1) that abstract Minecraft host APIs.
Strategy interfaces and helpers for block/item extension behavior.
-
Uses of IgnisInventory in dev.rono.igniscore.api.port
Methods in dev.rono.igniscore.api.port that return IgnisInventoryModifier and TypeMethodDescriptionPlatformAdapter.createInventory(Object holder, int size, net.kyori.adventure.text.Component title) Creates a platform inventory with a title. -
Uses of IgnisInventory in dev.rono.igniscore.api.strategy
Methods in dev.rono.igniscore.api.strategy that return IgnisInventoryModifier and TypeMethodDescriptionExtensionSupport.createInventory(Object holder, int size, net.kyori.adventure.text.Component title) Creates a platform inventory with the given size and title.Methods in dev.rono.igniscore.api.strategy with parameters of type IgnisInventoryModifier and TypeMethodDescriptionvoidExtensionSupport.openInventory(IgnisPlayer player, IgnisInventory inventory) Opens an inventory for the given player.