Package com.soulfiremc.mod.access
Interface IMinecraft
- All Known Implementing Classes:
MixinMinecraft
public interface IMinecraft
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.main.GameConfig
void
soulfire$setConnection
(BotConnection connection) void
soulfire$setGameConfig
(net.minecraft.client.main.GameConfig gameConfig)
-
Method Details
-
soulfire$getConnection
BotConnection soulfire$getConnection() -
soulfire$setConnection
-
soulfire$getGameConfig
net.minecraft.client.main.GameConfig soulfire$getGameConfig() -
soulfire$setGameConfig
void soulfire$setGameConfig(net.minecraft.client.main.GameConfig gameConfig)
-