minecraft_25w45a_unobfuscated/net/minecraft/world/inventory/StackedContentsCompatible.java
2025-11-24 22:52:51 +03:00

13 lines
272 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.world.inventory;
import net.minecraft.world.entity.player.StackedItemContents;
@FunctionalInterface
public interface StackedContentsCompatible {
public void fillStackedContents(StackedItemContents var1);
}