Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public void interfaceWithInventory(int interfaceId, int inventoryId) {
  2. if (c.getOutStream() != null && c != null) {
  3. c.getOutStream().createFrame(248);
  4. c.getOutStream().writeWordA(interfaceId);
  5. c.getOutStream().writeWord(inventoryId);
  6. c.flushOutStream();
  7. }
  8. }
Add Comment
Please, Sign In to add comment