Modifier and Type | Method and Description |
---|---|
NetHandlerPlayClient |
Minecraft.getConnection() |
Modifier and Type | Field and Description |
---|---|
NetHandlerPlayClient |
EntityPlayerSP.connection |
Constructor and Description |
---|
EntityPlayerSP(Minecraft p_i47378_1_,
World p_i47378_2_,
NetHandlerPlayClient p_i47378_3_,
StatisticsManager p_i47378_4_,
RecipeBook p_i47378_5_) |
Modifier and Type | Field and Description |
---|---|
private NetHandlerPlayClient |
PlayerControllerMP.connection |
private NetHandlerPlayClient |
WorldClient.connection |
Constructor and Description |
---|
PlayerControllerMP(Minecraft mcIn,
NetHandlerPlayClient netHandler) |
WorldClient(NetHandlerPlayClient netHandler,
WorldSettings settings,
int dimension,
EnumDifficulty difficulty,
Profiler profilerIn) |
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<NetHandlerPlayClient> |
FMLClientHandler.currentPlayClient |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.setPlayClient(NetHandlerPlayClient netHandlerPlayClient) |
Modifier and Type | Method and Description |
---|---|
NetHandlerPlayClient |
MessageContext.getClientHandler() |