- magic - Static variable in class net.minecraft.util.DamageSource
-
- magmaCream - Static variable in class net.minecraft.item.Item
-
- magmaCreamEffect - Static variable in class net.minecraft.potion.PotionHelper
-
- magnify(long, GenLayer, int) - Static method in class net.minecraft.world.gen.layer.GenLayerZoom
-
Magnify a layer.
- main(String[]) - Static method in class cpw.mods.fml.common.asm.transformers.AccessTransformer
-
- main(String[]) - Static method in class cpw.mods.fml.common.asm.transformers.MarkerTransformer
-
- main(String[]) - Static method in class cpw.mods.fml.common.asm.transformers.MCPMerger
-
- main(String[]) - Static method in class ibxm.Player
-
Simple command-line test player.
- main(String[]) - Static method in class net.minecraft.client.Minecraft
-
- main(String[]) - Static method in class net.minecraft.server.MinecraftServer
-
- mainInventory - Variable in class net.minecraft.entity.player.InventoryPlayer
-
An array of 36 item stacks indicating the main player inventory (including the visible bar).
- majorVersion - Static variable in class net.minecraftforge.common.ForgeVersion
-
- makeBestGuess(BiomeGenBase) - Static method in class net.minecraftforge.common.BiomeDictionary
-
Automatically looks for and registers a given biome with appropriate tags
This method is called automatically if a biome has not been registered with any tags,
And another method requests information about it
NOTE: You can opt out of having your biome registered by registering it as type NULL
- makeBread - Static variable in class net.minecraft.stats.AchievementList
-
Is the 'bake bread' achievement.
- makeCategory(String) - Method in class net.minecraft.crash.CrashReport
-
Creates a CrashReportCategory
- makeCategoryDepth(String, int) - Method in class net.minecraft.crash.CrashReport
-
Creates a CrashReportCategory for the given stack trace depth
- makeCrashReport(Throwable, String) - Static method in class net.minecraft.crash.CrashReport
-
Creates a crash report for the exception
- makeDialog() - Method in class cpw.mods.fml.relauncher.Downloader
-
- makeDialog() - Method in class cpw.mods.fml.relauncher.DummyDownloader
-
- makeDialog() - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
-
- makeEntitySpawnAdjustment(int, EntityPlayerMP, int, int, int) - Static method in class cpw.mods.fml.common.network.FMLNetworkHandler
-
- makeHash(int, int, int) - Static method in class net.minecraft.pathfinding.PathPoint
-
- makeHeadless() - Method in class cpw.mods.fml.relauncher.Downloader
-
- makeHeadless() - Method in class cpw.mods.fml.relauncher.DummyDownloader
-
- makeHeadless() - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
-
- makeLog(String) - Static method in class cpw.mods.fml.common.FMLLog
-
- makeLog(String) - Static method in class cpw.mods.fml.relauncher.FMLRelaunchLog
-
- makePacket(FMLPacket.Type, Object...) - Static method in class cpw.mods.fml.common.network.FMLPacket
-
- makePacketSet(FMLPacket.Type, Object...) - Static method in class cpw.mods.fml.common.network.FMLPacket
-
- makePacketSet(ForgePacket) - Static method in class net.minecraftforge.common.network.ForgePacket
-
- makePortal(Entity) - Method in class net.minecraft.world.Teleporter
-
- makeString() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
-
Converts the instance data to a readable string.
- makeString() - Method in interface net.minecraft.world.chunk.IChunkProvider
-
Converts the instance data to a readable string.
- makeString() - Method in class net.minecraft.world.gen.ChunkProviderEnd
-
Converts the instance data to a readable string.
- makeString() - Method in class net.minecraft.world.gen.ChunkProviderFlat
-
Converts the instance data to a readable string.
- makeString() - Method in class net.minecraft.world.gen.ChunkProviderGenerate
-
Converts the instance data to a readable string.
- makeString() - Method in class net.minecraft.world.gen.ChunkProviderHell
-
Converts the instance data to a readable string.
- makeString() - Method in class net.minecraft.world.gen.ChunkProviderServer
-
Converts the instance data to a readable string.
- makeTexture(String, int, int, int, int, int, int, int, boolean, BufferedImage) - Method in class net.minecraft.client.renderer.texture.TextureManager
-
- makeTextureStitched(String) - Static method in class net.minecraft.client.renderer.texture.TextureStitched
-
- makeWither(World, int, int, int, TileEntitySkull) - Method in class net.minecraft.block.BlockSkull
-
This method attempts to create a wither at the given location and skull
- managedPosX - Variable in class net.minecraft.entity.player.EntityPlayerMP
-
player X position as seen by PlayerManager
- managedPosZ - Variable in class net.minecraft.entity.player.EntityPlayerMP
-
player Z position as seen by PlayerManager
- manager - Variable in class net.minecraftforge.client.event.sound.PlaySoundEffectSourceEvent
-
- manager - Variable in class net.minecraftforge.client.event.sound.PlaySoundSourceEvent
-
- manager - Variable in class net.minecraftforge.client.event.sound.PlayStreamingSourceEvent
-
- manager - Variable in class net.minecraftforge.client.event.sound.SoundLoadEvent
-
- manager - Variable in class net.minecraftforge.client.event.sound.SoundResultEvent
-
- manager - Variable in class net.minecraftforge.client.event.sound.SoundSetupEvent
-
- manageVillagerTrades(MerchantRecipeList, EntityVillager, int, Random) - Static method in class cpw.mods.fml.common.registry.VillagerRegistry
-
Callback to handle trade setup for villagers
- manipulateTradesForVillager(EntityVillager, MerchantRecipeList, Random) - Method in class cpw.mods.fml.common.modloader.ModLoaderVillageTradeHandler
-
- manipulateTradesForVillager(EntityVillager, MerchantRecipeList, Random) - Method in interface cpw.mods.fml.common.registry.VillagerRegistry.IVillageTradeHandler
-
Called to allow changing the content of the
MerchantRecipeList
for the villager
supplied during creation
- map(String) - Method in class cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper
-
- map - Static variable in class net.minecraft.item.Item
-
- map - Variable in class net.minecraftforge.client.event.TextureStitchEvent
-
- MapColor - Class in net.minecraft.block.material
-
- mapColorArray - Static variable in class net.minecraft.block.material.MapColor
-
Holds all the 16 colors used on maps, very similar of a pallete system.
- MapCoord - Class in net.minecraft.world.storage
-
- MapCoord(MapData, byte, byte, byte, byte) - Constructor for class net.minecraft.world.storage.MapCoord
-
- MapData - Class in net.minecraft.world.storage
-
- MapData(String) - Constructor for class net.minecraft.world.storage.MapData
-
- mapEnchantmentData(int, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
-
Creates a 'Map' of EnchantmentData (enchantments) possible to add on the ItemStack and the enchantability level
passed.
- mapFieldName(String, String, String) - Method in class cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper
-
- MapGenBase - Class in net.minecraft.world.gen
-
- MapGenBase() - Constructor for class net.minecraft.world.gen.MapGenBase
-
- MapGenCaves - Class in net.minecraft.world.gen
-
- MapGenCaves() - Constructor for class net.minecraft.world.gen.MapGenCaves
-
- MapGenCavesHell - Class in net.minecraft.world.gen
-
- MapGenCavesHell() - Constructor for class net.minecraft.world.gen.MapGenCavesHell
-
- MapGenMineshaft - Class in net.minecraft.world.gen.structure
-
- MapGenMineshaft() - Constructor for class net.minecraft.world.gen.structure.MapGenMineshaft
-
- MapGenMineshaft(Map) - Constructor for class net.minecraft.world.gen.structure.MapGenMineshaft
-
- MapGenNetherBridge - Class in net.minecraft.world.gen.structure
-
- MapGenNetherBridge() - Constructor for class net.minecraft.world.gen.structure.MapGenNetherBridge
-
- MapGenRavine - Class in net.minecraft.world.gen
-
- MapGenRavine() - Constructor for class net.minecraft.world.gen.MapGenRavine
-
- MapGenScatteredFeature - Class in net.minecraft.world.gen.feature
-
- MapGenScatteredFeature() - Constructor for class net.minecraft.world.gen.feature.MapGenScatteredFeature
-
- MapGenScatteredFeature(Map) - Constructor for class net.minecraft.world.gen.feature.MapGenScatteredFeature
-
- MapGenStronghold - Class in net.minecraft.world.gen.structure
-
- MapGenStronghold() - Constructor for class net.minecraft.world.gen.structure.MapGenStronghold
-
- MapGenStronghold(Map) - Constructor for class net.minecraft.world.gen.structure.MapGenStronghold
-
- MapGenStructure - Class in net.minecraft.world.gen.structure
-
- MapGenStructure() - Constructor for class net.minecraft.world.gen.structure.MapGenStructure
-
- MapGenVillage - Class in net.minecraft.world.gen.structure
-
- MapGenVillage() - Constructor for class net.minecraft.world.gen.structure.MapGenVillage
-
- MapGenVillage(Map) - Constructor for class net.minecraft.world.gen.structure.MapGenVillage
-
- MapInfo - Class in net.minecraft.world.storage
-
- MapInfo(MapData, EntityPlayer) - Constructor for class net.minecraft.world.storage.MapInfo
-
- MapItemRenderer - Class in net.minecraft.client.gui
-
- MapItemRenderer(FontRenderer, GameSettings, RenderEngine) - Constructor for class net.minecraft.client.gui.MapItemRenderer
-
- mapItemRenderer - Variable in class net.minecraft.client.renderer.ItemRenderer
-
- mapMethodName(String, String, String) - Method in class cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper
-
- mapName - Variable in class net.minecraft.world.WorldSavedData
-
The name of the map data nbt
- mapStorage - Variable in class net.minecraft.client.multiplayer.NetClientHandler
-
- MapStorage - Class in net.minecraft.world.storage
-
- MapStorage(ISaveHandler) - Constructor for class net.minecraft.world.storage.MapStorage
-
- mapStorage - Variable in class net.minecraft.world.World
-
- markBlockForRenderUpdate(int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
-
On the client, re-renders this block.
- markBlockForRenderUpdate(int, int, int) - Method in interface net.minecraft.world.IWorldAccess
-
On the client, re-renders this block.
- markBlockForRenderUpdate(int, int, int) - Method in class net.minecraft.world.World
-
On the client, re-renders this block.
- markBlockForRenderUpdate(int, int, int) - Method in class net.minecraft.world.WorldManager
-
On the client, re-renders this block.
- markBlockForUpdate(int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
-
On the client, re-renders the block.
- markBlockForUpdate(int, int, int) - Method in interface net.minecraft.world.IWorldAccess
-
On the client, re-renders the block.
- markBlockForUpdate(int, int, int) - Method in class net.minecraft.world.World
-
On the client, re-renders the block.
- markBlockForUpdate(int, int, int) - Method in class net.minecraft.world.WorldManager
-
On the client, re-renders the block.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
-
On the client, re-renders all blocks in this range, inclusive.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in interface net.minecraft.world.IWorldAccess
-
On the client, re-renders all blocks in this range, inclusive.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in class net.minecraft.world.World
-
On the client, re-renders all blocks in this range, inclusive.
- markBlockRangeForRenderUpdate(int, int, int, int, int, int) - Method in class net.minecraft.world.WorldManager
-
On the client, re-renders all blocks in this range, inclusive.
- markBlocksDirtyVertical(int, int, int, int) - Method in class net.minecraft.world.World
-
marks a vertical line of blocks as dirty
- markBlocksForUpdate(int, int, int, int, int, int) - Method in class net.minecraft.client.renderer.RenderGlobal
-
Marks the blocks in the given range for update
- markDirty() - Method in class net.minecraft.client.renderer.WorldRenderer
-
Marks the current renderer data as dirty and needing to be updated.
- markDirty() - Method in class net.minecraft.world.WorldSavedData
-
Marks this MapDataBase dirty, to be saved to disk when the level next saves.
- MarkerTransformer - Class in cpw.mods.fml.common.asm.transformers
-
- MarkerTransformer() - Constructor for class cpw.mods.fml.common.asm.transformers.MarkerTransformer
-
- markOrGrowMarked(World, int, int, int, Random) - Method in class net.minecraft.block.BlockSapling
-
- markTileEntityForDespawn(TileEntity) - Method in class net.minecraft.world.World
-
adds tile entity to despawn list (renamed from markEntityForDespawn)
- matches(Object) - Method in class cpw.mods.fml.common.DummyModContainer
-
- matches(Object) - Method in class cpw.mods.fml.common.FMLModContainer
-
- matches(Object) - Method in class cpw.mods.fml.common.InjectedModContainer
-
- matches(Object) - Method in interface cpw.mods.fml.common.ModContainer
-
Does this mod match the supplied mod
- matches(Object) - Method in class cpw.mods.fml.common.modloader.ModLoaderModContainer
-
- matches(InventoryCrafting, World) - Method in interface net.minecraft.item.crafting.IRecipe
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipeFireworks
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesArmorDyes
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesMapCloning
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.RecipesMapExtending
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.ShapedRecipes
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraft.item.crafting.ShapelessRecipes
-
Used to check if a recipe matches current crafting inventory
- matches(InventoryCrafting, World) - Method in class net.minecraftforge.oredict.ShapedOreRecipe
-
- matches(InventoryCrafting, World) - Method in class net.minecraftforge.oredict.ShapelessOreRecipe
-
- matchesMultiplePlayers(String) - Static method in class net.minecraft.command.PlayerSelector
-
Returns whether the given pattern can match more than one player.
- matchOnePlayer(ICommandSender, String) - Static method in class net.minecraft.command.PlayerSelector
-
Returns the one player that matches the given at-token.
- matchPlayers(ICommandSender, String) - Static method in class net.minecraft.command.PlayerSelector
-
Returns an array of all players matched by the given at-token.
- matchPlayersAsString(ICommandSender, String) - Static method in class net.minecraft.command.PlayerSelector
-
Returns a nicely-formatted string listing the matching players.
- matchVersion(List<ArtifactVersion>) - Method in class cpw.mods.fml.common.versioning.VersionRange
-
- Material - Class in net.minecraft.block.material
-
- Material(MapColor) - Constructor for class net.minecraft.block.material.Material
-
- MaterialLiquid - Class in net.minecraft.block.material
-
- MaterialLiquid(MapColor) - Constructor for class net.minecraft.block.material.MaterialLiquid
-
- MaterialLogic - Class in net.minecraft.block.material
-
- MaterialLogic(MapColor) - Constructor for class net.minecraft.block.material.MaterialLogic
-
- materialMapColor - Variable in class net.minecraft.block.material.Material
-
The color index used to draw the blocks of this material on maps.
- MaterialPortal - Class in net.minecraft.block.material
-
- MaterialPortal(MapColor) - Constructor for class net.minecraft.block.material.MaterialPortal
-
- MaterialTransparent - Class in net.minecraft.block.material
-
- MaterialTransparent(MapColor) - Constructor for class net.minecraft.block.material.MaterialTransparent
-
- MathHelper - Class in net.minecraft.util
-
- MathHelper() - Constructor for class net.minecraft.util.MathHelper
-
- max() - Method in class cpw.mods.fml.common.modloader.ModProperty
-
- max - Variable in class net.minecraft.src.TradeEntry
-
- MAX_ENTITY_RADIUS - Static variable in class net.minecraft.world.World
-
Used in the getEntitiesWithinAABB functions to expand the search area for entities.
- maxArtTitleLength - Static variable in enum net.minecraft.util.EnumArt
-
Holds the maximum length of paintings art title.
- maxChatLength - Static variable in class net.minecraft.network.packet.Packet3Chat
-
Maximum number of characters allowed in chat string in each packet.
- maxDisplayColumn - Static variable in class net.minecraft.stats.AchievementList
-
Is the biggest column used to display a achievement on the GUI.
- maxDisplayRow - Static variable in class net.minecraft.stats.AchievementList
-
Is the biggest row used to display a achievement on the GUI.
- maxGroupCount - Variable in class net.minecraft.world.biome.SpawnListEntry
-
- maxHealth - Variable in class net.minecraft.entity.player.EntityPlayer
-
- maxHeight - Variable in class net.minecraft.world.biome.BiomeGenBase
-
The maximum height of this biome.
- maxHurtResistantTime - Variable in class net.minecraft.entity.EntityLiving
-
- maxHurtTime - Variable in class net.minecraft.entity.EntityLiving
-
What the hurt time was max set to last.
- maximumCost - Variable in class net.minecraft.inventory.ContainerRepair
-
The maximum cost of repairing/renaming in the anvil.
- maxPackSize - Variable in class net.minecraftforge.event.entity.living.LivingPackSizeEvent
-
This event is fired when the spawning system determines the
maximum amount of the selected entity that can spawn at the same
time.
- maxPlayers - Variable in class net.minecraft.network.packet.Packet1Login
-
The maximum players.
- maxX - Variable in class net.minecraft.util.AxisAlignedBB
-
- maxX - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The second x coordinate of a bounding box.
- maxY - Variable in class net.minecraft.util.AxisAlignedBB
-
- maxY - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The second y coordinate of a bounding box.
- maxZ - Variable in class net.minecraft.util.AxisAlignedBB
-
- maxZ - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The second z coordinate of a bounding box.
- mayDifferByOrdinal(ItemData) - Method in class cpw.mods.fml.common.registry.ItemData
-
- mc - Variable in class net.minecraft.client.renderer.RenderGlobal
-
A reference to the Minecraft object.
- mcCanvas - Variable in class net.minecraft.client.Minecraft
-
- mcDataDir - Variable in class net.minecraft.client.Minecraft
-
- McoClient - Class in net.minecraft.client.mco
-
- McoClient(Session) - Constructor for class net.minecraft.client.mco.McoClient
-
- McoOption - Class in net.minecraft.client.mco
-
- McoOption() - Constructor for class net.minecraft.client.mco.McoOption
-
- McoOptionNone - Class in net.minecraft.client.mco
-
- McoOptionNone() - Constructor for class net.minecraft.client.mco.McoOptionNone
-
- McoOptionSome - Class in net.minecraft.client.mco
-
- McoOptionSome(Object) - Constructor for class net.minecraft.client.mco.McoOptionSome
-
- McoPair - Class in net.minecraft.client.mco
-
- McoServer - Class in net.minecraft.client.mco
-
- McoServer() - Constructor for class net.minecraft.client.mco.McoServer
-
- McoServerAddress - Class in net.minecraft.client.mco
-
- McoServerAddress() - Constructor for class net.minecraft.client.mco.McoServerAddress
-
- McoServerList - Class in net.minecraft.client.mco
-
- McoServerList(Session) - Constructor for class net.minecraft.client.mco.McoServerList
-
- MCPDummyContainer - Class in cpw.mods.fml.common
-
- MCPDummyContainer(ModMetadata) - Constructor for class cpw.mods.fml.common.MCPDummyContainer
-
- MCPMerger - Class in cpw.mods.fml.common.asm.transformers
-
- MCPMerger() - Constructor for class cpw.mods.fml.common.asm.transformers.MCPMerger
-
- mcProfiler - Variable in class net.minecraft.client.Minecraft
-
The profiler instance
- mcServer - Variable in class net.minecraft.entity.player.EntityPlayerMP
-
Reference to the MinecraftServer object.
- MD5String - Class in net.minecraft.util
-
- MD5String(String) - Constructor for class net.minecraft.util.MD5String
-
- melon - Static variable in class net.minecraft.block.Block
-
- melon - Static variable in class net.minecraft.item.Item
-
- melonSeeds - Static variable in class net.minecraft.item.Item
-
- melonStem - Static variable in class net.minecraft.block.Block
-
- MemoryConnection - Class in net.minecraft.network
-
- MemoryConnection(ILogAgent, NetHandler) - Constructor for class net.minecraft.network.MemoryConnection
-
- memoryReserve - Static variable in class net.minecraft.client.Minecraft
-
A 10MiB preallocation to ensure the heap is reasonably sized.
- MerchantRecipe - Class in net.minecraft.village
-
- MerchantRecipe(NBTTagCompound) - Constructor for class net.minecraft.village.MerchantRecipe
-
- MerchantRecipe(ItemStack, ItemStack, ItemStack) - Constructor for class net.minecraft.village.MerchantRecipe
-
- MerchantRecipe(ItemStack, ItemStack) - Constructor for class net.minecraft.village.MerchantRecipe
-
- MerchantRecipe(ItemStack, Item) - Constructor for class net.minecraft.village.MerchantRecipe
-
- MerchantRecipeList - Class in net.minecraft.village
-
- MerchantRecipeList() - Constructor for class net.minecraft.village.MerchantRecipeList
-
- MerchantRecipeList(NBTTagCompound) - Constructor for class net.minecraft.village.MerchantRecipeList
-
- mergeSuperMaps(String, String, String[]) - Method in class cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper
-
- message - Variable in class net.minecraft.network.packet.Packet3Chat
-
The message being sent.
- message - Variable in class net.minecraftforge.client.event.ClientChatReceivedEvent
-
- message - Variable in class net.minecraftforge.event.ServerChatEvent
-
- metadata - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
-
- metadata - Variable in class net.minecraft.entity.item.EntityFallingSand
-
- metadata - Variable in class net.minecraft.network.packet.Packet53BlockChange
-
Metadata of the block.
- metadata - Variable in class net.minecraftforge.event.entity.player.PlayerEvent.BreakSpeed
-
- metadataArray - Variable in class net.minecraft.network.packet.Packet52MultiBlockChange
-
The metadata for each block changed.
- MetadataCollection - Class in cpw.mods.fml.common
-
- MetadataCollection() - Constructor for class cpw.mods.fml.common.MetadataCollection
-
- min() - Method in class cpw.mods.fml.common.modloader.ModProperty
-
- min - Variable in class net.minecraft.src.TradeEntry
-
- minDisplayColumn - Static variable in class net.minecraft.stats.AchievementList
-
Is the smallest column used to display a achievement on the GUI.
- minDisplayRow - Static variable in class net.minecraft.stats.AchievementList
-
Is the smallest row used to display a achievement on the GUI.
- mineBlockStatArray - Static variable in class net.minecraft.stats.StatList
-
- minecart - Variable in class net.minecraftforge.event.entity.minecart.MinecartEvent
-
- MinecartCollisionEvent - Class in net.minecraftforge.event.entity.minecart
-
- MinecartCollisionEvent(EntityMinecart, Entity) - Constructor for class net.minecraftforge.event.entity.minecart.MinecartCollisionEvent
-
- minecartCrate - Static variable in class net.minecraft.item.Item
-
- minecartEmpty - Static variable in class net.minecraft.item.Item
-
- MinecartEvent - Class in net.minecraftforge.event.entity.minecart
-
- MinecartEvent(EntityMinecart) - Constructor for class net.minecraftforge.event.entity.minecart.MinecartEvent
-
- minecartHopper - Static variable in class net.minecraft.item.Item
-
- MinecartInteractEvent - Class in net.minecraftforge.event.entity.minecart
-
- MinecartInteractEvent(EntityMinecart, EntityPlayer) - Constructor for class net.minecraftforge.event.entity.minecart.MinecartInteractEvent
-
- minecartName - Variable in class net.minecraft.tileentity.WeightedRandomMinecart
-
- minecartPowered - Static variable in class net.minecraft.item.Item
-
- minecartTnt - Static variable in class net.minecraft.item.Item
-
- minecartType - Variable in class net.minecraft.item.ItemMinecart
-
- MinecartUpdateEvent - Class in net.minecraftforge.event.entity.minecart
-
- MinecartUpdateEvent(EntityMinecart, float, float, float) - Constructor for class net.minecraftforge.event.entity.minecart.MinecartUpdateEvent
-
- Minecraft - Class in net.minecraft.client
-
- Minecraft(Canvas, MinecraftApplet, int, int, boolean) - Constructor for class net.minecraft.client.Minecraft
-
- MinecraftApplet - Class in net.minecraft.client
-
- MinecraftApplet() - Constructor for class net.minecraft.client.MinecraftApplet
-
- MinecraftAppletImpl - Class in net.minecraft.client
-
- MinecraftAppletImpl(MinecraftApplet, Canvas, MinecraftApplet, int, int, boolean) - Constructor for class net.minecraft.client.MinecraftAppletImpl
-
- MinecraftDummyContainer - Class in cpw.mods.fml.common
-
- MinecraftDummyContainer(String) - Constructor for class cpw.mods.fml.common.MinecraftDummyContainer
-
- MinecraftError - Error in net.minecraft.util
-
- MinecraftError() - Constructor for error net.minecraft.util.MinecraftError
-
- MinecraftException - Exception in net.minecraft.world
-
- MinecraftException(String) - Constructor for exception net.minecraft.world.MinecraftException
-
- MinecraftFakeLauncher - Class in net.minecraft.client
-
- MinecraftFakeLauncher(Map) - Constructor for class net.minecraft.client.MinecraftFakeLauncher
-
- MinecraftForge - Class in net.minecraftforge.common
-
- MinecraftForge() - Constructor for class net.minecraftforge.common.MinecraftForge
-
- MinecraftForgeClient - Class in net.minecraftforge.client
-
- MinecraftForgeClient() - Constructor for class net.minecraftforge.client.MinecraftForgeClient
-
- minecraftRB - Variable in class net.minecraft.client.renderer.RenderBlocks
-
- MinecraftServer - Class in net.minecraft.server
-
- MinecraftServer(File) - Constructor for class net.minecraft.server.MinecraftServer
-
- minecraftUri - Variable in class net.minecraft.client.Minecraft
-
- minecraftVersion() - Method in class net.minecraft.crash.CallableMinecraftVersion
-
The current version of Minecraft
- MINESHAFT_CORRIDOR - Static variable in class net.minecraftforge.common.ChestGenHooks
-
- mineshaftChestContents - Static variable in class net.minecraft.world.gen.structure.StructureMineshaftPieces
-
List of contents that can generate in Mineshafts.
- mineWood - Static variable in class net.minecraft.stats.AchievementList
-
Is the 'getting wood' achievement.
- minGroupCount - Variable in class net.minecraft.world.biome.SpawnListEntry
-
- minHeight - Variable in class net.minecraft.world.biome.BiomeGenBase
-
The minimum height of this biome.
- minorVersion - Static variable in class net.minecraftforge.common.ForgeVersion
-
- minutesPlayedStat - Static variable in class net.minecraft.stats.StatList
-
number of minutes you have played
- minX - Variable in class net.minecraft.util.AxisAlignedBB
-
- minX - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The first x coordinate of a bounding box.
- minY - Variable in class net.minecraft.util.AxisAlignedBB
-
- minY - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The first y coordinate of a bounding box.
- minZ - Variable in class net.minecraft.util.AxisAlignedBB
-
- minZ - Variable in class net.minecraft.world.gen.structure.StructureBoundingBox
-
The first z coordinate of a bounding box.
- mirror - Variable in class net.minecraft.client.model.ModelRenderer
-
- missingMods - Variable in exception cpw.mods.fml.common.MissingModsException
-
- MissingModsException - Exception in cpw.mods.fml.common
-
- MissingModsException(Set<ArtifactVersion>) - Constructor for exception cpw.mods.fml.common.MissingModsException
-
- mixAoBrightness(int, int, int, int, double, double, double, double) - Method in class net.minecraft.client.renderer.RenderBlocks
-
- mlmpOpenWindow(Packet100OpenWindow) - Static method in class net.minecraftforge.client.ModCompatibilityClient
-
Attempts to invoke ModLoaderMp.handleGUI if ModLoaderMP is installed.
- mlmpVehicleSpawn(int, World, double, double, double, Entity, Object) - Static method in class net.minecraftforge.client.ModCompatibilityClient
-
Attempts to spawn a vehicle using ModLoaderMP's vehicle spawn registry, if MLMP is not installed
it returns the passed in currentEntity
- MLProp - Annotation Type in net.minecraft.src
-
- mobKillsStat - Static variable in class net.minecraft.stats.StatList
-
the number of mobs you have killed
- mobSelector - Static variable in interface net.minecraft.entity.monster.IMob
-
Entity selector for IMob types.
- mobSpawner - Static variable in class net.minecraft.block.Block
-
- MobSpawnerBaseLogic - Class in net.minecraft.tileentity
-
- MobSpawnerBaseLogic() - Constructor for class net.minecraft.tileentity.MobSpawnerBaseLogic
-
- mobSpawnerNoise - Variable in class net.minecraft.world.gen.ChunkProviderGenerate
-
- Mod - Annotation Type in cpw.mods.fml.common
-
The new mod style in FML 1.3
- mod - Variable in class cpw.mods.fml.common.modloader.ModLoaderModContainer
-
- mod - Variable in exception cpw.mods.fml.common.WrongMinecraftVersionException
-
- Mod.Block - Annotation Type in cpw.mods.fml.common
-
Populate the annotated field with an instance of the Block as specified
- Mod.FingerprintWarning - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as to be called at if there is something wrong with the certificate fingerprint of
the mod's jar, or it is missing, or otherwise a problem.
- Mod.IMCCallback - Annotation Type in cpw.mods.fml.common
-
- Mod.Init - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "initialization" phase
- Mod.Instance - Annotation Type in cpw.mods.fml.common
-
Populate the annotated field with the mod instance.
- Mod.Item - Annotation Type in cpw.mods.fml.common
-
Populate the annotated field with an Item
- Mod.Metadata - Annotation Type in cpw.mods.fml.common
-
Populate the annotated field with the mod's metadata.
- Mod.PostInit - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "post-initialization" phase
- Mod.PreInit - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "pre-initialization" phase
- Mod.ServerAboutToStart - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "server-about-to-start" phase
- Mod.ServerStarted - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "server-started" phase
- Mod.ServerStarting - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "server-starting" phase
- Mod.ServerStopped - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "server-stopped" phase
- Mod.ServerStopping - Annotation Type in cpw.mods.fml.common
-
Mark the designated method as being called at the "server-stopping" phase
- ModAnnotation - Class in cpw.mods.fml.common.discovery.asm
-
- ModAnnotation(ASMModParser.AnnotationType, Type, String) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotation
-
- ModAnnotation(ASMModParser.AnnotationType, Type, ModAnnotation) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotation
-
- ModAnnotation.EnumHolder - Class in cpw.mods.fml.common.discovery.asm
-
- ModAnnotation.EnumHolder(String, String) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotation.EnumHolder
-
- ModAnnotationVisitor - Class in cpw.mods.fml.common.discovery.asm
-
- ModAnnotationVisitor(ASMModParser) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotationVisitor
-
- ModAnnotationVisitor(ASMModParser, String) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotationVisitor
-
- ModAnnotationVisitor(ASMModParser, boolean) - Constructor for class cpw.mods.fml.common.discovery.asm.ModAnnotationVisitor
-
- ModCandidate - Class in cpw.mods.fml.common.discovery
-
- ModCandidate(File, File, ContainerType) - Constructor for class cpw.mods.fml.common.discovery.ModCandidate
-
- ModCandidate(File, File, ContainerType, boolean, boolean) - Constructor for class cpw.mods.fml.common.discovery.ModCandidate
-
- ModClassLoader - Class in cpw.mods.fml.common
-
A simple delegating class loader used to load mods into the system
- ModClassLoader(ClassLoader) - Constructor for class cpw.mods.fml.common.ModClassLoader
-
- ModClassVisitor - Class in cpw.mods.fml.common.discovery.asm
-
- ModClassVisitor(ASMModParser) - Constructor for class cpw.mods.fml.common.discovery.asm.ModClassVisitor
-
- ModCompatibilityClient - Class in net.minecraftforge.client
-
- ModCompatibilityClient() - Constructor for class net.minecraftforge.client.ModCompatibilityClient
-
- modConstruction(FMLConstructionEvent) - Method in class net.minecraftforge.common.ForgeDummyContainer
-
- ModContainer - Interface in cpw.mods.fml.common
-
The container that wraps around mods in the system.
- ModContainerFactory - Class in cpw.mods.fml.common
-
- ModContainerFactory() - Constructor for class cpw.mods.fml.common.ModContainerFactory
-
- ModDiscoverer - Class in cpw.mods.fml.common.discovery
-
- ModDiscoverer() - Constructor for class cpw.mods.fml.common.discovery.ModDiscoverer
-
- mode - Variable in class net.minecraft.network.packet.Packet209SetPlayerTeam
-
If 0 then the team is created.
- ModelBase - Class in net.minecraft.client.model
-
- ModelBase() - Constructor for class net.minecraft.client.model.ModelBase
-
- ModelBat - Class in net.minecraft.client.model
-
- ModelBat() - Constructor for class net.minecraft.client.model.ModelBat
-
- ModelBiped - Class in net.minecraft.client.model
-
- ModelBiped() - Constructor for class net.minecraft.client.model.ModelBiped
-
- ModelBiped(float) - Constructor for class net.minecraft.client.model.ModelBiped
-
- ModelBiped(float, float, int, int) - Constructor for class net.minecraft.client.model.ModelBiped
-
- ModelBlaze - Class in net.minecraft.client.model
-
- ModelBlaze() - Constructor for class net.minecraft.client.model.ModelBlaze
-
- ModelBoat - Class in net.minecraft.client.model
-
- ModelBoat() - Constructor for class net.minecraft.client.model.ModelBoat
-
- ModelBook - Class in net.minecraft.client.model
-
- ModelBook() - Constructor for class net.minecraft.client.model.ModelBook
-
- ModelBox - Class in net.minecraft.client.model
-
- ModelBox(ModelRenderer, int, int, float, float, float, int, int, int, float) - Constructor for class net.minecraft.client.model.ModelBox
-
- ModelChest - Class in net.minecraft.client.model
-
- ModelChest() - Constructor for class net.minecraft.client.model.ModelChest
-
- ModelChicken - Class in net.minecraft.client.model
-
- ModelChicken() - Constructor for class net.minecraft.client.model.ModelChicken
-
- ModelCow - Class in net.minecraft.client.model
-
- ModelCow() - Constructor for class net.minecraft.client.model.ModelCow
-
- ModelCreeper - Class in net.minecraft.client.model
-
- ModelCreeper() - Constructor for class net.minecraft.client.model.ModelCreeper
-
- ModelCreeper(float) - Constructor for class net.minecraft.client.model.ModelCreeper
-
- ModelDragon - Class in net.minecraft.client.model
-
- ModelDragon(float) - Constructor for class net.minecraft.client.model.ModelDragon
-
- ModelEnderCrystal - Class in net.minecraft.client.model
-
- ModelEnderCrystal(float, boolean) - Constructor for class net.minecraft.client.model.ModelEnderCrystal
-
- ModelEnderman - Class in net.minecraft.client.model
-
- ModelEnderman() - Constructor for class net.minecraft.client.model.ModelEnderman
-
- ModelFormatException - Exception in net.minecraftforge.client.model
-
Thrown if there is a problem parsing the model
- ModelFormatException() - Constructor for exception net.minecraftforge.client.model.ModelFormatException
-
- ModelFormatException(String, Throwable) - Constructor for exception net.minecraftforge.client.model.ModelFormatException
-
- ModelFormatException(String) - Constructor for exception net.minecraftforge.client.model.ModelFormatException
-
- ModelFormatException(Throwable) - Constructor for exception net.minecraftforge.client.model.ModelFormatException
-
- ModelGhast - Class in net.minecraft.client.model
-
- ModelGhast() - Constructor for class net.minecraft.client.model.ModelGhast
-
- ModelIronGolem - Class in net.minecraft.client.model
-
- ModelIronGolem() - Constructor for class net.minecraft.client.model.ModelIronGolem
-
- ModelIronGolem(float) - Constructor for class net.minecraft.client.model.ModelIronGolem
-
- ModelIronGolem(float, float) - Constructor for class net.minecraft.client.model.ModelIronGolem
-
- ModelLargeChest - Class in net.minecraft.client.model
-
- ModelLargeChest() - Constructor for class net.minecraft.client.model.ModelLargeChest
-
- ModelMagmaCube - Class in net.minecraft.client.model
-
- ModelMagmaCube() - Constructor for class net.minecraft.client.model.ModelMagmaCube
-
- ModelMinecart - Class in net.minecraft.client.model
-
- ModelMinecart() - Constructor for class net.minecraft.client.model.ModelMinecart
-
- ModelOcelot - Class in net.minecraft.client.model
-
- ModelOcelot() - Constructor for class net.minecraft.client.model.ModelOcelot
-
- ModelPig - Class in net.minecraft.client.model
-
- ModelPig() - Constructor for class net.minecraft.client.model.ModelPig
-
- ModelPig(float) - Constructor for class net.minecraft.client.model.ModelPig
-
- ModelQuadruped - Class in net.minecraft.client.model
-
- ModelQuadruped(int, float) - Constructor for class net.minecraft.client.model.ModelQuadruped
-
- ModelRenderer - Class in net.minecraft.client.model
-
- ModelRenderer(ModelBase, String) - Constructor for class net.minecraft.client.model.ModelRenderer
-
- ModelRenderer(ModelBase) - Constructor for class net.minecraft.client.model.ModelRenderer
-
- ModelRenderer(ModelBase, int, int) - Constructor for class net.minecraft.client.model.ModelRenderer
-
- ModelSheep1 - Class in net.minecraft.client.model
-
- ModelSheep1() - Constructor for class net.minecraft.client.model.ModelSheep1
-
- ModelSheep2 - Class in net.minecraft.client.model
-
- ModelSheep2() - Constructor for class net.minecraft.client.model.ModelSheep2
-
- ModelSign - Class in net.minecraft.client.model
-
- ModelSign() - Constructor for class net.minecraft.client.model.ModelSign
-
- ModelSilverfish - Class in net.minecraft.client.model
-
- ModelSilverfish() - Constructor for class net.minecraft.client.model.ModelSilverfish
-
- ModelSkeleton - Class in net.minecraft.client.model
-
- ModelSkeleton() - Constructor for class net.minecraft.client.model.ModelSkeleton
-
- ModelSkeleton(float) - Constructor for class net.minecraft.client.model.ModelSkeleton
-
- ModelSkeletonHead - Class in net.minecraft.client.model
-
- ModelSkeletonHead() - Constructor for class net.minecraft.client.model.ModelSkeletonHead
-
- ModelSkeletonHead(int, int, int, int) - Constructor for class net.minecraft.client.model.ModelSkeletonHead
-
- ModelSlime - Class in net.minecraft.client.model
-
- ModelSlime(int) - Constructor for class net.minecraft.client.model.ModelSlime
-
- ModelSnowMan - Class in net.minecraft.client.model
-
- ModelSnowMan() - Constructor for class net.minecraft.client.model.ModelSnowMan
-
- ModelSpider - Class in net.minecraft.client.model
-
- ModelSpider() - Constructor for class net.minecraft.client.model.ModelSpider
-
- ModelSquid - Class in net.minecraft.client.model
-
- ModelSquid() - Constructor for class net.minecraft.client.model.ModelSquid
-
- modelviewMatrix - Variable in class net.minecraft.client.renderer.culling.ClippingHelper
-
- ModelVillager - Class in net.minecraft.client.model
-
- ModelVillager(float) - Constructor for class net.minecraft.client.model.ModelVillager
-
- ModelVillager(float, float, int, int) - Constructor for class net.minecraft.client.model.ModelVillager
-
- ModelWitch - Class in net.minecraft.client.model
-
- ModelWitch(float) - Constructor for class net.minecraft.client.model.ModelWitch
-
- ModelWither - Class in net.minecraft.client.model
-
- ModelWither() - Constructor for class net.minecraft.client.model.ModelWither
-
- ModelWolf - Class in net.minecraft.client.model
-
- ModelWolf() - Constructor for class net.minecraft.client.model.ModelWolf
-
- ModelZombie - Class in net.minecraft.client.model
-
- ModelZombie() - Constructor for class net.minecraft.client.model.ModelZombie
-
- ModelZombie(float, boolean) - Constructor for class net.minecraft.client.model.ModelZombie
-
- ModelZombieVillager - Class in net.minecraft.client.model
-
- ModelZombieVillager() - Constructor for class net.minecraft.client.model.ModelZombieVillager
-
- ModelZombieVillager(float, float, boolean) - Constructor for class net.minecraft.client.model.ModelZombieVillager
-
- modEntityId - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
-
- ModFieldVisitor - Class in cpw.mods.fml.common.discovery.asm
-
- ModFieldVisitor(String, ASMModParser) - Constructor for class cpw.mods.fml.common.discovery.asm.ModFieldVisitor
-
- modId - Variable in class cpw.mods.fml.common.ModMetadata
-
- ModIdentifiersPacket - Class in cpw.mods.fml.common.network
-
- ModIdentifiersPacket() - Constructor for class cpw.mods.fml.common.network.ModIdentifiersPacket
-
- ModIdFunction - Class in cpw.mods.fml.common.functions
-
- ModIdFunction() - Constructor for class cpw.mods.fml.common.functions.ModIdFunction
-
- ModIdMapPacket - Class in cpw.mods.fml.common.network
-
- ModIdMapPacket() - Constructor for class cpw.mods.fml.common.network.ModIdMapPacket
-
- modifyClass(String, ClassNode) - Method in interface cpw.mods.fml.common.IASMHook
-
Allow mods to manipulate classes loaded from this
Mod
's jar file.
- modIndexSelected(int) - Method in class cpw.mods.fml.client.GuiModList
-
- ModListRequestPacket - Class in cpw.mods.fml.common.network
-
- ModListRequestPacket() - Constructor for class cpw.mods.fml.common.network.ModListRequestPacket
-
- ModListResponsePacket - Class in cpw.mods.fml.common.network
-
- ModListResponsePacket() - Constructor for class cpw.mods.fml.common.network.ModListResponsePacket
-
- ModLoader - Class in net.minecraft.src
-
- ModLoader() - Constructor for class net.minecraft.src.ModLoader
-
- ModLoaderBlockRendererHandler - Class in cpw.mods.fml.client.modloader
-
- ModLoaderBlockRendererHandler(int, boolean, BaseMod) - Constructor for class cpw.mods.fml.client.modloader.ModLoaderBlockRendererHandler
-
- ModLoaderChatListener - Class in cpw.mods.fml.common.modloader
-
- ModLoaderChatListener(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderChatListener
-
- ModLoaderClientHelper - Class in cpw.mods.fml.client.modloader
-
- ModLoaderClientHelper(Minecraft) - Constructor for class cpw.mods.fml.client.modloader.ModLoaderClientHelper
-
- ModLoaderConnectionHandler - Class in cpw.mods.fml.common.modloader
-
- ModLoaderConnectionHandler(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderConnectionHandler
-
- ModLoaderCraftingHelper - Class in cpw.mods.fml.common.modloader
-
- ModLoaderCraftingHelper(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderCraftingHelper
-
- ModLoaderEntitySpawnCallback - Class in cpw.mods.fml.common.modloader
-
- ModLoaderEntitySpawnCallback(BaseModProxy, EntityRegistry.EntityRegistration) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderEntitySpawnCallback
-
- ModLoaderFuelHelper - Class in cpw.mods.fml.common.modloader
-
- ModLoaderFuelHelper(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderFuelHelper
-
- ModLoaderGuiHelper - Class in cpw.mods.fml.common.modloader
-
- ModLoaderHelper - Class in cpw.mods.fml.common.modloader
-
- ModLoaderHelper() - Constructor for class cpw.mods.fml.common.modloader.ModLoaderHelper
-
- ModLoaderKeyBindingHandler - Class in cpw.mods.fml.client.modloader
-
- ModLoaderKeyBindingHandler() - Constructor for class cpw.mods.fml.client.modloader.ModLoaderKeyBindingHandler
-
- ModLoaderModContainer - Class in cpw.mods.fml.common.modloader
-
- ModLoaderModContainer(String, File, String) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderModContainer
-
- ModLoaderNetworkHandler - Class in cpw.mods.fml.common.modloader
-
- ModLoaderNetworkHandler(ModLoaderModContainer) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderNetworkHandler
-
- ModLoaderPacketHandler - Class in cpw.mods.fml.common.modloader
-
- ModLoaderPacketHandler(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderPacketHandler
-
- ModLoaderPickupNotifier - Class in cpw.mods.fml.common.modloader
-
- ModLoaderPickupNotifier(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderPickupNotifier
-
- ModLoaderVillageTradeHandler - Class in cpw.mods.fml.common.modloader
-
- ModLoaderVillageTradeHandler() - Constructor for class cpw.mods.fml.common.modloader.ModLoaderVillageTradeHandler
-
- ModLoaderWorldGenerator - Class in cpw.mods.fml.common.modloader
-
- ModLoaderWorldGenerator(BaseModProxy) - Constructor for class cpw.mods.fml.common.modloader.ModLoaderWorldGenerator
-
- ModMetadata - Class in cpw.mods.fml.common
-
- ModMetadata(JsonNode) - Constructor for class cpw.mods.fml.common.ModMetadata
-
- ModMetadata() - Constructor for class cpw.mods.fml.common.ModMetadata
-
- ModMethodVisitor - Class in cpw.mods.fml.common.discovery.asm
-
- ModMethodVisitor(String, ASMModParser) - Constructor for class cpw.mods.fml.common.discovery.asm.ModMethodVisitor
-
- ModMissingPacket - Class in cpw.mods.fml.common.network
-
- ModMissingPacket() - Constructor for class cpw.mods.fml.common.network.ModMissingPacket
-
- ModNameFunction - Class in cpw.mods.fml.common.functions
-
- ModNameFunction() - Constructor for class cpw.mods.fml.common.functions.ModNameFunction
-
- ModProperty - Class in cpw.mods.fml.common.modloader
-
- ModProperty(Field, String, Double, Double, String) - Constructor for class cpw.mods.fml.common.modloader.ModProperty
-
- ModProperty(Field, Map<String, Object>) - Constructor for class cpw.mods.fml.common.modloader.ModProperty
-
- modsLoaded() - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
-
- modsLoaded() - Method in class net.minecraft.src.BaseMod
-
Finish loading your mod
- ModSorter - Class in cpw.mods.fml.common.toposort
-
- ModSorter(List<ModContainer>, Map<String, ModContainer>) - Constructor for class cpw.mods.fml.common.toposort.ModSorter
-
- ModSortingException - Exception in cpw.mods.fml.common.toposort
-
- ModSortingException(String, T, Set<T>) - Constructor for exception cpw.mods.fml.common.toposort.ModSortingException
-
- ModSortingException.SortingExceptionData<T> - Class in cpw.mods.fml.common.toposort
-
- ModSortingException.SortingExceptionData(T, Set<T>) - Constructor for class cpw.mods.fml.common.toposort.ModSortingException.SortingExceptionData
-
- Module - Class in ibxm
-
- Module() - Constructor for class ibxm.Module
-
- monsterPlacer - Static variable in class net.minecraft.item.Item
-
- motionX - Variable in class net.minecraft.entity.Entity
-
Entity motion X
- motionX - Variable in class net.minecraft.entity.EntityTrackerEntry
-
- motionX - Variable in class net.minecraft.network.packet.Packet28EntityVelocity
-
- motionY - Variable in class net.minecraft.entity.Entity
-
Entity motion Y
- motionY - Variable in class net.minecraft.entity.EntityTrackerEntry
-
- motionY - Variable in class net.minecraft.network.packet.Packet28EntityVelocity
-
- motionZ - Variable in class net.minecraft.entity.Entity
-
Entity motion Z
- motionZ - Variable in class net.minecraft.entity.EntityTrackerEntry
-
- motionZ - Variable in class net.minecraft.network.packet.Packet28EntityVelocity
-
- mountEntity(Entity) - Method in class net.minecraft.entity.boss.EntityWither
-
Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.Entity
-
Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.player.EntityPlayer
-
Called when a player mounts an entity.
- mountEntity(Entity) - Method in class net.minecraft.entity.player.EntityPlayerMP
-
Called when a player mounts an entity.
- mountEntityAndWakeUp() - Method in class net.minecraft.entity.player.EntityPlayerMP
-
- mouseClick - Variable in class net.minecraft.network.packet.Packet102WindowClick
-
1 when right-clicking and otherwise 0
- mouseClicked(int, int, int) - Method in class net.minecraft.client.gui.GuiTextField
-
Args: x, y, buttonClicked
- MouseFilter - Class in net.minecraft.util
-
- MouseFilter() - Constructor for class net.minecraft.util.MouseFilter
-
- mouseHelper - Variable in class net.minecraft.client.Minecraft
-
Mouse helper instance.
- MouseHelper - Class in net.minecraft.util
-
- MouseHelper(Component, GameSettings) - Constructor for class net.minecraft.util.MouseHelper
-
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiButton
-
Returns true if the mouse has been pressed on this control.
- mousePressed(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiSlider
-
Returns true if the mouse has been pressed on this control.
- mouseReleased(int, int) - Method in class net.minecraft.client.gui.GuiButton
-
Fired when the mouse button is released.
- mouseReleased(int, int) - Method in class net.minecraft.client.gui.GuiSlider
-
Fired when the mouse button is released.
- mouseSensitivity - Variable in class net.minecraft.client.settings.GameSettings
-
- mouseX - Variable in class net.minecraftforge.client.event.RenderGameOverlayEvent
-
- mouseXYChange() - Method in class net.minecraft.util.MouseHelper
-
- mouseY - Variable in class net.minecraftforge.client.event.RenderGameOverlayEvent
-
- moveCursorBy(int) - Method in class net.minecraft.client.gui.GuiTextField
-
Moves the text cursor by a specified number of characters and clears the selection
- moveEntity(double, double, double) - Method in class net.minecraft.client.entity.EntityPlayerSP
-
Tries to moves the entity by the passed in displacement.
- moveEntity(double, double, double) - Method in class net.minecraft.entity.Entity
-
Tries to moves the entity by the passed in displacement.
- moveEntity(double, double, double) - Method in class net.minecraft.entity.EntityHanging
-
Tries to moves the entity by the passed in displacement.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.EntityFlying
-
Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.EntityLiving
-
Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.passive.EntitySquid
-
Moves the entity based on the specified heading.
- moveEntityWithHeading(float, float) - Method in class net.minecraft.entity.player.EntityPlayer
-
Moves the entity based on the specified heading.
- moveFlying(float, float, float) - Method in class net.minecraft.entity.Entity
-
Used in both water and by flying objects
- moveForward - Variable in class net.minecraft.util.MovementInput
-
The speed at which the player is moving forward.
- movementInput - Variable in class net.minecraft.client.entity.EntityPlayerSP
-
- MovementInput - Class in net.minecraft.util
-
- MovementInput() - Constructor for class net.minecraft.util.MovementInput
-
- MovementInputFromOptions - Class in net.minecraft.util
-
- MovementInputFromOptions(GameSettings) - Constructor for class net.minecraft.util.MovementInputFromOptions
-
- moveMinecartOnRail(int, int, int, double) - Method in class net.minecraft.entity.item.EntityMinecart
-
Moved to allow overrides.
- moveSlowdown - Static variable in class net.minecraft.potion.Potion
-
- moveSpeed - Static variable in class net.minecraft.potion.Potion
-
- moveStrafe - Variable in class net.minecraft.util.MovementInput
-
The speed at which the player is strafing.
- moveTowards(double, int, double) - Method in class net.minecraft.entity.item.EntityEnderEye
-
The location the eye should float/move towards.
- moving - Variable in class net.minecraft.network.packet.Packet10Flying
-
Boolean set to true if the player is moving.
- MovingObjectPosition - Class in net.minecraft.util
-
- MovingObjectPosition(int, int, int, int, Vec3) - Constructor for class net.minecraft.util.MovingObjectPosition
-
- MovingObjectPosition(Entity) - Constructor for class net.minecraft.util.MovingObjectPosition
-
- multipleParticleScaleBy(float) - Method in class net.minecraft.client.particle.EntityFX
-
- multiplyBy32AndRound(double) - Method in enum net.minecraft.entity.EnumEntitySize
-
- multiplyVelocity(float) - Method in class net.minecraft.client.particle.EntityFX
-
- mushroomBrown - Static variable in class net.minecraft.block.Block
-
- mushroomBrownGen - Variable in class net.minecraft.world.biome.BiomeDecorator
-
Field that holds mushroomBrown WorldGenFlowers
- mushroomCapBrown - Static variable in class net.minecraft.block.Block
-
- mushroomCapRed - Static variable in class net.minecraft.block.Block
-
- mushroomIsland - Static variable in class net.minecraft.world.biome.BiomeGenBase
-
- mushroomIslandShore - Static variable in class net.minecraft.world.biome.BiomeGenBase
-
- mushroomRed - Static variable in class net.minecraft.block.Block
-
- mushroomRedGen - Variable in class net.minecraft.world.biome.BiomeDecorator
-
Field that holds mushroomRed WorldGenFlowers
- mushroomsPerChunk - Variable in class net.minecraft.world.biome.BiomeDecorator
-
The number of extra mushroom patches per chunk.
- music - Static variable in class net.minecraft.block.Block
-
- MUSIC_INTERVAL - Static variable in class net.minecraft.client.audio.SoundManager
-
- musicVolume - Variable in class net.minecraft.client.settings.GameSettings
-
- mycelium - Static variable in class net.minecraft.block.Block
-
- myEntity - Variable in class net.minecraft.entity.EntityTrackerEntry
-
- myEntitySize - Variable in class net.minecraft.entity.Entity
-
- myItemStack - Variable in class net.minecraft.network.packet.Packet103SetSlot
-
Item stack
- myTCPConnection - Variable in class net.minecraft.network.NetLoginHandler
-
- myVec3LocalPool - Variable in class net.minecraft.util.Vec3
-