Code/net/minecraft/world/inventory/StackedContentsCompatible.java

8 lines
231 B
Java
Raw Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.world.inventory;
import net.minecraft.world.entity.player.StackedItemContents;
@FunctionalInterface
public interface StackedContentsCompatible {
void fillStackedContents(StackedItemContents p_367229_);
}