Class ReinfShulkerCompat
java.lang.Object
io.github.gameking1happy.gk1haccessorifyplus.compat.reinfshulker.ReinfShulkerCompat
Reinforced Shulker Boxes Compat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull net.minecraft.world.inventory.AbstractContainerMenucreateMenu(int syncId, net.minecraft.world.entity.player.Inventory inventory, me.pajic.accessorify.menu.ShulkerBoxAccessoryContainerMenu menu, net.minecraft.world.item.Item shulker) static intgetInventorySizeForReinfShulker(net.minecraft.world.item.Item shulker) Returns size of shulker box.
-
Constructor Details
-
ReinfShulkerCompat
public ReinfShulkerCompat()
-
-
Method Details
-
getInventorySizeForReinfShulker
public static int getInventorySizeForReinfShulker(net.minecraft.world.item.Item shulker) Returns size of shulker box.- Parameters:
shulker- Shulker.- Returns:
- Size.
-