Guest User

Untitled

a guest
Jul 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var entities:Vector.<EntityInstance> = new Vector.<EntityInstance>();
  2. for each (var qoi:QuantityOfItemDefinition in _recipeInputs)
  3. {
  4. entities.push(new EntityInstance(RpcUtil.formReferenceFor(qoi.id, qoi.entity.javaClass, qoi.entity.label)));
  5. }
  6.  
  7. entity.raw.inputs = RpcUtil.entitiesToReference(entities);
Add Comment
Please, Sign In to add comment