public interface INetworkEncodable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncryptionKey(net.minecraft.item.ItemStack item)
Used to get the current key from the item.
|
void |
setEncryptionKey(net.minecraft.item.ItemStack item,
java.lang.String encKey,
java.lang.String name)
Encode the wireless frequency via the Controller.
|
java.lang.String getEncryptionKey(net.minecraft.item.ItemStack item)
item - itemvoid setEncryptionKey(net.minecraft.item.ItemStack item,
java.lang.String encKey,
java.lang.String name)
item - the wireless terminal.encKey - the wireless encryption key.name - null for now.