本文整理汇总了Java中net.minecraft.realms.RealmsScreen类的典型用法代码示例。如果您正苦于以下问题:Java RealmsScreen类的具体用法?Java RealmsScreen怎么用?Java RealmsScreen使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
RealmsScreen类属于net.minecraft.realms包,在下文中一共展示了RealmsScreen类的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: GuiScreenRealmsProxy
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public GuiScreenRealmsProxy(RealmsScreen p_i1087_1_)
{
this.field_154330_a = p_i1087_1_;
super.buttonList = Collections.<GuiButton>synchronizedList(Lists.<GuiButton>newArrayList());
}
示例2: func_154321_a
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public RealmsScreen func_154321_a()
{
return this.field_154330_a;
}
示例3: GuiScreenRealmsProxy
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public GuiScreenRealmsProxy(RealmsScreen proxyIn)
{
this.proxy = proxyIn;
this.buttonList = Collections.<GuiButton>synchronizedList(Lists.<GuiButton>newArrayList());
}
示例4: getProxy
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public RealmsScreen getProxy()
{
return this.proxy;
}
示例5: GuiScreenRealmsProxy
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public GuiScreenRealmsProxy(RealmsScreen proxyIn)
{
this.proxy = proxyIn;
super.buttonList = Collections.<GuiButton>synchronizedList(Lists.<GuiButton>newArrayList());
}
示例6: GuiScreenRealmsProxy
import net.minecraft.realms.RealmsScreen; //导入依赖的package包/类
public GuiScreenRealmsProxy(RealmsScreen p_i1087_1_)
{
this.field_154330_a = p_i1087_1_;
super.buttonList = Collections.synchronizedList(new ArrayList());
}