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

unbindContext - Static variable in class net.minecraftforge.client.ForgeHooksClient
 
unbindTexture() - Static method in class net.minecraftforge.client.ForgeHooksClient
 
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
 
uncheckedUpdateEntity(Entity, boolean) - Method in class net.minecraft.world.WorldServer
direct call to super.updateEntityWithOptionalForce
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.
unload100OldestChunks() - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in interface net.minecraft.world.chunk.IChunkProvider
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in class net.minecraft.world.gen.ChunkProviderEnd
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in class net.minecraft.world.gen.ChunkProviderFlat
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in class net.minecraft.world.gen.ChunkProviderGenerate
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in class net.minecraft.world.gen.ChunkProviderHell
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
unload100OldestChunks() - Method in class net.minecraft.world.gen.ChunkProviderServer
Unloads the 100 oldest chunks from memory, due to a bug with chunkSet.add() never being called it thinks the list is always empty and will not remove any chunks.
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()
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.
unmountEntity(Entity) - Method in class net.minecraft.entity.Entity
Called when a player unounts an entity.
unPressAllKeys() - Static method in class net.minecraft.client.settings.KeyBinding
 
unregister(RenderEngine, List<TextureFX>) - Method in class cpw.mods.fml.client.FMLTextureFX
 
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
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.client.gui.GuiParticle
 
update(GuiParticle) - Method in class net.minecraft.client.gui.Particle
 
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.PlayerListBox
Updates the JList with a new model.
update() - Method in class net.minecraft.src.ModTextureStatic
 
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.
updateAnimation(World, Entity, int, boolean) - Method in class net.minecraft.item.ItemStack
Called each tick as long the ItemStack in on player inventory.
updateAvaliableTexturePacks() - Method in class net.minecraft.client.texturepacks.TexturePackList
check the texture packs the client has installed
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
 
updateCloak() - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
 
updateCloak() - Method in class net.minecraft.client.entity.EntityPlayerSP
 
updateCloak() - Method in class net.minecraft.entity.Entity
 
updateClouds() - Method in class net.minecraft.client.renderer.RenderGlobal
 
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(TextureFX, int) - Method in class net.minecraft.client.renderer.RenderEngine
Updates a single dynamic texture
updateDynamicTextures() - Method in class net.minecraft.client.renderer.RenderEngine
 
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.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.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
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
 
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
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
 
updateProgress(int) - Method in class cpw.mods.fml.relauncher.Downloader
 
updateProgress(int) - Method in class cpw.mods.fml.relauncher.DummyDownloader
 
updateProgress(int) - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
 
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
 
updateProgressString(String, Object...) - Method in class cpw.mods.fml.relauncher.Downloader
 
updateProgressString(String, Object...) - Method in class cpw.mods.fml.relauncher.DummyDownloader
 
updateProgressString(String, Object...) - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
 
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(EntityLiving, 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
updateRidden() - Method in class net.minecraft.entity.Entity
Handles updating while being ridden by an entity
updateRidden() - Method in class net.minecraft.entity.EntityLiving
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
 
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.GuiLanguage
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.GuiScreenDemo
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.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.multiplayer.GuiConnecting
Called from the main game loop to update the screen.
updateScreen() - Method in class net.minecraft.client.texturepacks.GuiTexturePacks
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.
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.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.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.BlockCrops
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.BlockPressurePlate
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.BlockRedstoneOre
Ticks the block if it's been scheduled
updateTick(World, int, int, int, Random) - Method in class net.minecraft.block.BlockRedstoneRepeater
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
updateTickQueue(List<IScheduledTickHandler>, Side) - Static method in class cpw.mods.fml.common.registry.TickRegistry
 
updateTileEntityChunkAndDoNothing(int, int, int, TileEntity) - Method in class net.minecraft.world.World
marks the chunk that contains this tilentity as modified and then calls worldAccesses.doNothingWithTileEntity
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
 
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
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.minecraft.util.Session
 
username - Variable in class net.minecraftforge.event.ServerChatEvent
 
usesVanillaSpawning() - Method in class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
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