Package net.minecraft.src

Examples of net.minecraft.src.ScreenChatOptions


    this.parent = parent;
  }

  @Override
  public void onButtonClick() {
    ScreenChatOptions chatSettings = new ScreenChatOptions(parent, SpoutClient.getHandle().gameSettings);
    SpoutClient.getHandle().displayGuiScreen(chatSettings);
  }
View Full Code Here

TOP

Related Classes of net.minecraft.src.ScreenChatOptions

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.