Package org.spout.vanilla.protocol.entity.object

Examples of org.spout.vanilla.protocol.entity.object.ItemFrameProtocol


  private Material material;
  private BlockFace orientation;

  @Override
  public void onAttached() {
    setEntityProtocol(new ItemFrameProtocol());

    // Add metadata for the displayed item
    getOwner().add(MetadataComponent.class).addMeta(new Metadata<ItemStack>(Metadata.TYPE_ITEM, 2) {
      private ItemStack lastItem = null;
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.entity.object.ItemFrameProtocol

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.