Modifier and Type | Method and Description |
---|---|
ILogAgent |
Minecraft.getLogAgent() |
Constructor and Description |
---|
WorldClient(NetClientHandler par1NetClientHandler,
WorldSettings par2WorldSettings,
int par3,
int par4,
Profiler par5Profiler,
ILogAgent par6ILogAgent) |
Modifier and Type | Method and Description |
---|---|
boolean |
CrashReport.saveToFile(File par1File,
ILogAgent par2ILogAgent)
Saves the complete crash report to the given File.
|
Modifier and Type | Method and Description |
---|---|
static void |
SharedMonsterAttributes.func_111260_a(BaseAttributeMap par0BaseAttributeMap,
NBTTagList par1NBTTagList,
ILogAgent par2ILogAgent) |
Modifier and Type | Class and Description |
---|---|
class |
LogAgent |
Constructor and Description |
---|
MemoryConnection(ILogAgent par1ILogAgent,
NetHandler par2NetHandler) |
TcpConnection(ILogAgent par1ILogAgent,
Socket par2Socket,
String par3Str,
NetHandler par4NetHandler) |
TcpConnection(ILogAgent par1ILogAgent,
Socket par2Socket,
String par3Str,
NetHandler par4NetHandler,
PrivateKey par5PrivateKey) |
Modifier and Type | Method and Description |
---|---|
static Packet |
Packet.getNewPacket(ILogAgent par0ILogAgent,
int par1)
Returns a new instance of the specified Packet class.
|
static Packet |
Packet.readPacket(ILogAgent par0ILogAgent,
DataInput par1DataInput,
boolean par2,
Socket par3Socket)
Read a packet, prefixed by its ID, from the data stream.
|
Modifier and Type | Method and Description |
---|---|
ILogAgent |
IPlayerUsage.getLogAgent() |
Modifier and Type | Method and Description |
---|---|
abstract ILogAgent |
MinecraftServer.getLogAgent() |
Modifier and Type | Method and Description |
---|---|
ILogAgent |
DedicatedServer.getLogAgent() |
Constructor and Description |
---|
PropertyManager(File par1File,
ILogAgent par2ILogAgent) |
Modifier and Type | Method and Description |
---|---|
ILogAgent |
IntegratedServer.getLogAgent() |
Modifier and Type | Method and Description |
---|---|
static String |
HttpUtil.sendPost(ILogAgent par0ILogAgent,
URL par1URL,
Map par2Map,
boolean par3)
Sends a HTTP POST request to the given URL with data from a map
|
Modifier and Type | Method and Description |
---|---|
ILogAgent |
World.getWorldLogAgent() |
Constructor and Description |
---|
World(ISaveHandler par1ISaveHandler,
String par2Str,
WorldProvider par3WorldProvider,
WorldSettings par4WorldSettings,
Profiler par5Profiler,
ILogAgent par6ILogAgent) |
World(ISaveHandler par1ISaveHandler,
String par2Str,
WorldSettings par3WorldSettings,
WorldProvider par4WorldProvider,
Profiler par5Profiler,
ILogAgent par6ILogAgent) |
WorldServer(MinecraftServer par1MinecraftServer,
ISaveHandler par2ISaveHandler,
String par3Str,
int par4,
WorldSettings par5WorldSettings,
Profiler par6Profiler,
ILogAgent par7ILogAgent) |
WorldServerMulti(MinecraftServer par1MinecraftServer,
ISaveHandler par2ISaveHandler,
String par3Str,
int par4,
WorldSettings par5WorldSettings,
WorldServer par6WorldServer,
Profiler par7Profiler,
ILogAgent par8ILogAgent) |
Constructor and Description |
---|
DemoWorldServer(MinecraftServer par1MinecraftServer,
ISaveHandler par2ISaveHandler,
String par3Str,
int par4,
Profiler par5Profiler,
ILogAgent par6ILogAgent) |