A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

U

u - Variable in class net.minecraftforge.client.model.obj.TextureCoordinate
 
unbreaking - Static variable in class net.minecraft.enchantment.Enchantment
Sometimes, the tool's durability will not be spent when the tool is used
uncheckedTryHarvestBlock(int, int, int) - Method in class net.minecraft.item.ItemInWorldManager
 
uncheckedTryHarvestBlock(int, int, int) - Method in class net.minecraft.world.demo.DemoWorldManager
 
unexpectedPacket(Packet) - Method in class net.minecraft.network.NetLoginHandler
Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
unexpectedPacket(Packet) - Method in class net.minecraft.network.NetServerHandler
Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
unexpectedPacket(Packet) - Method in class net.minecraft.network.packet.NetHandler
Default handler called for packets that don't have their own handlers in NetClientHandler; currentlly does nothing.
unforceChunk(ForgeChunkManager.Ticket, ChunkCoordIntPair) - Static method in class net.minecraftforge.common.ForgeChunkManager
Unforce the supplied chunk, allowing it to be unloaded and stop ticking.
ungrabMouseCursor() - Method in class net.minecraft.util.MouseHelper
Ungrabs the mouse cursor so it can be moved and set it to the center of the screen
unifyAdjacentChests(World, int, int, int) - Method in class net.minecraft.block.BlockChest
Turns the adjacent chests to a double chest.
uniqueID - Variable in class net.minecraft.network.packet.Packet131MapData
Contains a unique ID for the item that this packet will be populating.
unloadAllChunks() - Method in class net.minecraft.world.gen.ChunkProviderServer
marks all chunks for unload, ignoring those near the spawn
unloadChunk(int, int) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
Unload chunk from ChunkProviderClient's hashmap.
unloadChunksIfNotNearSpawn(int, int) - Method in class net.minecraft.world.gen.ChunkProviderServer
marks chunk for unload by "unload100OldestChunks" if there is no spawn point, or if the center of the chunk is outside 200 blocks (x or z) of the spawn
unloadEntities(List) - Method in class net.minecraft.world.World
Adds a list of entities to be unloaded on the next pass of World.updateEntities()
unloadQueuedChunks() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in interface net.minecraft.world.chunk.IChunkProvider
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in class net.minecraft.world.gen.ChunkProviderEnd
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in class net.minecraft.world.gen.ChunkProviderFlat
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in class net.minecraft.world.gen.ChunkProviderGenerate
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in class net.minecraft.world.gen.ChunkProviderHell
Unloads chunks that are marked to be unloaded.
unloadQueuedChunks() - Method in class net.minecraft.world.gen.ChunkProviderServer
Unloads chunks that are marked to be unloaded.
unloadWorld(int) - Static method in class net.minecraftforge.common.DimensionManager
 
unloadWorlds(Hashtable<Integer, long[]>) - Static method in class net.minecraftforge.common.DimensionManager
 
unlockBlockBounds() - Method in class net.minecraft.client.renderer.RenderBlocks
Unlocks the visual bounding box so that RenderBlocks can change it again.
unmap(String) - Method in class cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper
 
unmapClassName(String) - Method in class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
 
unPressAllKeys() - Static method in class net.minecraft.client.settings.KeyBinding
 
unregister(Object) - Method in class net.minecraftforge.event.EventBus
 
unregister(int, IEventListener) - Method in class net.minecraftforge.event.ListenerList
 
