Java 类net.minecraft.client.gui.spectator.categories.TeleportToTeam 实例源码
项目:DecompiledMinecraft
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.field_178671_a.add(new TeleportToPlayer());
this.field_178671_a.add(new TeleportToTeam());
}
项目:BaseClient
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.field_178671_a.add(new TeleportToPlayer());
this.field_178671_a.add(new TeleportToTeam());
}
项目:BaseClient
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.field_178671_a.add(new TeleportToPlayer());
this.field_178671_a.add(new TeleportToTeam());
}
项目:Backmemed
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.items.add(new TeleportToPlayer());
this.items.add(new TeleportToTeam());
}
项目:CustomWorldGen
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.items.add(new TeleportToPlayer());
this.items.add(new TeleportToTeam());
}
项目:ExpandedRailsMod
文件:BaseSpectatorGroup.java
public BaseSpectatorGroup()
{
this.items.add(new TeleportToPlayer());
this.items.add(new TeleportToTeam());
}