minecraft-src/net/minecraft/world/inventory/StackedContentsCompatible.java
2025-07-04 01:41:11 +03:00

7 lines
199 B
Java

package net.minecraft.world.inventory;
import net.minecraft.world.entity.player.StackedContents;
public interface StackedContentsCompatible {
void fillStackedContents(StackedContents contents);
}