|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
MinecraftServer.startServer()
StructureVillagePieces
Collection
<PotionEffect
> will return an Integer color.
1.0
Version 1.0
[1.0,2.0)
Versions 1.0 (included) to 2.0 (not included)
[1.0,2.0]
Versions 1.0 to 2.0 (both included)
[1.5,)
Versions 1.5 and higher
(,1.0],[1.2,)
Versions up to 1.0 (included) and 1.2 or higher
#beginMinecraftLoading(MinecraftServer)
called from
MinecraftServer
Obfuscated code should focus on this class and other members of the "server"
(or "client") code
The actual mod loading is handled at arms length by Loader
It is expected that a similar class will exist for each target environment:
Bukkit and Client side.#onPreLoad(MinecraftServer)
called from
MinecraftServer
Obfuscated code should focus on this class and other members of the "server"
(or "client") code
The actual mod loading is handled at arms length by Loader
It is expected that a similar class will exist for each target environment:
Bukkit and Client side.ModLoaderModContainer.findAll(java.lang.Class)
FMLCommonHandler.getFMLLogger()
ObfuscationReflectionHelper.getPrivateValue(Class, Object, int)
ObfuscationReflectionHelper#getPrivateValue(Class, Object, String)
Entity#getNextId()
MapGenVillage
is creating a new village
Loader.isModLoaded(String)
KeyBindingRegistry.KeyHandler.ticks()
set.
MerchantRecipeList
for the villager
supplied during creation
ModLoader.setInGameHook(BaseMod, boolean, boolean)
BaseMod.onChatMessageReceived(EntityPlayer, Packet3Chat)
BaseMod.onPacket250Received(EntityPlayer, Packet250CustomPayload)
VersionRange
that is a restriction of this
version range and the specified version range.
ObfuscationReflectionHelper.setPrivateValue(Class, Object, int, Object)
ObfuscationReflectionHelper.setPrivateValue(Class, Object, String, Object)
StructureVillagePieces
array controlling new village
creation so you can insert your own new village piecesMerchantRecipeList
for a villager type for manipulation
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |