Class RepackageEvent
java.lang.Object
com.simibubi.create.compat.computercraft.events.RepackageEvent
- All Implemented Interfaces:
ComputerEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
box
@NotNull public @NotNull net.minecraft.world.item.ItemStack box -
count
public int count
-
-
Constructor Details
-
RepackageEvent
public RepackageEvent(@NotNull @NotNull net.minecraft.world.item.ItemStack box, int count)
-