PhysicalConnectivity/src/main/kotlin/net/shadowfacts/phycon/network/packet/StackLocationPacket.kt

19 lines
504 B
Kotlin

package net.shadowfacts.phycon.network.packet
import net.minecraft.item.ItemStack
import net.shadowfacts.phycon.api.util.IPAddress
//import net.shadowfacts.phycon.network.block.netinterface.InterfaceBlockEntity
/**
* @author shadowfacts
*/
// todo: better name with LocateStackPacket
//class StackLocationPacket(
// val stack: ItemStack,
// val amount: Int,
// val sourceInterface: InterfaceBlockEntity,
// source: IPAddress,
// destination: IPAddress
//): BasePacket(source, destination) {
//}