unregisterDimension(int) - Static method in class net.minecraftforge.common.DimensionManager
For unregistering a dimension when the save is changed (disconnected from a server or loaded a new save
unregisterProviderType(int) - Static method in class net.minecraftforge.common.DimensionManager
Unregisters a Provider type, and returns a array of all dimensions that are registered to this provider type.
unregiterAll(int, IEventListener) - Static method in class net.minecraftforge.event.ListenerList
 
unwatchAndReturnAllWatched() - Method in class net.minecraft.entity.DataWatcher
 
update(long) - Method in class cpw.mods.fml.common.registry.TickRegistry.TickQueueElement
 
update() - Method in class net.minecraft.entity.item.SoundUpdaterMinecart
Updates the JList with a new model.
update() - Method in interface net.minecraft.server.gui.IUpdatePlayerListBox
Updates the JList with a new model.
update() - Method in class net.minecraft.server.gui.PlayerListComponent
Updates the JList with a new model.
update_sample_idx(int) - Method in class ibxm.Channel
 
updateAchievementWindow() - Method in class net.minecraft.client.gui.achievement.GuiAchievement
Updates the small achievement tooltip window, showing a queued achievement if is needed.
updateAITick() - Method in class net.minecraft.entity.passive.EntityOcelot
main AI tick function, replaces updateEntityActionState
updateAllLightTypes(int, int, int) - Method in class net.minecraft.world.World
 
updateAllPlayersSleepingFlag() - Method in class net.minecraft.world.World
Updates the flag that indicates whether or not all players in the world are sleeping.
updateAllPlayersSleepingFlag() - Method in class net.minecraft.world.WorldServer
Updates the flag that indicates whether or not all players in the world are sleeping.
updateAnaglyph(int[]) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
updateAnimation() - Method in class net.minecraft.client.renderer.texture.TextureAtlasSprite
 
updateAnimation() - Method in class net.minecraft.client.renderer.texture.TextureClock
 
updateAnimation() - Method in class net.minecraft.client.renderer.texture.TextureCompass
 
updateAnimation(World, Entity, int, boolean) - Method in class net.minecraft.item.ItemStack
Called each tick as long the ItemStack in on player inventory.
updateAnimations() - Method in class net.minecraft.client.renderer.texture.TextureMap
 
updateBlockRemoving() - Method in class net.minecraft.item.ItemInWorldManager
 
updateBlockRemoving() - Method in class net.minecraft.world.demo.DemoWorldManager
 
updateCameraAndRender(float) - Method in class net.minecraft.client.renderer.EntityRenderer
Will update any inputs that effect the camera angle (mouse) and then render the world and GUI
updateCameraAndRender(float) - Method in class net.minecraft.src.EntityRendererProxy
 
updateClientInfo(Packet204ClientInfo) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
updateClouds() - Method in class net.minecraft.client.renderer.RenderGlobal
 
updateCompass(World, double, double, double, boolean, boolean) - Method in class net.minecraft.client.renderer.texture.TextureCompass
Updates the compass based on the given x,z coords and camera direction
updateContainingBlockInfo() - Method in class net.minecraft.tileentity.TileEntity
Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check
updateContainingBlockInfo() - Method in class net.minecraft.tileentity.TileEntityChest
Causes the TileEntity to reset all it's cached values for it's container block, blockID, metaData and in the case of chests, the adjcacent chest check
updateController() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
 
updateCursorCounter() - Method in class net.minecraft.client.gui.GuiTextField
Increments the cursor counter
updateDynamicTexture() - Method in class net.minecraft.client.renderer.texture.DynamicTexture
 
updateEffects() - Method in class net.minecraft.client.particle.EffectRenderer
 
updateEntities() - Method in class net.minecraft.world.World
Updates (and cleans up) entities and tile entities
updateEntities() - Method in class net.minecraft.world.WorldServer
Updates (and cleans up) entities and tile entities
updateEntity() - Method in class net.minecraft.tileentity.TileEntity
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityBeacon
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityBrewingStand
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityChest
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityDaylightDetector
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityEnchantmentTable
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityEnderChest
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityFurnace
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityHopper
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityMobSpawner
Allows the entity to update its state.
updateEntity() - Method in class net.minecraft.tileentity.TileEntityPiston
Allows the entity to update its state.
updateEntity(Entity) - Method in class net.minecraft.world.World
Will update the entity in the world if the chunk the entity is in is currently loaded.
updateEntityActionState() - Method in class net.minecraft.client.entity.EntityPlayerSP
 
updateEntityWithOptionalForce(Entity, boolean) - Method in class net.minecraft.world.World
Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update.
updateEntityWithOptionalForce(Entity, boolean) - Method in class net.minecraft.world.WorldServer
Will update the entity in the world if the chunk the entity is in is currently loaded or its forced to update.
updateEquippedItem() - Method in class net.minecraft.client.renderer.ItemRenderer
 
updateFlyingState(double, boolean) - Method in class net.minecraft.entity.player.EntityPlayerMP
likeUpdateFallState, but called from updateFlyingState, rather than moveEntity
updateFrequency - Variable in class net.minecraft.entity.EntityTrackerEntry
check for sync when ticks % updateFrequency==0
updateFurnaceBlockState(boolean, World, int, int, int) - Static method in class net.minecraft.block.BlockFurnace
Update which block ID the furnace is using depending on whether or not it is burning
updateGUITicks(BaseModProxy, boolean, boolean) - Static method in class cpw.mods.fml.common.modloader.ModLoaderHelper
 
updateHeldItem() - Method in class net.minecraft.entity.player.EntityPlayerMP
updates item held by mouse
updateHopper() - Method in class net.minecraft.tileentity.TileEntityHopper
 
updateIcons(IconRegister) - Method in class net.minecraft.client.renderer.entity.Render
 
updateIcons(IconRegister) - Method in class net.minecraft.client.renderer.entity.RenderManager
 
updateIcons(IconRegister) - Method in class net.minecraft.client.renderer.tileentity.RenderItemFrame
 
updateInFrustum(ICamera) - Method in class net.minecraft.client.renderer.WorldRenderer
 
updateItemName(String) - Method in class net.minecraft.inventory.ContainerRepair
used by the Anvil GUI to update the Item Name being typed by the player
updateLadderBounds(int) - Method in class net.minecraft.block.BlockLadder
Update the ladder block bounds based on the given metadata value.
updateLastSeen() - Method in class net.minecraft.client.multiplayer.LanServer
Updates the time this LanServer was last seen.
updateLightByType(EnumSkyBlock, int, int, int) - Method in class net.minecraft.world.World
 
updateLightLevel(World, int, int, int) - Method in class net.minecraft.block.BlockDaylightDetector
 
updateMapData(World, Entity, MapData) - Method in class net.minecraft.item.ItemMap
 
updateMountedMovingPlayer(EntityPlayerMP) - Method in class net.minecraft.server.management.PlayerManager
update chunks around a player being moved by server logic (e.g.
updateMPMapData(byte[]) - Method in class net.minecraft.world.storage.MapData
 
updateObject(int, Object) - Method in class net.minecraft.entity.DataWatcher
updates an already existing object
updateOrRemove - Variable in class net.minecraft.network.packet.Packet207SetScore
0 to create/update an item.
updatePlayerInstances() - Method in class net.minecraft.server.management.PlayerManager
updates all the player instances that need to be updated
updatePlayerMoveState() - Method in class net.minecraft.util.MovementInput
 
updatePlayerMoveState() - Method in class net.minecraft.util.MovementInputFromOptions
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.Container
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerBeacon
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerBrewingStand
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerEnchantment
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerFurnace
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerMerchant
 
updateProgressBar(int, int) - Method in class net.minecraft.inventory.ContainerRepair
 
updateRenderer() - Method in class net.minecraft.client.renderer.EntityRenderer
Updates the entity renderer
updateRenderer() - Method in class net.minecraft.client.renderer.WorldRenderer
Will update this chunk renderer
updateRenderers(EntityLivingBase, boolean) - Method in class net.minecraft.client.renderer.RenderGlobal
Updates some of the renderers sorted by distance from the player
updateRenderInfo(EntityPlayer, boolean) - Static method in class net.minecraft.client.renderer.ActiveRenderInfo
Updates the current render info and camera location based on entity look angles and 1st/3rd person view mode
updateRepairOutput() - Method in class net.minecraft.inventory.ContainerRepair
called when the Anvil Input Slot changes, calculates the new result and puts it in the output slot
updateRepositoryEntriesAll() - Method in class net.minecraft.client.resources.ResourcePackRepository
 
updateResourcePack() - Method in class net.minecraft.client.resources.ResourcePackRepositoryEntry
 
updateResourcePackList() - Method in class cpw.mods.fml.client.FMLClientHandler
 
updateResourcePackList() - Method in class cpw.mods.fml.common.FMLCommonHandler
 
updateResourcePackList() - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
updateResourcePackList() - Method in class cpw.mods.fml.server.FMLServerHandler
 
updateRidden() - Method in class net.minecraft.entity.Entity
Handles updating while being ridden by an entity
updateRidden() - Method in class net.minecraft.entity.EntityLivingBase
Handles updating while being ridden by an entity
updateRidden() - Method in class net.minecraft.entity.monster.EntitySkeleton
Handles updating while being ridden by an entity
updateRidden() - Method in class net.minecraft.entity.player.EntityPlayer
Handles updating while being ridden by an entity
updateRiderPosition() - Method in class net.minecraft.entity.Entity
 
updateRiderPosition() - Method in class net.minecraft.entity.item.EntityBoat
 
updateRiderPosition() - Method in class net.minecraft.entity.passive.EntityHorse
 
updateScreen() - Method in class net.minecraft.client.gui.achievement.GuiAchievements
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiChat
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiCommandBlock
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiCreateWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiDownloadTerrain
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiEnchantment
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiFlatPresets
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiGameOver
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiIngameMenu
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiMainMenu
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiMerchant
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiMultiplayer
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiRenameWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreen
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenAddServer
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenBook
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenConfigureWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenDemo
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenEditOnlineWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenInvite
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenLongRunningTask
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenOnlineServers
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenServerList
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiScreenSubscription
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.GuiWinGame
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.inventory.GuiBeacon
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.inventory.GuiContainer
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.inventory.GuiContainerCreative
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.inventory.GuiEditSign
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.inventory.GuiInventory
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.mco.GuiScreenBackup
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.mco.GuiScreenCreateOnlineWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.mco.GuiScreenMcoWorldTemplate
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.mco.GuiScreenPendingInvitation
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.mco.GuiScreenResetWorld
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.gui.TaskLongRunning
 
updateScreen() - Method in class net.minecraft.client.gui.TaskOnlineConnect
 
updateScreen() - Method in class net.minecraft.client.multiplayer.GuiConnecting
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.resources.GuiScreenTemporaryResourcePackSelect
Called from the main game loop to update the screen.
updateSkylight() - Method in class net.minecraft.world.chunk.Chunk
Checks whether skylight needs updated; if it does, calls updateSkylight_do
updateSkylightColumns - Variable in class net.minecraft.world.chunk.Chunk
Which columns need their skylightMaps updated.
updateSoundLocation(Entity) - Method in class net.minecraft.client.audio.SoundManager
Updates the sound associated with the entity with that entity's position and velocity.
updateSoundLocation(Entity, Entity) - Method in class net.minecraft.client.audio.SoundManager
Updates the sound associated with soundEntity with the position and velocity of trackEntity.
updateSpawner() - Method in class net.minecraft.tileentity.MobSpawnerBaseLogic
 
updateStandardTicks(BaseModProxy, boolean, boolean) - Static method in class cpw.mods.fml.common.modloader.ModLoaderHelper
 
updateTask() - Method in class net.minecraft.entity.ai.EntityAIArrowAttack
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIAttackOnCollide
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIAvoidEntity
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIBase
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIBeg
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIBreakDoor
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIControlledByPlayer
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAICreeperSwell
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIDoorInteract
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIEatGrass
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIFollowGolem
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIFollowOwner
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIFollowParent
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAILookAtVillager
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAILookIdle
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIMate
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIOcelotAttack
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIOcelotSit
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIOpenDoor
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIPlay
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIRestrictOpenDoor
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAISwimming
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAITempt
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIVillagerMate
Updates the task
updateTask() - Method in class net.minecraft.entity.ai.EntityAIWatchClosest
Updates the task
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.Block
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockBasePressurePlate
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockButton
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockCactus
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockCocoa
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockCommandBlock
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockComparator
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockCrops
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockDaylightDetector
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockDetectorRail
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockDispenser
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockDragonEgg
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockFarmland
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockFire
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockFlower
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockFlowing
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockGrass
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockIce
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockLeaves
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockLockedChest
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockMushroom
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockMycelium
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockNetherStalk
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockPortal
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockRedstoneLight
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockRedstoneLogic
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockRedstoneOre
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockRedstoneTorch
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockReed
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockSand
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockSapling
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockSnow
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockSnowBlock
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockStairs
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockStationary
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockStem
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockTorch
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockTripWire
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockTripWireSource
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockVine
Ticks the block if it's been scheduled
updateTick() - Method in class net.minecraft.client.gui.GuiIngame
The update tick for the ingame UI
updateTick(World, int, int, int, Random) - Method in class net.minecraftforge.fluids.BlockFluidClassic
 
updateTick(World, int, int, int, Random) - Method in class net.minecraftforge.fluids.BlockFluidFinite
 
updateTickQueue(List<IScheduledTickHandler>, Side) - Static method in class cpw.mods.fml.common.registry.TickRegistry
 
updateTimeAndWeatherForPlayer(EntityPlayerMP, WorldServer) - Method in class net.minecraft.server.management.ServerConfigurationManager
Updates the time and weather for the given player to those of the given world
updateTimeLightAndEntities() - Method in class net.minecraft.server.dedicated.DedicatedServer
 
updateTimeLightAndEntities() - Method in class net.minecraft.server.MinecraftServer
 
updateTimer() - Method in class net.minecraft.util.Timer
Updates all fields of the Timer using the current time
updateTrackedEntities() - Method in class net.minecraft.entity.EntityTracker
 
updateUrl - Variable in class cpw.mods.fml.common.ModMetadata
 
updateVisiblePlayers(EntityPlayer, ItemStack) - Method in class net.minecraft.world.storage.MapData
Adds the player passed to the list of visible players and checks to see which players are visible
updateWatchedObjectsFromList(List) - Method in class net.minecraft.entity.DataWatcher
 
updateWeather() - Method in class net.minecraft.world.WorldProvider
 
updateWeatherBody() - Method in class net.minecraft.client.multiplayer.WorldClient
 
updateWeatherBody() - Method in class net.minecraft.world.World
 
uploadKeyBindingsToGame(GameSettings) - Method in class cpw.mods.fml.client.registry.KeyBindingRegistry
 
uploadTexture(int, int[], int, int) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
uploadTextureImage(int, BufferedImage) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
uploadTextureImageAllocate(int, BufferedImage, boolean, boolean) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
uploadTextureImageSub(int, BufferedImage, int, int, boolean, boolean) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
uploadTextureSub(int[], int, int, int, int, boolean, boolean) - Static method in class net.minecraft.client.renderer.texture.TextureUtil
 
url - Variable in class cpw.mods.fml.common.ModMetadata
 
useBlock - Variable in class net.minecraftforge.event.entity.player.PlayerInteractEvent
 
useDependencyInformation - Variable in class cpw.mods.fml.common.ModMetadata
 
UseHoeEvent - Class in net.minecraftforge.event.entity.player
 
UseHoeEvent(EntityPlayer, ItemStack, World, int, int, int) - Constructor for class net.minecraftforge.event.entity.player.UseHoeEvent
 
useInventoryTint - Variable in class net.minecraft.client.renderer.RenderBlocks
 
useItem - Variable in class net.minecraftforge.event.entity.player.PlayerInteractEvent
 
useItemRightClick(World, EntityPlayer) - Method in class net.minecraft.item.ItemStack
Called whenever this item stack is equipped and right clicked.
useNeighborBrightness - Static variable in class net.minecraft.block.Block
Flag if block ID should use the brightest neighbor light value as its own
useProvidedWindowTitle - Variable in class net.minecraft.network.packet.Packet100OpenWindow
If false, the client will look up a string like "window.minecart".
useRecipe(MerchantRecipe) - Method in interface net.minecraft.entity.IMerchant
 
useRecipe(MerchantRecipe) - Method in class net.minecraft.entity.NpcMerchant
 
useRecipe(MerchantRecipe) - Method in class net.minecraft.entity.passive.EntityVillager
 
username - Variable in class net.minecraft.entity.player.EntityPlayer
 
username - Variable in class net.minecraftforge.event.entity.player.PlayerEvent.NameFormat
 
username - Variable in class net.minecraftforge.event.ServerChatEvent
 
usesVanillaSpawning() - Method in class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
Util - Class in net.minecraft.util
 
Util() - Constructor for class net.minecraft.util.Util
 
uvRotateBottom - Variable in class net.minecraft.client.renderer.RenderBlocks
 
uvRotateEast - Variable in class net.minecraft.client.renderer.RenderBlocks
 
uvRotateNorth - Variable in class net.minecraft.client.renderer.RenderBlocks
 
uvRotateSouth - Variable in class net.minecraft.client.renderer.RenderBlocks
 
uvRotateTop - Variable in class net.minecraft.client.renderer.RenderBlocks
 
uvRotateWest - Variable in class net.minecraft.client.renderer.RenderBlocks
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z