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

S

saddle - Static variable in class net.minecraft.item.Item
 
safeWrite(NBTTagCompound, File) - Static method in class net.minecraft.nbt.CompressedStreamTools
 
Sample - Class in ibxm
 
Sample() - Constructor for class ibxm.Sample
 
sand - Static variable in class net.minecraft.block.Block
 
sand - Static variable in class net.minecraft.block.material.Material
 
SAND_STONE_TYPES - Static variable in class net.minecraft.block.BlockSandStone
 
sandColor - Static variable in class net.minecraft.block.material.MapColor
This is the color of the sand
sandGen - Variable in class net.minecraft.world.biome.BiomeDecorator
The sand generator.
sandPerChunk - Variable in class net.minecraft.world.biome.BiomeDecorator
The number of sand patches to generate per chunk.
sandPerChunk2 - Variable in class net.minecraft.world.biome.BiomeDecorator
The number of sand patches to generate per chunk.
sandStone - Static variable in class net.minecraft.block.Block
 
sapling - Static variable in class net.minecraft.block.Block
 
saplingGrowTree(World, Random, int, int, int) - Static method in class net.minecraftforge.event.terraingen.TerrainGen
 
SaplingGrowTreeEvent - Class in net.minecraftforge.event.terraingen
This event is fired when a sapling grows a tree.
SaplingGrowTreeEvent(World, Random, int, int, int) - Constructor for class net.minecraftforge.event.terraingen.SaplingGrowTreeEvent
 
satisfies(ArtifactVersion, ArtifactVersion) - Static method in class cpw.mods.fml.common.versioning.VersionParser
 
save() - Method in class net.minecraftforge.common.Configuration
 
saveAllChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.WorldServer
Saves all chunks to disk while updating progress bar.
saveAllData() - Method in class net.minecraft.world.storage.MapStorage
Saves all dirty loaded MapDataBases to disk.
saveAllPlayerData() - Method in class net.minecraft.server.management.ServerConfigurationManager
Saves all of the players' current states.
saveChunk(World, Chunk) - Method in class net.minecraft.world.chunk.storage.AnvilChunkLoader
 
saveChunk(World, Chunk) - Method in interface net.minecraft.world.chunk.storage.IChunkLoader
 
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.client.multiplayer.ChunkProviderClient
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in interface net.minecraft.world.chunk.IChunkProvider
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.gen.ChunkProviderEnd
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.gen.ChunkProviderFlat
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.gen.ChunkProviderGenerate
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.gen.ChunkProviderHell
Two modes of operation: if passed true, save all Chunks in one go.
saveChunks(boolean, IProgressUpdate) - Method in class net.minecraft.world.gen.ChunkProviderServer
Two modes of operation: if passed true, save all Chunks in one go.
saveConfig() - Static method in class net.minecraft.src.ModLoader
Deprecated. 
saveDimensionDataMap() - Static method in class net.minecraftforge.common.DimensionManager
 
savedWorldHasForcedChunkTickets(File) - Static method in class net.minecraftforge.common.ForgeChunkManager
Allows dynamically loading world mods to test if there are chunk tickets in the world Mods that add dynamically generated worlds (like Mystcraft) should call this method to determine if the world should be loaded during server starting.
saveExtraChunkData(World, Chunk) - Method in class net.minecraft.world.chunk.storage.AnvilChunkLoader
Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload.
saveExtraChunkData(World, Chunk) - Method in interface net.minecraft.world.chunk.storage.IChunkLoader
Save extra data associated with this Chunk not normally saved during autosave, only during chunk unload.
saveExtraData() - Method in class net.minecraft.world.chunk.storage.AnvilChunkLoader
Save extra data not associated with any Chunk.
saveExtraData() - Method in interface net.minecraft.world.chunk.storage.IChunkLoader
Save extra data not associated with any Chunk.
SaveFormatComparator - Class in net.minecraft.world.storage
 
SaveFormatComparator(String, String, long, long, EnumGameType, boolean, boolean, boolean) - Constructor for class net.minecraft.world.storage.SaveFormatComparator
 
SaveFormatOld - Class in net.minecraft.world.storage
 
SaveFormatOld(File) - Constructor for class net.minecraft.world.storage.SaveFormatOld
 
SaveHandler - Class in net.minecraft.world.storage
 
SaveHandler(File, String, boolean) - Constructor for class net.minecraft.world.storage.SaveHandler
 
SaveHandlerMP - Class in net.minecraft.world.storage
 
SaveHandlerMP() - Constructor for class net.minecraft.world.storage.SaveHandlerMP
 
saveInventoryToNBT() - Method in class net.minecraft.inventory.InventoryEnderChest
 
saveOptions() - Method in class net.minecraft.client.settings.GameSettings
Saves the options to the options file.
saveProperties() - Method in interface net.minecraft.network.rcon.IServer
Saves all of the server properties to the properties file.
saveProperties() - Method in class net.minecraft.server.dedicated.DedicatedServer
Saves all of the server properties to the properties file.
saveProperties() - Method in class net.minecraft.server.dedicated.PropertyManager
Writes the properties to the properties file.
saveScreenshot(File, int, int) - Static method in class net.minecraft.util.ScreenShotHelper
Takes a screenshot and saves it to the screenshots directory.
saveServerList() - Method in class net.minecraft.client.multiplayer.ServerList
Runs getNBTCompound on each ServerData instance, puts everything into a "servers" NBT list and writes it to servers.dat.
saveToFile(File) - Method in class net.minecraft.crash.CrashReport
Saves the complete crash report to the given File.
saveToFile(boolean) - Method in class net.minecraft.server.management.BanList
par1: include header
saveToFileWithHeader() - Method in class net.minecraft.server.management.BanList
 
saveWorldInfo(WorldInfo) - Method in interface net.minecraft.world.storage.ISaveHandler
Saves the passed in world info.
saveWorldInfo(WorldInfo) - Method in class net.minecraft.world.storage.SaveHandler
Saves the passed in world info.
saveWorldInfo(WorldInfo) - Method in class net.minecraft.world.storage.SaveHandlerMP
Saves the passed in world info.
saveWorldInfo(WorldInfo) - Method in class net.minecraftforge.common.WorldSpecificSaveHandler
 
saveWorldInfoWithPlayer(WorldInfo, NBTTagCompound) - Method in class net.minecraft.world.chunk.storage.AnvilSaveHandler
Saves the given World Info with the given NBTTagCompound as the Player.
saveWorldInfoWithPlayer(WorldInfo, NBTTagCompound) - Method in interface net.minecraft.world.storage.ISaveHandler
Saves the given World Info with the given NBTTagCompound as the Player.
saveWorldInfoWithPlayer(WorldInfo, NBTTagCompound) - Method in class net.minecraft.world.storage.SaveHandler
Saves the given World Info with the given NBTTagCompound as the Player.
saveWorldInfoWithPlayer(WorldInfo, NBTTagCompound) - Method in class net.minecraft.world.storage.SaveHandlerMP
Saves the given World Info with the given NBTTagCompound as the Player.
saveWorldInfoWithPlayer(WorldInfo, NBTTagCompound) - Method in class net.minecraftforge.common.WorldSpecificSaveHandler
 
scale - Variable in class net.minecraft.world.storage.MapData
 
scale2x(BufferedImage) - Static method in class net.minecraft.src.ModTextureStatic
 
scaledHeadYaw - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
scaledPitch - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
ScaledResolution - Class in net.minecraft.client.gui
 
ScaledResolution(GameSettings, int, int) - Constructor for class net.minecraft.client.gui.ScaledResolution
 
scaledTessellator(int, int, int, int, int, int) - Method in class net.minecraft.client.Minecraft
Loads Tessellator with a scaled resolution
scaledX - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
scaledY - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
scaledYaw - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
scaledZ - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
scaleTextureFXData(byte[], ByteBuffer, int, int) - Method in class cpw.mods.fml.client.TextureFXManager
 
scheduleBlockUpdate(int, int, int, int, int) - Method in class net.minecraft.world.World
Schedules a tick to a block with a delay (Most commonly the tick rate)
scheduleBlockUpdate(int, int, int, int, int) - Method in class net.minecraft.world.WorldServer
Schedules a tick to a block with a delay (Most commonly the tick rate)
scheduleBlockUpdateFromLoad(int, int, int, int, int) - Method in class net.minecraft.world.World
Schedules a block update from the saved information in a chunk.
scheduleBlockUpdateFromLoad(int, int, int, int, int) - Method in class net.minecraft.world.WorldServer
Schedules a block update from the saved information in a chunk.
scheduledNow(long) - Method in class cpw.mods.fml.common.registry.TickRegistry.TickQueueElement
 
scheduledTime - Variable in class net.minecraft.world.NextTickListEntry
Time this tick is scheduled to occur at
scheduledUpdatesAreImmediate - Variable in class net.minecraft.world.World
boolean; if true updates scheduled by scheduleBlockUpdate happen immediately
scheduleTexturePackRefresh() - Method in class net.minecraft.client.Minecraft
Sets refreshTexturePacksScheduled to true, triggering a texture pack refresh next time the while(running) loop is run
ScreamTracker3 - Class in ibxm
 
ScreamTracker3() - Constructor for class ibxm.ScreamTracker3
 
ScreenChatOptions - Class in net.minecraft.client.gui
 
ScreenChatOptions(GuiScreen, GameSettings) - Constructor for class net.minecraft.client.gui.ScreenChatOptions
 
ScreenShotHelper - Class in net.minecraft.util
 
ScreenShotHelper() - Constructor for class net.minecraft.util.ScreenShotHelper
 
screenshots - Variable in class cpw.mods.fml.common.ModMetadata
 
scroll(int) - Method in class net.minecraft.client.gui.GuiNewChat
Scrolls the chat by the given number of lines.
searchForVersionProperties() - Method in class cpw.mods.fml.common.FMLModContainer
 
secondaryColor - Variable in class net.minecraft.entity.EntityEggInfo
Color of the egg spots
secondaryWeights - Variable in class net.minecraft.world.gen.structure.ComponentNetherBridgeStartPiece
Contains the list of valid piece weights for the secondary set of nether bridge structure pieces.
seed - Variable in class net.minecraftforge.event.terraingen.WorldTypeEvent.InitBiomeGens
 
seeds - Static variable in class net.minecraft.item.Item
 
seek(int) - Method in class ibxm.IBXM
 
selectBlocks(Random, int, int, int, boolean) - Method in class net.minecraft.world.gen.structure.StructurePieceBlockSelector
picks Block Ids and Metadata (Silverfish)
selectEntitiesWithinAABB(Class, AxisAlignedBB, IEntitySelector) - Method in class net.minecraft.world.World
 
selectModIndex(int) - Method in class cpw.mods.fml.client.GuiModList
 
selectWorld(int) - Method in class net.minecraft.client.gui.GuiSelectWorld
Gets the selected world.
sendChatMessage(String) - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Sends a chat message from the player.
sendChatToPlayer(String) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
 
sendChatToPlayer(String) - Method in class net.minecraft.client.entity.EntityPlayerSP
 
sendChatToPlayer(String) - Method in interface net.minecraft.command.ICommandSender
 
sendChatToPlayer(String) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
sendChatToPlayer(String) - Method in class net.minecraft.network.rcon.RConConsoleSource
 
sendChatToPlayer(String) - Method in class net.minecraft.server.MinecraftServer
 
sendChatToPlayer(String) - Method in class net.minecraft.tileentity.TileEntityCommandBlock
 
sendChunkUpdate() - Method in class net.minecraft.server.management.PlayerInstance
 
sendClientPacket(BaseModProxy, Packet250CustomPayload) - Method in class cpw.mods.fml.client.modloader.ModLoaderClientHelper
 
sendClientPacket(BaseModProxy, Packet250CustomPayload) - Method in interface cpw.mods.fml.common.modloader.IModLoaderSidedHelper
 
sendContainerAndContentsToPlayer(Container, List) - Method in class net.minecraft.client.gui.GuiRepair
 
sendContainerAndContentsToPlayer(Container, List) - Method in class net.minecraft.client.gui.inventory.CreativeCrafting
 
sendContainerAndContentsToPlayer(Container, List) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
sendContainerAndContentsToPlayer(Container, List) - Method in interface net.minecraft.inventory.ICrafting
 
sendContainerToPlayer(Container) - Method in class net.minecraft.entity.player.EntityPlayerMP
 
sendEnchantPacket(int, int) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
GuiEnchantment uses this during multiplayer to tell PlayerControllerMP to send a packet indicating the enchantment action the player has taken.
sender - Variable in class net.minecraft.command.ServerCommand
 
sender - Variable in class net.minecraftforge.event.CommandEvent
 
sendEventsToPlayers(List) - Method in class net.minecraft.entity.EntityTrackerEntry
 
sendLocationToAllClients(List) - Method in class net.minecraft.entity.EntityTrackerEntry
also sends velocity, rotation, and riding info.
sendMessage(String, String, NBTTagCompound) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendMessage(String, String, ItemStack) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendMessage(String, String, String) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendMotionUpdates() - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Send updated motion and position information to the server
sendPacket(Packet) - Method in class cpw.mods.fml.client.FMLClientHandler
 
sendPacket(Packet) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
sendPacket(Packet) - Method in class cpw.mods.fml.server.FMLServerHandler
 
sendPacket(Packet) - Static method in class net.minecraft.src.ModLoader
Send a packet from client to server
sendPacketToAllAround(double, double, double, double, int, Packet) - Static method in class cpw.mods.fml.common.network.PacketDispatcher
 
sendPacketToAllAssociatedPlayers(Entity, Packet) - Method in class net.minecraft.entity.EntityTracker
sends to the entity if the entity is a player
sendPacketToAllAssociatedPlayers(Packet) - Method in class net.minecraft.entity.EntityTrackerEntry
if this is a player, then it recieves the message also
sendPacketToAllInDimension(Packet, int) - Static method in class cpw.mods.fml.common.network.PacketDispatcher
 
sendPacketToAllPlayers(Packet) - Static method in class cpw.mods.fml.common.network.PacketDispatcher
 
sendPacketToAllPlayers(Packet) - Method in class net.minecraft.server.management.ServerConfigurationManager
sends a packet to all players
sendPacketToAllPlayersInDimension(Packet, int) - Method in class net.minecraft.server.management.ServerConfigurationManager
Sends a packet to all players in the specified Dimension
sendPacketToAllPlayersTrackingEntity(Entity, Packet) - Method in class net.minecraft.entity.EntityTracker
does not send the packet to the entity if the entity is a player
sendPacketToAllTrackingPlayers(Packet) - Method in class net.minecraft.entity.EntityTrackerEntry
if this is a player, then it is not informed
sendPacketToPlayer(Packet, Player) - Static method in class cpw.mods.fml.common.network.PacketDispatcher
 
sendPacketToPlayer(Packet) - Method in class net.minecraft.network.NetServerHandler
addToSendQueue.
sendPacketToServer(Packet) - Static method in class cpw.mods.fml.common.network.PacketDispatcher
 
sendPlayerAbilities() - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Sends the player's abilities to the server (if there is one).
sendPlayerAbilities() - Method in class net.minecraft.entity.player.EntityPlayer
Sends the player's abilities to the server (if there is one).
sendPlayerAbilities() - Method in class net.minecraft.entity.player.EntityPlayerMP
Sends the player's abilities to the server (if there is one).
sendPlayerInfoToAllPlayers() - Method in class net.minecraft.server.management.ServerConfigurationManager
sends 1 player per tick, but only sends a player once every 600 ticks
sendPost(URL, Map, boolean) - Static method in class net.minecraft.util.HttpUtil
Sends a HTTP POST request to the given URL with data from a map
sendPost(URL, String, boolean) - Static method in class net.minecraft.util.HttpUtil
Sends a HTTP POST request to the given URL with data from a string
sendProgressBarUpdate(Container, int, int) - Method in class net.minecraft.client.gui.GuiRepair
Sends two ints to the client-side Container.
sendProgressBarUpdate(Container, int, int) - Method in class net.minecraft.client.gui.inventory.CreativeCrafting
Sends two ints to the client-side Container.
sendProgressBarUpdate(Container, int, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Sends two ints to the client-side Container.
sendProgressBarUpdate(Container, int, int) - Method in interface net.minecraft.inventory.ICrafting
Sends two ints to the client-side Container.
sendQueue - Variable in class net.minecraft.client.entity.EntityClientPlayerMP
 
sendQuittingDisconnectingPacket() - Method in class net.minecraft.client.multiplayer.WorldClient
If on MP, sends a quitting packet.
sendQuittingDisconnectingPacket() - Method in class net.minecraft.world.World
 
sendRuntimeMessage(Object, String, String, NBTTagCompound) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendRuntimeMessage(Object, String, String, ItemStack) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendRuntimeMessage(Object, String, String, String) - Static method in class cpw.mods.fml.common.event.FMLInterModComms
 
sendSettingsToServer() - Method in class net.minecraft.client.settings.GameSettings
Send a client info packet with settings information to the server
sendSlotContents(Container, int, ItemStack) - Method in class net.minecraft.client.gui.GuiRepair
Sends the contents of an inventory slot to the client-side Container.
sendSlotContents(Container, int, ItemStack) - Method in class net.minecraft.client.gui.inventory.CreativeCrafting
Sends the contents of an inventory slot to the client-side Container.
sendSlotContents(Container, int, ItemStack) - Method in class net.minecraft.entity.player.EntityPlayerMP
Sends the contents of an inventory slot to the client-side Container.
sendSlotContents(Container, int, ItemStack) - Method in interface net.minecraft.inventory.ICrafting
Sends the contents of an inventory slot to the client-side Container.
sendSlotPacket(ItemStack, int) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
Used in PlayerControllerMP to update the server with an ItemStack in a slot.
sendsVelocityUpdates() - Method in class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
sendThisChunkToPlayer(EntityPlayerMP) - Method in class net.minecraft.server.management.PlayerInstance
 
sendToAllNear(double, double, double, double, int, Packet) - Method in class net.minecraft.server.management.ServerConfigurationManager
params: x,y,z,d,dimension.
sendToAllNearExcept(EntityPlayer, double, double, double, double, int, Packet) - Method in class net.minecraft.server.management.ServerConfigurationManager
params: srcPlayer,x,y,z,d,dimension.
sendToAllPlayersWatchingChunk(Packet) - Method in class net.minecraft.server.management.PlayerInstance
 
sendToTable(ASMDataTable, ModCandidate) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
sendUseItem(EntityPlayer, World, ItemStack) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
Notifies the server of things like consuming food, etc...
sentID - Static variable in class net.minecraft.network.packet.Packet
Assumed to be sequential by the profiler.
sentPacketCountArray - Variable in class net.minecraft.server.MinecraftServer
 
sentPacketSizeArray - Variable in class net.minecraft.server.MinecraftServer
 
sentSize - Static variable in class net.minecraft.network.packet.Packet
 
ServerAddress - Class in net.minecraft.client.multiplayer
 
serverChat(NetServerHandler, String) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
serverChat(NetHandler, Packet3Chat) - Method in class cpw.mods.fml.common.modloader.ModLoaderChatListener
 
serverChat(NetHandler, Packet3Chat) - Method in interface cpw.mods.fml.common.network.IChatListener
Called when there is a chat message received on the server
serverChat(NetServerHandler, String) - Method in class net.minecraft.src.BaseMod
Called when a chat message is received.
serverChat(String) - Static method in class net.minecraft.src.ModLoader
Deprecated. 
ServerChatEvent - Class in net.minecraftforge.event
 
ServerChatEvent(EntityPlayerMP, String, String) - Constructor for class net.minecraftforge.event.ServerChatEvent
 
ServerCommand - Class in net.minecraft.command
 
ServerCommand(String, ICommandSender) - Constructor for class net.minecraft.command.ServerCommand
 
ServerCommandManager - Class in net.minecraft.command
 
ServerCommandManager() - Constructor for class net.minecraft.command.ServerCommandManager
 
ServerConfigurationManager - Class in net.minecraft.server.management
 
ServerConfigurationManager(MinecraftServer) - Constructor for class net.minecraft.server.management.ServerConfigurationManager
 
serverConnect(NetHandler) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
serverConnect(NetHandler) - Method in class net.minecraft.src.BaseMod
 
serverCustomPayload(NetServerHandler, Packet250CustomPayload) - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
serverCustomPayload(NetServerHandler, Packet250CustomPayload) - Method in class net.minecraft.src.BaseMod
 
ServerData - Class in net.minecraft.client.multiplayer
 
ServerData(String, String) - Constructor for class net.minecraft.client.multiplayer.ServerData
 
serverDisconnect() - Method in interface cpw.mods.fml.common.modloader.BaseModProxy
 
serverDisconnect() - Method in class net.minecraft.src.BaseMod
 
ServerGUI - Class in net.minecraft.server.gui
 
ServerGUI(DedicatedServer) - Constructor for class net.minecraft.server.gui.ServerGUI
 
serverIP - Variable in class net.minecraft.client.multiplayer.ServerData
 
serverIsInRunLoop() - Method in class net.minecraft.server.MinecraftServer
 
ServerList - Class in net.minecraft.client.multiplayer
 
ServerList(Minecraft) - Constructor for class net.minecraft.client.multiplayer.ServerList
 
ServerListenThread - Class in net.minecraft.server
 
ServerListenThread(NetworkListenThread, InetAddress, int) - Constructor for class net.minecraft.server.ServerListenThread
 
serverLogin(NetClientHandler, Packet1Login) - Static method in class net.minecraft.src.ModLoader
Deprecated. 
serverMOTD - Variable in class net.minecraft.client.multiplayer.ServerData
(better variable name would be 'hostname') server name as displayed in the server browser's second line (grey text)
serverName - Variable in class net.minecraft.client.multiplayer.ServerData
 
serverOpenWindow(EntityPlayerMP, Container, int, int, int, int) - Static method in class net.minecraft.src.ModLoader
 
serverPosX - Variable in class net.minecraft.entity.Entity
 
serverPosY - Variable in class net.minecraft.entity.Entity
 
serverPosZ - Variable in class net.minecraft.entity.Entity
 
serverSendPacket(NetServerHandler, Packet) - Static method in class net.minecraft.src.ModLoader
 
serverShutdown() - Method in interface net.minecraft.network.INetworkManager
Shuts down the server.
serverShutdown() - Method in class net.minecraft.network.MemoryConnection
Shuts down the server.
serverShutdown() - Method in class net.minecraft.network.TcpConnection
Shuts down the server.
serverStarted() - Method in class cpw.mods.fml.common.Loader
 
serverStarting(Object) - Method in class cpw.mods.fml.common.Loader
 
serverStarting(FMLServerStartingEvent) - Method in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
serverStopped() - Method in class cpw.mods.fml.common.Loader
 
serverStopping() - Method in class cpw.mods.fml.common.Loader
 
serverTextures - Variable in class net.minecraft.client.settings.GameSettings
 
serverUpdateMountedMovingPlayer(EntityPlayerMP) - Method in class net.minecraft.server.management.ServerConfigurationManager
using player's dimension, update their movement when in a vehicle (e.g.
serverX - Variable in class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
serverY - Variable in class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
serverZ - Variable in class cpw.mods.fml.common.network.EntitySpawnAdjustmentPacket
 
session - Variable in class net.minecraft.client.Minecraft
 
Session - Class in net.minecraft.util
 
Session(String, String) - Constructor for class net.minecraft.util.Session
 
sessionId - Variable in class net.minecraft.util.Session
 
set(World) - Method in class net.minecraft.client.renderer.entity.RenderManager
World sets this RenderManager's worldObj to the world provided
set(int, int, int) - Method in class net.minecraft.util.ChunkCoordinates
 
set(int, int, int, int) - Method in class net.minecraft.world.chunk.NibbleArray
Arguments are x, y, z, val.
set(String, Property) - Method in class net.minecraftforge.common.ConfigCategory
 
set_initial_panning(int, int) - Method in class ibxm.Module
 
set_instrument(int, Instrument) - Method in class ibxm.Module
 
set_key_to_sample(int, int) - Method in class ibxm.Instrument
 
set_loop(boolean) - Method in class ibxm.Player
If loop is true, playback will continue indefinitely, otherwise the module will play through once and stop.
set_loop_points(int, int) - Method in class ibxm.Envelope
 
set_module(Module) - Method in class ibxm.IBXM
 
set_module(Module) - Method in class ibxm.Player
Set the Module instance to be played.
set_num_channels(int) - Method in class ibxm.Module
 
set_num_instruments(int) - Method in class ibxm.Module
 
set_num_patterns(int) - Method in class ibxm.Module
 
set_num_points(int) - Method in class ibxm.Envelope
 
set_num_samples(int) - Method in class ibxm.Instrument
 
set_panning(int) - Method in class ibxm.Channel
 
set_panning - Variable in class ibxm.Sample
 
set_panning_envelope(Envelope) - Method in class ibxm.Instrument
 
set_pattern(int, Pattern) - Method in class ibxm.Module
 
set_pattern_data(byte[]) - Method in class ibxm.Pattern
 
set_point(int, int, int, boolean) - Method in class ibxm.Envelope
 
set_resampling_quality(int) - Method in class ibxm.IBXM
 
set_sample(int, Sample) - Method in class ibxm.Instrument
 
set_sample_data(short[], int, int, boolean) - Method in class ibxm.Sample
 
set_sequence(int, int) - Method in class ibxm.Module
 
set_sequence_index(int, int) - Method in class ibxm.IBXM
 
set_sequence_length(int) - Method in class ibxm.Module
 
set_sustain_point(int) - Method in class ibxm.Envelope
 
set_volume(int) - Method in class ibxm.Channel
 
set_volume_envelope(Envelope) - Method in class ibxm.Instrument
 
setAcceptsTextures(boolean) - Method in class net.minecraft.client.multiplayer.ServerData
 
setActiveTexture(int) - Static method in class net.minecraft.client.renderer.OpenGlHelper
Sets the current lightmap texture to the specified OpenGL constant
setAdditionalProperties(Map<String, NBTBase>) - Method in class net.minecraft.world.storage.WorldInfo
Allow access to additional mod specific world based properties Used by FML to store mod list associated with a world, and maybe an id map Used by Forge to store the dimensions available to a world
setAdminCommander(IAdminCommand) - Static method in class net.minecraft.command.CommandBase
Sets the static IAdminCommander.
setAggressive(boolean) - Method in class net.minecraft.entity.monster.EntityWitch
Set whether this witch is aggressive at an entity.
setAIMoveSpeed(float) - Method in class net.minecraft.entity.EntityLiving
set the movespeed used for the new AI system
setAir(int) - Method in class net.minecraft.entity.Entity
 
setAllowedSpawnTypes(boolean, boolean) - Method in class net.minecraft.world.World
Set which types of mobs are allowed to spawn (peaceful vs hostile).
setAllowedSpawnTypes(boolean, boolean) - Method in class net.minecraft.world.WorldProvider
 
setAllowFlight(boolean) - Method in class net.minecraft.server.MinecraftServer
 
setAllowFlying(boolean) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
 
setAllowPvp(boolean) - Method in class net.minecraft.server.MinecraftServer
 
setAlphaF(float) - Method in class net.minecraft.client.particle.EntityFX
Sets the particle alpha (float)
setAlwaysEdible() - Method in class net.minecraft.item.ItemFood
Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
setAngles(float, float) - Method in class net.minecraft.entity.Entity
 
setAngry(boolean) - Method in class net.minecraft.entity.passive.EntityWolf
Sets whether this wolf is angry or not.
setArrowCountInEntity(int) - Method in class net.minecraft.entity.EntityLiving
sets the amount of arrows stuck in the entity.
setAssociatedChest(TileEntityEnderChest) - Method in class net.minecraft.inventory.InventoryEnderChest
 
setAttackTarget(EntityLiving) - Method in class net.minecraft.entity.EntityLiving
Sets the active target the Task system uses for tracking
setAttackTarget(EntityLiving) - Method in class net.minecraft.entity.passive.EntityWolf
Sets the active target the Task system uses for tracking
setAvoidSun(boolean) - Method in class net.minecraft.pathfinding.PathNavigate
Sets if the path should avoid sunlight
setAvoidsWater(boolean) - Method in class net.minecraft.pathfinding.PathNavigate
 
setBackgroundIconIndex(int) - Method in class net.minecraft.inventory.Slot
Sets which icon index to use as the background image of the slot when it's empty.
setBackgroundIconTexture(String) - Method in class net.minecraft.inventory.Slot
Sets the texture file to use for the background image of the slot when it's empty.
setBackgroundImageName(String) - Method in class net.minecraft.creativetab.CreativeTabs
 
setBanEndDate(Date) - Method in class net.minecraft.server.management.BanEntry
 
setBannedBy(String) - Method in class net.minecraft.server.management.BanEntry
 
setBanReason(String) - Method in class net.minecraft.server.management.BanEntry
 
setBanStartDate(Date) - Method in class net.minecraft.server.management.BanEntry
null == start ban now
setBaseMod(BaseModProxy) - Method in class cpw.mods.fml.common.modloader.ModLoaderNetworkHandler
 
setBaseModProperties(String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
setBaseSpellTextureIndex(int) - Method in class net.minecraft.client.particle.EntitySpellParticleFX
Sets the base spell texture index
setBB(AxisAlignedBB) - Method in class net.minecraft.util.AxisAlignedBB
Sets the bounding box to the same bounds as the bounding box passed in.
setBedOccupied(World, int, int, int, EntityPlayer, boolean) - Method in class net.minecraft.block.Block
Called when a user either starts or stops sleeping in the bed.
setBedOccupied(World, int, int, int, boolean) - Static method in class net.minecraft.block.BlockBed
Sets whether or not the bed is occupied.
setBesideClimbableBlock(boolean) - Method in class net.minecraft.entity.monster.EntitySpider
Updates the WatchableObject (Byte) created in entityInit(), setting it to 0x01 if par1 is true or 0x00 if it is false.
setBidiFlag(boolean) - Method in class net.minecraft.client.gui.FontRenderer
Set bidiFlag to control if the Unicode Bidirectional Algorithm should be run before rendering any string.
setBiome(int) - Method in class net.minecraft.world.gen.FlatGeneratorInfo
Set the biome used on this preset.
setBiomeArray(byte[]) - Method in class net.minecraft.world.chunk.Chunk
Accepts a 256-entry array that contains a 16x16 mapping on the X/Z plane of block positions in this Chunk to biome IDs.
setBiomeName(String) - Method in class net.minecraft.world.biome.BiomeGenBase
 
setBlock(int, int, int, int) - Method in class net.minecraft.world.World
Sets the block to the specified blockID at the block coordinates Args x, y, z, blockID
setBlockAndMetadata(int, int, int, int, int) - Method in class net.minecraft.world.World
Sets the block ID and metadata of a block in global coordinates
setBlockAndMetadataAndInvalidate(int, int, int, int, int) - Method in class net.minecraft.client.multiplayer.WorldClient
 
setBlockAndMetadataWithNotify(int, int, int, int, int) - Method in class net.minecraft.world.World
Sets the block ID and metadata, then notifies neighboring blocks of the change Params: x, y, z, BlockID, Metadata
setBlockAndMetadataWithUpdate(int, int, int, int, int, boolean) - Method in class net.minecraft.world.World
Sets the block ID and metadata of a block, optionally marking it as needing update.
setBlockBounds(float, float, float, float, float, float) - Method in class net.minecraft.block.Block
Sets the bounds of the block.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.Block
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockAnvil
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockBed
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockButton
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockCake
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockChest
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockCocoa
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockDoor
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockEndPortal
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockFence
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockFenceGate
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockHalfSlab
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockLadder
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockLever
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPane
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPistonBase
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPistonExtension
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPistonMoving
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPortal
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockPressurePlate
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockRail
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockSign
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockSkull
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockSnow
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockStairs
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockStem
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockTrapDoor
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockTripWire
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockTripWireSource
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockVine
Updates the blocks bounds based on its current state.
setBlockBoundsBasedOnState(IBlockAccess, int, int, int) - Method in class net.minecraft.block.BlockWall
Updates the blocks bounds based on its current state.
setBlockBoundsForBlockRender(int) - Method in class net.minecraft.block.BlockTrapDoor
 
setBlockBoundsForItemRender() - Method in class net.minecraft.block.Block
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockBrewingStand
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockButton
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockCake
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockCauldron
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockEndPortalFrame
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockFlowerPot
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockHalfSlab
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockPane
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockPistonBase
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockPressurePlate
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockStem
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockTrapDoor
Sets the block's bounds for rendering it as an item
setBlockBoundsForItemRender() - Method in class net.minecraft.block.BlockVine
Sets the block's bounds for rendering it as an item
setBlockHarvestLevel(Block, int, String, int) - Static method in class net.minecraftforge.common.MinecraftForge
Register a block to be harvested by a tool class.
setBlockHarvestLevel(Block, String, int) - Static method in class net.minecraftforge.common.MinecraftForge
Register a block to be harvested by a tool class.
setBlockID(int, int, int, int) - Method in class net.minecraft.world.chunk.Chunk
Sets a blockID for a position in the chunk.
setBlockID(int, int, int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
Sets a blockID for a position in the chunk.
setBlockIDWithMetadata(int, int, int, int, int) - Method in class net.minecraft.world.chunk.Chunk
Sets a blockID of a position within a chunk with metadata.
setBlockIDWithMetadata(int, int, int, int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
Sets a blockID of a position within a chunk with metadata.
setBlocklightArray(NibbleArray) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the NibbleArray instance used for Block-light values in this particular storage block.
setBlockLSBArray(byte[]) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the array of block ID least significant bits for this ExtendedBlockStorage.
setBlockMetadata(int, int, int, int) - Method in class net.minecraft.world.chunk.Chunk
Set the metadata of a block in the chunk
setBlockMetadata(int, int, int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
Set the metadata of a block in the chunk
setBlockMetadata(int, int, int, int) - Method in class net.minecraft.world.World
Set the metadata of a block in global coordinates
setBlockMetadataArray(NibbleArray) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
setBlockMetadataWithNotify(int, int, int, int) - Method in class net.minecraft.world.World
Sets the blocks metadata and if set will then notify blocks that this block changed.
setBlockMSBArray(NibbleArray) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
setBlockName(String) - Method in class net.minecraft.block.Block
set name of block from language file
setBlockNames(String[]) - Method in class net.minecraft.item.ItemColored
Sets the array of strings to be used for name lookups from item damage to metadata
setBlockReachDistance(double) - Method in class net.minecraft.item.ItemInWorldManager
 
setBlockTileEntity(int, int, int, TileEntity) - Method in class net.minecraft.world.World
Sets the TileEntity for a given block in X, Y, Z coordinates
setBlockUnbreakable() - Method in class net.minecraft.block.Block
This method will make the hardness of the block equals to -1, and the block is indestructible.
setBlockWithNotify(int, int, int, int) - Method in class net.minecraft.world.World
Sets a block and notifies relevant systems with the block change Args: x, y, z, blockID
setBoolean(String, boolean) - Method in class net.minecraft.nbt.NBTTagCompound
Stores the given boolean value as a NBTTagByte, storing 1 for true and 0 for false, using the given string key.
setBounds(double, double, double, double, double, double) - Method in class net.minecraft.util.AxisAlignedBB
Sets the bounds of the bounding box.
setBreakDoors(boolean) - Method in class net.minecraft.pathfinding.PathNavigate
 
setBrewTime(int) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
 
setBrightness(int) - Method in class net.minecraft.client.renderer.Tessellator
 
setBuildLimit(int) - Method in class net.minecraft.server.MinecraftServer
 
setBurnProperties(int, int, int) - Static method in class net.minecraft.block.Block
Called by BlockFire to setup the burn values of vanilla blocks.
setByte(String, byte) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagByte with the given byte value into the map with the given string key.
setByteArray(String, byte[]) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagByteArray with the given array as data into the map with the given string key.
setCanceled(boolean) - Method in class net.minecraftforge.event.entity.player.PlayerInteractEvent
 
setCanceled(boolean) - Method in class net.minecraftforge.event.Event
Sets the state of this event, not all events are cancelable, and any attempt to cancel a event that can't be will result in a IllegalArgumentException.
setCanLoseFocus(boolean) - Method in class net.minecraft.client.gui.GuiTextField
if true the textbox can lose focus by clicking elsewhere on the screen
setCanSpawnAnimals(boolean) - Method in class net.minecraft.server.MinecraftServer
 
setCanSpawnNPCs(boolean) - Method in class net.minecraft.server.MinecraftServer
 
setCanSwim(boolean) - Method in class net.minecraft.pathfinding.PathNavigate
Sets if the entity can swim
setCanUseRail(boolean) - Method in class net.minecraft.entity.item.EntityMinecart
Set whether the minecart can use rails.
setCapacity(int) - Method in class net.minecraftforge.liquids.LiquidTank
 
setCarried(int) - Method in class net.minecraft.entity.monster.EntityEnderman
Set the id of the block an enderman carries
setCarryingData(int) - Method in class net.minecraft.entity.monster.EntityEnderman
Set the metadata of the block an enderman carries
setChild(boolean) - Method in class net.minecraft.entity.monster.EntityZombie
Set whether this zombie is a child.
setChunkBlockTileEntity(int, int, int, TileEntity) - Method in class net.minecraft.world.chunk.Chunk
Sets the TileEntity for a given block in this chunk
setChunkBlockTileEntity(int, int, int, TileEntity) - Method in class net.minecraft.world.chunk.EmptyChunk
Sets the TileEntity for a given block in this chunk
setChunkListDepth(int) - Method in class net.minecraftforge.common.ForgeChunkManager.Ticket
The chunk list depth can be manipulated up to the maximal grant allowed for the mod.
setChunkModified() - Method in class net.minecraft.world.chunk.Chunk
Sets the isModified flag for this Chunk
setChunkModified() - Method in class net.minecraft.world.chunk.EmptyChunk
Sets the isModified flag for this Chunk
setClientActiveTexture(int) - Static method in class net.minecraft.client.renderer.OpenGlHelper
Sets the current lightmap texture to the specified OpenGL constant
setClientCompatibilityLevel(byte) - Method in class cpw.mods.fml.client.FMLClientHandler
 
setClientCompatibilityLevel(byte) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
setClientCompatibilityLevel(byte) - Method in class cpw.mods.fml.server.FMLServerHandler
 
setClipboardString(String) - Static method in class net.minecraft.client.gui.GuiScreen
store a string in the system clipboard
setCloudRenderer(IRenderHandler) - Method in class net.minecraft.world.WorldProvider
 
setCloudUpdateTick(int) - Method in class net.minecraft.client.renderer.DestroyBlockProgress
saves the current Cloud update tick into the PartiallyDestroyedBlock
setCollarColor(int) - Method in class net.minecraft.entity.passive.EntityWolf
Set this wolf's collar color.
setCollisionHandler(IMinecartCollisionHandler) - Static method in class net.minecraft.entity.item.EntityMinecart
Sets the global Minecart Collision handler, overwrites any that is currently set.
setColor(int) - Method in class net.minecraft.world.biome.BiomeGenBase
 
setColorOpaque(int, int, int) - Method in class net.minecraft.client.renderer.Tessellator
Sets the RGB values as specified, and sets alpha to opaque.
setColorOpaque_F(float, float, float) - Method in class net.minecraft.client.renderer.Tessellator
Sets the RGB values as specified, converting from floats between 0 and 1 to integers from 0-255.
setColorOpaque_I(int) - Method in class net.minecraft.client.renderer.Tessellator
Sets the color to the given opaque value (stored as byte values packed in an integer).
setColorRGBA(int, int, int, int) - Method in class net.minecraft.client.renderer.Tessellator
Sets the RGBA values for the color.
setColorRGBA_F(float, float, float, float) - Method in class net.minecraft.client.renderer.Tessellator
Sets the RGBA values for the color, converting from floats between 0 and 1 to integers from 0-255.
setColorRGBA_I(int, int) - Method in class net.minecraft.client.renderer.Tessellator
Sets the color to the given color (packed as bytes in integer) and alpha values.
setColumnDirty(int, int, int) - Method in class net.minecraft.world.storage.MapData
Marks a vertical range of pixels as being modified so they will be resent to clients.
setCommand(String) - Method in class net.minecraft.tileentity.TileEntityCommandBlock
Sets the command this block will execute when powered.
setCommandsAllowedForAll(boolean) - Method in class net.minecraft.server.management.ServerConfigurationManager
 
setComment(String) - Method in class net.minecraftforge.common.ConfigCategory
 
setCompoundTag(String, NBTTagCompound) - Method in class net.minecraft.nbt.NBTTagCompound
Stores the given NBTTagCompound into the map with the given string key.
setConfigurationManager(ServerConfigurationManager) - Method in class net.minecraft.server.MinecraftServer
 
setConnectionCompatibilityLevel(byte) - Static method in class net.minecraft.client.multiplayer.NetClientHandler
 
setContainerItem(Item) - Method in class net.minecraft.item.Item
 
setCreativeMode(boolean) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
 
setCreativeTab(CreativeTabs) - Method in class net.minecraft.block.Block
Sets the CreativeTab to display this block on.
setCreativeTab(CreativeTabs) - Method in class net.minecraft.item.Item
returns this;
setCreeperState(int) - Method in class net.minecraft.entity.monster.EntityCreeper
Sets the state of creeper, -1 to idle and 1 to be 'in fuse'
setCurativeItems(List<ItemStack>) - Method in class net.minecraft.potion.PotionEffect
Sets the array of curative items for the potion effect
setCurrentItem(int, int, boolean, boolean) - Method in class net.minecraft.entity.player.InventoryPlayer
 
setCurrentItemOrArmor(int, ItemStack) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
Sets the held item, or an armor slot.
setCurrentItemOrArmor(int, ItemStack) - Method in class net.minecraft.entity.Entity
Sets the held item, or an armor slot.
setCurrentItemOrArmor(int, ItemStack) - Method in class net.minecraft.entity.EntityLiving
Sets the held item, or an armor slot.
setCurrentItemOrArmor(int, ItemStack) - Method in class net.minecraft.entity.monster.EntitySkeleton
Sets the held item, or an armor slot.
setCurrentItemOrArmor(int, ItemStack) - Method in class net.minecraft.entity.player.EntityPlayer
Sets the held item, or an armor slot.
setCurrentPathIndex(int) - Method in class net.minecraft.pathfinding.PathEntity
 
setCurrentPathLength(int) - Method in class net.minecraft.pathfinding.PathEntity
 
setCurrentRecipeIndex(int) - Method in class net.minecraft.inventory.ContainerMerchant
 
setCurrentRecipeIndex(int) - Method in class net.minecraft.inventory.InventoryMerchant
 
setCursorPosition(int) - Method in class net.minecraft.client.gui.GuiTextField
sets the position of the cursor to the provided index
setCursorPositionEnd() - Method in class net.minecraft.client.gui.GuiTextField
sets the cursors position to after the text
setCursorPositionZero() - Method in class net.minecraft.client.gui.GuiTextField
sets the cursors position to the beginning
setCustomer(EntityPlayer) - Method in interface net.minecraft.entity.IMerchant
 
setCustomer(EntityPlayer) - Method in class net.minecraft.entity.NpcMerchant
 
setCustomer(EntityPlayer) - Method in class net.minecraft.entity.passive.EntityVillager
 
setCustomSpawning(Function<EntitySpawnPacket, Entity>, boolean) - Method in class cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration
 
setDamage(int) - Method in class net.minecraft.entity.item.EntityMinecart
Sets the current amount of damage the minecart has taken.
setDamage(double) - Method in class net.minecraft.entity.projectile.EntityArrow
 
setDamageTaken(int) - Method in class net.minecraft.entity.item.EntityBoat
Sets the damage taken from the last hit.
setData(String, WorldSavedData) - Method in class net.minecraft.world.storage.MapStorage
Assigns the given String id to the given MapDataBase, removing any existing ones of the same id.
setDead() - Method in class net.minecraft.client.gui.Particle
 
setDead() - Method in class net.minecraft.entity.Entity
Will get destroyed next tick.
setDead() - Method in class net.minecraft.entity.item.EntityMinecart
Will get destroyed next tick.
setDead() - Method in class net.minecraft.entity.monster.EntitySlime
Will get destroyed next tick.
setDead() - Method in class net.minecraft.entity.player.EntityPlayer
Will get destroyed next tick.
setDead() - Method in class net.minecraft.entity.projectile.EntityFishHook
Will get destroyed next tick.
setDemo(boolean) - Method in class net.minecraft.server.MinecraftServer
Sets whether this is a demo or not.
setDifficultyForAllWorlds(int) - Method in class net.minecraft.server.MinecraftServer
 
setDifficultyScaled() - Method in class net.minecraft.util.DamageSource
Set whether this damage source will have its damage amount scaled based on the current difficulty.
setDimension(int) - Method in class net.minecraft.world.WorldProvider
Sets the providers current dimension ID, used in default getSaveFolder() Added to allow default providers to be registered for multiple dimensions.
setDimensionAndSpawnPlayer(int) - Method in class net.minecraft.client.Minecraft
 
setDirection(int) - Method in class net.minecraft.entity.EntityHanging
 
setDirty(boolean) - Method in class net.minecraft.world.WorldSavedData
Sets the dirty state of this MapDataBase, whether it needs saving to disk.
setDisableDamage(boolean) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
Sets whether damage is disabled or not.
setDisableRain() - Method in class net.minecraft.world.biome.BiomeGenBase
Disable the rain for the biome.
setDisplayedItem(ItemStack) - Method in class net.minecraft.entity.item.EntityItemFrame
 
setDontDraw() - Method in class net.minecraft.client.renderer.WorldRenderer
When called this renderer won't draw anymore until its gets initialized again
setDouble(String, double) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagDouble with the given double value into the map with the given string key.
setDragAir(double) - Method in class net.minecraft.entity.item.EntityMinecart
 
setDungeonLootTries(int) - Static method in class net.minecraftforge.common.DungeonHooks
Deprecated. 
setEating(boolean) - Method in class net.minecraft.entity.Entity
 
setEditable(boolean) - Method in class net.minecraft.tileentity.TileEntitySign
 
setEnableBackgroundDrawing(boolean) - Method in class net.minecraft.client.gui.GuiTextField
enable drawing background and outline
setEnabledState(boolean) - Method in class cpw.mods.fml.common.DummyModContainer
 
setEnabledState(boolean) - Method in class cpw.mods.fml.common.FMLModContainer
 
setEnabledState(boolean) - Method in class cpw.mods.fml.common.InjectedModContainer
 
setEnabledState(boolean) - Method in interface cpw.mods.fml.common.ModContainer
Set the enabled/disabled state of this mod
setEnabledState(boolean) - Method in class cpw.mods.fml.common.modloader.ModLoaderModContainer
 
setEnableSnow() - Method in class net.minecraft.world.biome.BiomeGenBase
sets enableSnow to true during biome initialization.
setEnchantments(Map, ItemStack) - Static method in class net.minecraft.enchantment.EnchantmentHelper
Set the enchantments for the specified stack.
setEnterDoors(boolean) - Method in class net.minecraft.pathfinding.PathNavigate
Sets if the entity can enter open doors
setEntityDead(Entity) - Method in class net.minecraft.client.multiplayer.WorldClient
Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list.
setEntityDead(Entity) - Method in class net.minecraft.world.World
Dismounts the entity (and anything riding the entity), sets the dead flag, and removes the player entity from the player entity list.
setEntityHealth(int) - Method in class net.minecraft.entity.EntityLiving
 
setEntitySoundPitch(Entity, float) - Method in class net.minecraft.client.audio.SoundManager
Sets the pitch of the sound associated with the given entity, if one is playing.
setEntitySoundVolume(Entity, float) - Method in class net.minecraft.client.audio.SoundManager
Sets the volume of the sound associated with the given entity, if one is playing.
setEntityState(Entity, byte) - Method in class net.minecraft.world.World
sends a Packet 38 (Entity Status) to all tracked players of that entity
setEntityState(Entity, byte) - Method in class net.minecraft.world.WorldServer
sends a Packet 38 (Entity Status) to all tracked players of that entity
setErrored(boolean) - Method in class cpw.mods.fml.client.FMLTextureFX
 
setErrored(boolean) - Method in interface cpw.mods.fml.client.ITextureFX
 
setExtBlockID(int, int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the extended block ID for a location in a chunk, splitting bits 11..8 into a NibbleArray and bits 7..0 into a byte array.
setExtBlocklightValue(int, int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the saved Block-light value in the extended block storage structure.
setExtBlockMetadata(int, int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the metadata of the Block at the given coordinates in this ExtendedBlockStorage to the given metadata.
setExtSkylightValue(int, int, int, int) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the saved Sky-light value in the extended block storage structure.
setFailsafeFieldValue(Field, Object, Object) - Static method in class net.minecraftforge.common.EnumHelper
 
setFire(int) - Method in class net.minecraft.entity.Entity
Sets entity to burn for x amount of seconds, cannot lower amount of existing fire.
setFlatGeneratorInfo(String) - Method in class net.minecraft.client.gui.GuiCreateFlatWorld
 
setFleeceColor(int) - Method in class net.minecraft.entity.passive.EntitySheep
 
setFloat(String, float) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagFloat with the given float value into the map with the given string key.
setFlying(boolean) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
Sets whether we're currently flying or not.
setFlySpeed(float) - Method in class net.minecraft.entity.player.PlayerCapabilities
 
setFlySpeed(float) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
Sets the flying speed.
setFocused(boolean) - Method in class net.minecraft.client.gui.GuiTextField
setter for the focused field
setFolderName(String) - Method in class net.minecraft.server.MinecraftServer
 
setFoliageBiomeColorizer(int[]) - Static method in class net.minecraft.world.ColorizerFoliage
 
setFoodLevel(int) - Method in class net.minecraft.util.FoodStats
 
setFoodSaturationLevel(float) - Method in class net.minecraft.util.FoodStats
 
setForcedChunkLoadingCallback(Object, ForgeChunkManager.LoadingCallback) - Static method in class net.minecraftforge.common.ForgeChunkManager
Set a chunkloading callback for the supplied mod object
setForwardDirection(int) - Method in class net.minecraft.entity.item.EntityBoat
Sets the forward direction of the entity.
setFull3D() - Method in class net.minecraft.item.Item
Sets bFull3D to True and return the object.
setGamePaused(boolean) - Method in class net.minecraft.network.MemoryConnection
 
setGameType(EnumGameType) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
Sets the game type for the player.
setGameType(EnumGameType) - Method in class net.minecraft.entity.player.EntityPlayer
Sets the player's game mode and sends it to them.
setGameType(EnumGameType) - Method in class net.minecraft.entity.player.EntityPlayerMP
Sets the player's game mode and sends it to them.
setGameType(EnumGameType) - Method in class net.minecraft.item.ItemInWorldManager
 
setGameType(EnumGameType) - Method in class net.minecraft.server.integrated.IntegratedServer
Sets the game type for all worlds.
setGameType(EnumGameType) - Method in class net.minecraft.server.management.ServerConfigurationManager
 
setGameType(EnumGameType) - Method in class net.minecraft.server.MinecraftServer
Sets the game type for all worlds.
setGameType(EnumGameType) - Method in class net.minecraft.world.storage.WorldInfo
Sets the GameType.
setGraphicsLevel(boolean) - Method in class net.minecraft.block.BlockLeaves
 
setGrassBiomeColorizer(int[]) - Static method in class net.minecraft.world.ColorizerGrass
 
setGrowingAge(int) - Method in class net.minecraft.entity.EntityAgeable
The age value may be negative or positive or zero.
setHardness(float) - Method in class net.minecraft.block.Block
Sets how many hits it takes to break a block.
setHasActivePotion(boolean) - Method in class net.minecraft.entity.Entity
 
setHeadRotationYaw(float) - Method in class net.minecraft.entity.Entity
 
setHeadRotationYaw(float) - Method in class net.minecraft.entity.EntityLiving
 
setHeadTexture(int) - Method in class net.minecraft.block.BlockPistonExtension
 
setHealth(int) - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Updates health locally.
setHealth(int) - Method in class net.minecraft.client.entity.EntityPlayerSP
Updates health locally.
setHideAddress(boolean) - Method in class net.minecraft.client.multiplayer.ServerData
 
setHoldingRose(boolean) - Method in class net.minecraft.entity.monster.EntityIronGolem
 
setHomeArea(int, int, int, int) - Method in class net.minecraft.entity.EntityLiving
 
setHostname(String) - Method in class net.minecraft.server.MinecraftServer
 
setIconCoord(int, int) - Method in class net.minecraft.item.Item
 
setIconIndex(int) - Method in class net.minecraft.item.Item
Sets the icon index for this item.
setIndependent() - Method in class net.minecraft.stats.Achievement
Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
setIngameFocus() - Method in class net.minecraft.client.Minecraft
Will set the focus to ingame if the Minecraft window is the active with focus.
setInGameHook(BaseMod, boolean, boolean) - Static method in class net.minecraft.src.ModLoader
Indicate that you want to receive ticks
setIngameNotInFocus() - Method in class net.minecraft.client.Minecraft
Resets the player keystate, disables the ingame focus, and ungrabs the mouse cursor.
setInGUIHook(BaseMod, boolean, boolean) - Static method in class net.minecraft.src.ModLoader
 
setInPortal() - Method in class net.minecraft.entity.Entity
Called by portal blocks when an entity is within it.
setIntArray(String, int[]) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagIntArray with the given array as data into the map with the given string key.
setInteger(String, int) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagInt with the given integer value into the map with the given string key.
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.entity.item.EntityMinecart
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in interface net.minecraft.inventory.IInventory
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.inventory.InventoryBasic
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.inventory.InventoryCrafting
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.inventory.InventoryCraftResult
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.inventory.InventoryLargeChest
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.inventory.InventoryMerchant
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityBeacon
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityBrewingStand
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityChest
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityDispenser
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInventorySlotContents(int, ItemStack) - Method in class net.minecraft.tileentity.TileEntityFurnace
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
setInvulnerable(boolean) - Method in class net.minecraft.entity.projectile.EntityWitherSkull
Set whether this skull comes from an invulnerable (aura) wither boss.
setInWeb() - Method in class net.minecraft.entity.boss.EntityWither
Sets the Entity inside a web block.
setInWeb() - Method in class net.minecraft.entity.Entity
Sets the Entity inside a web block.
setInWeb() - Method in class net.minecraft.entity.monster.EntitySpider
Sets the Entity inside a web block.
setInWeb() - Method in class net.minecraft.entity.player.EntityPlayer
Sets the Entity inside a web block.
setIsAnvil(boolean) - Method in class net.minecraft.entity.item.EntityFallingSand
 
setIsBatHanging(boolean) - Method in class net.minecraft.entity.passive.EntityBat
 
setIsCritical(boolean) - Method in class net.minecraft.entity.projectile.EntityArrow
Whether the arrow has a stream of critical hit particles flying behind it.
setItemDamage(int) - Method in class net.minecraft.item.ItemStack
Sets the item damage of the ItemStack.
setItemData(String, WorldSavedData) - Method in class net.minecraft.world.World
Assigns the given String id to the given MapDataBase using the MapStorage, removing any existing ones of the same id.
setItemFrame(EntityItemFrame) - Method in class net.minecraft.item.ItemStack
Set the item frame this stack is on.
setItemInUse(ItemStack, int) - Method in class net.minecraft.entity.player.EntityPlayer
sets the itemInUse when the use item button is clicked.
setItemInUse(ItemStack, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
sets the itemInUse when the use item button is clicked.
setItemName(String) - Method in class net.minecraft.item.Item
set name of item from language file
setItemName(String) - Method in class net.minecraft.item.ItemStack
Sets the item's name (used by anvil to rename the items).
setItemRotation(int) - Method in class net.minecraft.entity.item.EntityItemFrame
 
setItemStack(ItemStack) - Method in class net.minecraft.entity.player.InventoryPlayer
 
setJumping() - Method in class net.minecraft.entity.ai.EntityJumpHelper
 
setJumping(boolean) - Method in class net.minecraft.entity.EntityLiving
 
setKeyBinding(int, int) - Method in class net.minecraft.client.settings.GameSettings
Sets a key binding.
setKeyBindState(int, boolean) - Static method in class net.minecraft.client.settings.KeyBinding
 
setKeyPair(KeyPair) - Method in class net.minecraft.server.MinecraftServer
 
setKnockbackStrength(int) - Method in class net.minecraft.entity.projectile.EntityArrow
Sets the amount of knockback the arrow applies when it hits a mob.
setLanguage(String) - Method in class net.minecraft.util.StringTranslate
 
setLastAttackingEntity(Entity) - Method in class net.minecraft.entity.EntityLiving
 
setLevels(int) - Method in class net.minecraft.tileentity.TileEntityBeacon
 
setLightmapTextureCoords(int, float, float) - Static method in class net.minecraft.client.renderer.OpenGlHelper
Sets the current coordinates of the given lightmap texture
setLightOpacity(int) - Method in class net.minecraft.block.Block
Sets how much light is blocked going through this block.
setLightValue(float) - Method in class net.minecraft.block.Block
Sets the amount of light emitted by a block from 0.0f to 1.0f (converts internally to 0-15).
setLightValue(EnumSkyBlock, int, int, int, int) - Method in class net.minecraft.world.chunk.Chunk
Sets the light value at the coordinate.
setLightValue(EnumSkyBlock, int, int, int, int) - Method in class net.minecraft.world.chunk.EmptyChunk
Sets the light value at the coordinate.
setLightValue(EnumSkyBlock, int, int, int, int) - Method in class net.minecraft.world.World
Sets the light value either into the sky map or block map depending on if enumSkyBlock is set to sky or block.
setLiquid(LiquidStack) - Method in class net.minecraftforge.liquids.LiquidTank
 
setListActive(boolean) - Method in class net.minecraft.server.management.BanList
 
setListener(EntityLiving, float) - Method in class net.minecraft.client.audio.SoundManager
Sets the listener of sounds
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelBase
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelDragon
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelIronGolem
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelMagmaCube
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelOcelot
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelSheep1
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelSheep2
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelSkeleton
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelWither
Used for easily adding entity-dependent animations.
setLivingAnimations(EntityLiving, float, float, float) - Method in class net.minecraft.client.model.ModelWolf
Used for easily adding entity-dependent animations.
setLoadingProgress(int) - Method in class net.minecraft.client.gui.GuiProgress
Updates the progress bar on the loading screen to the specified amount.
setLoadingProgress(int) - Method in class net.minecraft.client.gui.LoadingScreenRenderer
Updates the progress bar on the loading screen to the specified amount.
setLoadingProgress(int) - Method in class net.minecraft.server.ConvertingProgressUpdate
Updates the progress bar on the loading screen to the specified amount.
setLoadingProgress(int) - Method in interface net.minecraft.util.IProgressUpdate
Updates the progress bar on the loading screen to the specified amount.
setLocationAndAngles(double, double, double, float, float) - Method in class net.minecraft.entity.Entity
Sets the location and Yaw/Pitch of an entity in the world
setLong(String, long) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagLong with the given long value into the map with the given string key.
setLookPosition(double, double, double, float, float) - Method in class net.minecraft.entity.ai.EntityLookHelper
Sets position to look at
setLookPositionWithEntity(Entity, float, float) - Method in class net.minecraft.entity.ai.EntityLookHelper
Sets position to look at using entity
setMagicDamage() - Method in class net.minecraft.util.DamageSource
Define the damage type as magic based.
setMating(boolean) - Method in class net.minecraft.entity.passive.EntityVillager
 
setMax(int) - Method in class net.minecraftforge.common.ChestGenHooks
 
setMaxDamage(int) - Method in class net.minecraft.item.Item
set max damage of an Item
setMaxSpeedAirLateral(float) - Method in class net.minecraft.entity.item.EntityMinecart
 
setMaxSpeedAirVertical(float) - Method in class net.minecraft.entity.item.EntityMinecart
 
setMaxSpeedGround(float) - Method in class net.minecraft.entity.item.EntityMinecart
 
setMaxSpeedRail(float) - Method in class net.minecraft.entity.item.EntityMinecart
 
setMaxStackSize(int) - Method in class net.minecraft.item.Item
 
setMaxStringLength(int) - Method in class net.minecraft.client.gui.GuiTextField
 
setMin(int) - Method in class net.minecraftforge.common.ChestGenHooks
 
setMinMaxHeight(float, float) - Method in class net.minecraft.world.biome.BiomeGenBase
Sets the minimum and maximum height of this biome.
setMinY(int) - Method in class net.minecraft.world.gen.FlatLayerInfo
Set the minimum Y coordinate for this layer.
setMirrored(boolean) - Method in class net.minecraftforge.oredict.ShapedOreRecipe
 
setMobID(String) - Method in class net.minecraft.tileentity.TileEntityMobSpawner
 
setMod(BaseModProxy) - Method in class cpw.mods.fml.common.modloader.BaseModTicker
 
setMOTD(String) - Method in class net.minecraft.server.MinecraftServer
 
setMoveForward(float) - Method in class net.minecraft.entity.EntityLiving
 
setMoveTo(double, double, double, float) - Method in class net.minecraft.entity.ai.EntityMoveHelper
Sets the speed and location to move to
setMutexBits(int) - Method in class net.minecraft.entity.ai.EntityAIBase
Sets a bitmask telling which other tasks may not run concurrently.
setName(String, String) - Method in class cpw.mods.fml.common.registry.ItemData
 
setName(String) - Method in class net.minecraft.enchantment.Enchantment
Sets the enchantment name
setName(String) - Method in class net.minecraft.nbt.NBTBase
Sets the name for this tag and returns this for convenience.
setName(String) - Method in class net.minecraftforge.common.Property
 
setNetHandler(NetHandler) - Method in interface net.minecraft.network.INetworkManager
Sets the NetHandler for this NetworkManager.
setNetHandler(NetHandler) - Method in class net.minecraft.network.MemoryConnection
Sets the NetHandler for this NetworkManager.
setNetHandler(NetHandler) - Method in class net.minecraft.network.TcpConnection
Sets the NetHandler for this NetworkManager.
setNetworkId(int) - Method in class cpw.mods.fml.common.network.NetworkModHandler
 
setNoRepair() - Method in class net.minecraft.item.Item
Call to disable repair recipes.
setNormal(float, float, float) - Method in class net.minecraft.client.renderer.Tessellator
Sets the normal for the current draw call.
setNoScrollbar() - Method in class net.minecraft.creativetab.CreativeTabs
 
setNoTitle() - Method in class net.minecraft.creativetab.CreativeTabs
 
setObject(Object) - Method in class net.minecraft.entity.WatchableObject
 
setOnlineMode(boolean) - Method in class net.minecraft.server.MinecraftServer
 
setOptionFloatValue(EnumOptions, float) - Method in class net.minecraft.client.settings.GameSettings
If the specified option is controlled by a slider (float value), this will set the float value.
setOptionValue(EnumOptions, int) - Method in class net.minecraft.client.settings.GameSettings
For non-float options.
setOrCreateGameRule(String, String) - Method in class net.minecraft.world.GameRules
 
setOverrideBlockTexture(int) - Method in class net.minecraft.client.renderer.RenderBlocks
Sets overrideBlockTexture
setOwner(String) - Method in class net.minecraft.entity.passive.EntityTameable
 
setPartialBlockDamage(int) - Method in class net.minecraft.client.renderer.DestroyBlockProgress
inserts damage value into this partially destroyed Block.
setParticleTextureIndex(int) - Method in class net.minecraft.client.particle.EntityFX
Public method to set private field particleTextureIndex.
setPath(PathEntity, float) - Method in class net.minecraft.pathfinding.PathNavigate
sets the active path data if path is 100% unique compared to old path, checks to adjust path for sun avoiding ents and stores end coords
setPathToEntity(PathEntity) - Method in class net.minecraft.entity.EntityCreature
sets the Entities walk path in EntityCreature
setPlayerCapabilities(EntityPlayer) - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
Sets player capabilities depending on current gametype.
setPlayerCreated(boolean) - Method in class net.minecraft.entity.monster.EntityIronGolem
 
setPlayerHealthUpdated() - Method in class net.minecraft.entity.player.EntityPlayerMP
this function is called when a players inventory is sent to him, lastHealth is updated on any dimension transitions, then reset.
setPlayerIsPresent(EntityPlayer, boolean) - Method in class net.minecraft.inventory.Container
adds or removes the player from the container based on par2
setPlayerLocation(double, double, double, float, float) - Method in class net.minecraft.network.NetServerHandler
Moves the player to the specified destination and rotation
setPlayerManager(WorldServer[]) - Method in class net.minecraft.server.management.ServerConfigurationManager
Sets the NBT manager to the one for the WorldServer given.
setPlaying(boolean) - Method in class net.minecraft.entity.passive.EntityVillager
 
setPokeThread(Thread) - Method in class cpw.mods.fml.relauncher.Downloader
 
setPokeThread(Thread) - Method in class cpw.mods.fml.relauncher.DummyDownloader
 
setPokeThread(Thread) - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
 
setPosition(double, double, double) - Method in class net.minecraft.client.renderer.culling.Frustrum
 
setPosition(double, double, double) - Method in interface net.minecraft.client.renderer.culling.ICamera
 
setPosition(int, int, int) - Method in class net.minecraft.client.renderer.WorldRenderer
Sets a new position for the renderer and setting it up so it can be reloaded with the new data for that position
setPosition(double, double, double) - Method in class net.minecraft.entity.Entity
Sets the x,y,z of the entity from the given parameters.
setPositionAndRotation(double, double, double, float, float) - Method in class net.minecraft.entity.Entity
Sets the entity's position and rotation.
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.client.entity.EntityOtherPlayerMP
Sets the position and rotation.
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.Entity
 
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.EntityLiving
 
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.item.EntityBoat
 
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.item.EntityMinecart
 
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.projectile.EntityArrow
 
setPositionAndRotation2(double, double, double, float, float, int) - Method in class net.minecraft.entity.projectile.EntityFishHook
 
setPositionAndUpdate(double, double, double) - Method in class net.minecraft.entity.EntityLiving
Move the entity to the coordinates informed, but keep yaw/pitch values.
setPositionAndUpdate(double, double, double) - Method in class net.minecraft.entity.player.EntityPlayerMP
Move the entity to the coordinates informed, but keep yaw/pitch values.
setPotionDamage(int) - Method in class net.minecraft.entity.projectile.EntityPotion
 
setPotionEffect(int, int, int, float) - Method in class net.minecraft.item.ItemFood
sets a potion effect on the item.
setPotionName(String) - Method in class net.minecraft.potion.Potion
Set the potion name.
setPrivateValue(Class<? super T>, T, int, E) - Static method in class cpw.mods.fml.common.ObfuscationReflectionHelper
Deprecated. 
setPrivateValue(Class<? super T>, T, E, int) - Static method in class cpw.mods.fml.common.ObfuscationReflectionHelper
 
setPrivateValue(Class<? super T>, T, String, E) - Static method in class cpw.mods.fml.common.ObfuscationReflectionHelper
Deprecated. 
setPrivateValue(Class<? super T>, T, E, String...) - Static method in class cpw.mods.fml.common.ObfuscationReflectionHelper
 
setPrivateValue(Class<? super T>, T, E, int) - Static method in class cpw.mods.fml.relauncher.ReflectionHelper
 
setPrivateValue(Class<? super T>, T, E, String...) - Static method in class cpw.mods.fml.relauncher.ReflectionHelper
 
setPrivateValue(Class<? super T>, T, int, E) - Static method in class net.minecraft.src.ModLoader
Set a private field to a value using reflection ObfuscationReflectionHelper.setPrivateValue(Class, Object, int, Object)
setPrivateValue(Class<? super T>, T, String, E) - Static method in class net.minecraft.src.ModLoader
Set a private field to a value using reflection ObfuscationReflectionHelper.setPrivateValue(Class, Object, String, Object)
setProfession(int) - Method in class net.minecraft.entity.passive.EntityVillager
 
setProjectile() - Method in class net.minecraft.util.DamageSource
Define the damage type as projectile based.
setProperty(String, Object) - Method in interface net.minecraft.network.rcon.IServer
Saves an Object with the given property name.
setProperty(String, Object) - Method in class net.minecraft.server.dedicated.DedicatedServer
Saves an Object with the given property name.
setProperty(String, Object) - Method in class net.minecraft.server.dedicated.PropertyManager
Saves an Object with the given property name.
setRaining(boolean) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets whether it is raining or not.
setRaining(boolean) - Method in class net.minecraft.world.storage.WorldInfo
Sets whether it is raining or not.
setRainStrength(float) - Method in class net.minecraft.world.World
 
setRainTime(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets the number of ticks until rain.
setRainTime(int) - Method in class net.minecraft.world.storage.WorldInfo
Sets the number of ticks until rain.
setRandomSeed(int, int, int) - Method in class net.minecraft.world.World
puts the World Random seed to a specific state dependant on the inputs
setRandSeed(long) - Method in class net.minecraft.util.EnchantmentNameParts
Sets the seed for the enchant name RNG.
setRBGColorF(float, float, float) - Method in class net.minecraft.client.particle.EntityFX
 
setRecipes(MerchantRecipeList) - Method in interface net.minecraft.entity.IMerchant
 
setRecipes(MerchantRecipeList) - Method in class net.minecraft.entity.NpcMerchant
 
setRecipes(MerchantRecipeList) - Method in class net.minecraft.entity.passive.EntityVillager
 
setRecordPlayingMessage(String) - Method in class net.minecraft.client.gui.GuiIngame
 
setRenderBounds(double, double, double, double, double, double) - Method in class net.minecraft.client.renderer.RenderBlocks
Sets the bounding box for the block to draw in, e.g.
setRenderBoundsFromBlock(Block) - Method in class net.minecraft.client.renderer.RenderBlocks
Like setRenderBounds, but automatically pulling the bounds from the given Block.
setRenderManager(RenderManager) - Method in class net.minecraft.client.renderer.entity.Render
Sets the RenderManager.
setRenderPassModel(ModelBase) - Method in class net.minecraft.client.renderer.entity.RenderLiving
Sets the model to be used in the current render pass (the first render pass is done after the primary model is rendered) Args: model
setRenderType(int) - Method in class net.minecraft.block.BlockRail
 
setRepairCost(int) - Method in class net.minecraft.item.ItemStack
Set this stack's repair cost.
setReplaceable() - Method in class net.minecraft.block.material.Material
Sets Material.replaceable to true.
setReputationForPlayer(String, int) - Method in class net.minecraft.village.Village
Set the village reputation for a player.
setRequiresSelfNotify() - Method in class net.minecraft.block.Block
Blocks with this attribute will not notify all near blocks when it's metadata change.
setResistance(float) - Method in class net.minecraft.block.Block
Sets the the blocks resistance to explosions.
setResult(Event.Result) - Method in class net.minecraftforge.event.Event
Sets the result value for this event, not all events can have a result set, and any attempt to set a result for a event that isn't expecting it will result in a IllegalArgumentException.
setRevengeTarget(EntityLiving) - Method in class net.minecraft.entity.EntityLiving
 
setRevengeTarget(EntityLiving) - Method in class net.minecraft.entity.passive.EntityVillager
 
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelBase
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelBiped
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelBlaze
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelBook
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelChicken
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelCreeper
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelEnderman
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelGhast
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelIronGolem
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelOcelot
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelQuadruped
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSheep1
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSheep2
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSilverfish
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSkeleton
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSkeletonHead
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSnowMan
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSpider
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelSquid
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelVillager
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelWitch
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelWither
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelWolf
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelZombie
Sets the model's various rotation angles.
setRotationAngles(float, float, float, float, float, float, Entity) - Method in class net.minecraft.client.model.ModelZombieVillager
Sets the model's various rotation angles.
setRotationPoint(float, float, float) - Method in class net.minecraft.client.model.ModelRenderer
 
setRotationYawHead() - Method in class net.minecraft.entity.Entity
 
setRotationYawHead() - Method in class net.minecraft.entity.EntityLiving
 
setSaddled(boolean) - Method in class net.minecraft.entity.passive.EntityPig
Set or remove the saddle of the pig.
setSaveVersion(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets the save version of the world
setSaveVersion(int) - Method in class net.minecraft.world.storage.WorldInfo
Sets the save version of the world
setScale(double, double, double) - Method in class net.minecraft.world.gen.feature.WorldGenBigTree
Rescales the generator settings, only used in WorldGenBigTree
setScale(double, double, double) - Method in class net.minecraft.world.gen.feature.WorldGenerator
Rescales the generator settings, only used in WorldGenBigTree
setScheduledTime(long) - Method in class net.minecraft.world.NextTickListEntry
Sets the scheduled time for this tick entry
setScore(int) - Method in class net.minecraft.entity.player.EntityPlayer
Set player's score
setSelectionPos(int) - Method in class net.minecraft.client.gui.GuiTextField
Sets the position of the selection anchor (i.e.
setServer(String, int) - Method in class net.minecraft.client.Minecraft
 
setServer(int, ServerData) - Method in class net.minecraft.client.multiplayer.ServerList
Sets the given index in the list to the given ServerData instance.
setServerData(ServerData) - Method in class net.minecraft.client.Minecraft
Set the current ServerData instance.
setServerInitialized(boolean) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets the initialization status of the World.
setServerInitialized(boolean) - Method in class net.minecraft.world.storage.WorldInfo
Sets the initialization status of the World.
setServerOwner(String) - Method in class net.minecraft.server.MinecraftServer
Sets the username of the owner of this server (in the case of an integrated server)
setServerPort(int) - Method in class net.minecraft.server.MinecraftServer
 
setSheared(boolean) - Method in class net.minecraft.entity.passive.EntitySheep
make a sheep sheared if set to true
setShort(String, short) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagShort with the given short value into the map with the given string key.
setShowSelectionBox(boolean) - Method in class net.minecraft.client.gui.GuiSlot
 
setSitting(boolean) - Method in class net.minecraft.entity.ai.EntityAISit
Sets the sitting flag.
setSitting(boolean) - Method in class net.minecraft.entity.passive.EntityTameable
 
setSkeletonType(int) - Method in class net.minecraft.entity.monster.EntitySkeleton
Set this skeleton's type.
setSkullRotation(int) - Method in class net.minecraft.tileentity.TileEntitySkull
Set the skull's rotation
setSkullType(int, String) - Method in class net.minecraft.tileentity.TileEntitySkull
Set the entity type for the skull
setSkylightArray(NibbleArray) - Method in class net.minecraft.world.chunk.storage.ExtendedBlockStorage
Sets the NibbleArray instance used for Sky-light values in this particular storage block.
setSkyRenderer(IRenderHandler) - Method in class net.minecraft.world.WorldProvider
 
setSneaking(boolean) - Method in class net.minecraft.entity.Entity
Sets the sneaking flag.
setSpawnChunk(ChunkCoordinates, boolean) - Method in class net.minecraft.entity.player.EntityPlayer
Defines a spawn coordinate to player spawn.
setSpawnLocation() - Method in class net.minecraft.world.World
 
setSpawnLocation(int, int, int) - Method in class net.minecraft.world.World
 
setSpawnLocation() - Method in class net.minecraft.world.WorldServer
 
setSpawnPoint(int, int, int) - Method in class net.minecraft.world.WorldProvider
 
setSpawnPosition(int, int, int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets the spawn zone position.
setSpawnPosition(int, int, int) - Method in class net.minecraft.world.storage.WorldInfo
Sets the spawn zone position.
setSpawnX(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
 
setSpawnX(int) - Method in class net.minecraft.world.storage.WorldInfo
 
setSpawnY(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
 
setSpawnY(int) - Method in class net.minecraft.world.storage.WorldInfo
 
setSpawnZ(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
 
setSpawnZ(int) - Method in class net.minecraft.world.storage.WorldInfo
 
setSpecial() - Method in class net.minecraft.stats.Achievement
Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
setSpeed(float) - Method in class net.minecraft.pathfinding.PathNavigate
Sets the speed
setSplashPotion(boolean) - Method in class net.minecraft.potion.PotionEffect
Set whether this potion is a splash potion.
setSprinting(boolean) - Method in class net.minecraft.client.entity.EntityPlayerSP
Set sprinting switch for Entity.
setSprinting(boolean) - Method in class net.minecraft.entity.Entity
Set sprinting switch for Entity.
setStatStringFormatter(IStatStringFormat) - Method in class net.minecraft.stats.Achievement
 
setStepSound(StepSound) - Method in class net.minecraft.block.Block
Sets the footstep sound for the block.
setStorageArrays(ExtendedBlockStorage[]) - Method in class net.minecraft.world.chunk.Chunk
 
setString(String, String) - Method in class net.minecraft.nbt.NBTTagCompound
Stores a new NBTTagString with the given string value into the map with the given string key.
setTag(String, NBTBase) - Method in class net.minecraft.nbt.NBTTagCompound
Stores the given tag into the map with the given string key.
setTagCompound(NBTTagCompound) - Method in class net.minecraft.item.ItemStack
Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
setTagInfo(String, NBTBase) - Method in class net.minecraft.item.ItemStack
 
setTamed(boolean) - Method in class net.minecraft.entity.passive.EntityTameable
 
setTameSkin(int) - Method in class net.minecraft.entity.passive.EntityOcelot
 
setTankPressure(int) - Method in class net.minecraftforge.liquids.LiquidTank
 
setTarget(Entity) - Method in class net.minecraft.entity.EntityCreature
Sets the entity which is to be attacked.
setTemperatureRainfall(float, float) - Method in class net.minecraft.world.biome.BiomeGenBase
Sets the temperature and rainfall of this biome.
setTerrainType(WorldType) - Method in class net.minecraft.world.storage.DerivedWorldInfo
 
setTerrainType(WorldType) - Method in class net.minecraft.world.storage.WorldInfo
 
setText(String) - Method in class net.minecraft.client.gui.GuiTextField
Sets the text of the textbox.
setTextColor(int) - Method in class net.minecraft.client.gui.GuiTextField
Sets the text colour for this textbox (disabled text will not use this colour)
setTextureDimensions(int, int, int, List<TextureFX>) - Method in class cpw.mods.fml.client.TextureFXManager
 
setTextureDimensions(int, int, int, List<TextureFX>) - Static method in class net.minecraft.src.FMLRenderAccessLibrary
 
setTextureFile(String) - Method in class net.minecraft.block.Block
Sets the current texture file for this block, used when rendering.
setTextureFile(String) - Method in class net.minecraft.item.Item
Sets the current texture file for this item, used when rendering.
setTextureOffset(int, int) - Method in class net.minecraft.client.model.ModelRenderer
 
setTexturePack(ITexturePack) - Method in class net.minecraft.client.texturepacks.TexturePackList
Sets the new TexturePack to be used, returning true if it has actually changed, false if nothing changed.
setTexturePack(String) - Method in class net.minecraft.server.MinecraftServer
 
setTexturePosition(float, float) - Method in class net.minecraft.client.model.PositionTextureVertex
 
setTextureSize(int, int) - Method in class net.minecraft.client.model.ModelRenderer
Returns the model renderer with the new texture parameters.
setTextureUV(double, double) - Method in class net.minecraft.client.renderer.Tessellator
Sets the texture coordinates.
setThrowableHeading(double, double, double, float, float) - Method in interface net.minecraft.entity.IProjectile
Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
setThrowableHeading(double, double, double, float, float) - Method in class net.minecraft.entity.projectile.EntityArrow
Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
setThrowableHeading(double, double, double, float, float) - Method in class net.minecraft.entity.projectile.EntityThrowable
Similar to setArrowHeading, it's point the throwable entity to a x, y, z direction.
setThrower(Entity) - Method in interface cpw.mods.fml.common.registry.IThrowableEntity
Sets the entity that threw/created this entity.
setThrower(Entity) - Method in interface net.minecraftforge.common.IThrowableEntity
Sets the entity that threw/created this entity.
setThundering(boolean) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Sets whether it is thundering or not.
setThundering(boolean) - Method in class net.minecraft.world.storage.WorldInfo
Sets whether it is thundering or not.
setThunderTime(int) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Defines the number of ticks until next thunderbolt.
setThunderTime(int) - Method in class net.minecraft.world.storage.WorldInfo
Defines the number of ticks until next thunderbolt.
setTickRandomly(boolean) - Method in class net.minecraft.block.Block
Sets whether this block type will receive random update ticks
setTileEntityRenderer(TileEntityRenderer) - Method in class net.minecraft.client.renderer.tileentity.TileEntitySkullRenderer
Associate a TileEntityRenderer with this TileEntitySpecialRenderer
setTileEntityRenderer(TileEntityRenderer) - Method in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
Associate a TileEntityRenderer with this TileEntitySpecialRenderer
setTimeSinceHit(int) - Method in class net.minecraft.entity.item.EntityBoat
Sets the time to count down from since the last time entity was hit.
setToolClass(Item, String, int) - Static method in class net.minecraftforge.common.MinecraftForge
Register a tool as a tool class with a given harvest level.
setTranslation(double, double, double) - Method in class net.minecraft.client.renderer.Tessellator
Sets the translation for all vertices in the current draw call.
setUnicodeFlag(boolean) - Method in class net.minecraft.client.gui.FontRenderer
Set unicodeFlag controlling whether strings should be rendered with Unicode fonts instead of the default.png font.
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureCompassFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureFlamesFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureLavaFlowFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureLavaFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TexturePortalFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureWatchFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureWaterFlowFX
 
setup() - Method in class net.minecraft.client.renderer.texturefx.TextureWaterFX
 
setup() - Method in class net.minecraft.src.ModTextureAnimation
 
setup() - Method in class net.minecraft.src.ModTextureStatic
 
setupOverlayRendering() - Method in class net.minecraft.client.renderer.EntityRenderer
Setup orthogonal projection for rendering GUI screen overlays
setupTexture(BufferedImage, int) - Method in class net.minecraft.client.renderer.RenderEngine
Copy the supplied image onto the specified OpenGL texture
setVelocity(double, double, double) - Method in class net.minecraft.entity.Entity
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.item.EntityBoat
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.item.EntityEnderEye
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.item.EntityFireworkRocket
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.item.EntityMinecart
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.projectile.EntityArrow
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.projectile.EntityFishHook
 
setVelocity(double, double, double) - Method in class net.minecraft.entity.projectile.EntityThrowable
 
setVillager(boolean) - Method in class net.minecraft.entity.monster.EntityZombie
Set whether this zombie is a villager.
setVisible(boolean) - Method in class net.minecraft.client.gui.GuiTextField
Sets whether or not this textbox is visible
setWalkSpeed(float) - Method in class net.minecraft.network.packet.Packet202PlayerAbilities
Sets the walking speed.
setWasNotUpdated() - Method in class net.minecraft.client.multiplayer.LanServerList
 
setWatched(boolean) - Method in class net.minecraft.entity.WatchableObject
 
setWaterBiomeColorizer(int[]) - Static method in class net.minecraft.world.ColorizerWater
 
setWhiteListEnabled(boolean) - Method in class net.minecraft.server.dedicated.DedicatedPlayerList
 
setWhiteListEnabled(boolean) - Method in class net.minecraft.server.management.ServerConfigurationManager
 
setWorld(World) - Method in class net.minecraft.client.renderer.tileentity.TileEntityRenderer
Sets the world used by all TileEntitySpecialRender instances and notifies them of this change.
setWorld(World) - Method in class net.minecraft.entity.Entity
Sets the reference to the World object.
setWorld(WorldServer) - Method in class net.minecraft.item.ItemInWorldManager
Sets the world instance.
setWorld(int, WorldServer) - Static method in class net.minecraftforge.common.DimensionManager
 
setWorldAndLoadRenderers(WorldClient) - Method in class net.minecraft.client.renderer.RenderGlobal
set null to clear
setWorldAndResolution(Minecraft, int, int) - Method in class net.minecraft.client.gui.GuiScreen
Causes the screen to lay out its subcomponents again.
setWorldName(String) - Method in class net.minecraft.server.MinecraftServer
 
setWorldName(String) - Method in class net.minecraft.world.storage.DerivedWorldInfo
 
setWorldName(String) - Method in class net.minecraft.world.storage.WorldInfo
 
setWorldObj(World) - Method in class net.minecraft.tileentity.TileEntity
Sets the worldObj for this tileEntity.
setWorldTime(long) - Method in class net.minecraft.world.storage.DerivedWorldInfo
Set current world time
setWorldTime(long) - Method in class net.minecraft.world.storage.WorldInfo
Set current world time
setWorldTime(long) - Method in class net.minecraft.world.World
Sets the world time.
setWorldTime(long) - Method in class net.minecraft.world.WorldProvider
 
setXPStats(float, int, int) - Method in class net.minecraft.client.entity.EntityPlayerSP
Sets the current XP, total XP, and level number.
severe(String, Object...) - Static method in class cpw.mods.fml.common.FMLLog
 
severe(String, Object...) - Static method in class cpw.mods.fml.relauncher.FMLRelaunchLog
 
sfxID - Variable in class net.minecraft.network.packet.Packet61DoorChange
 
shake - Variable in class net.minecraft.entity.projectile.EntityFishHook
 
ShapedOreRecipe - Class in net.minecraftforge.oredict
 
ShapedOreRecipe(Block, Object...) - Constructor for class net.minecraftforge.oredict.ShapedOreRecipe
 
ShapedOreRecipe(Item, Object...) - Constructor for class net.minecraftforge.oredict.ShapedOreRecipe
 
ShapedOreRecipe(ItemStack, Object...) - Constructor for class net.minecraftforge.oredict.ShapedOreRecipe
 
ShapedRecipes - Class in net.minecraft.item.crafting
 
ShapedRecipes(int, int, ItemStack[], ItemStack) - Constructor for class net.minecraft.item.crafting.ShapedRecipes
 
ShapelessOreRecipe - Class in net.minecraftforge.oredict
 
ShapelessOreRecipe(Block, Object...) - Constructor for class net.minecraftforge.oredict.ShapelessOreRecipe
 
ShapelessOreRecipe(Item, Object...) - Constructor for class net.minecraftforge.oredict.ShapelessOreRecipe
 
ShapelessOreRecipe(ItemStack, Object...) - Constructor for class net.minecraftforge.oredict.ShapelessOreRecipe
 
ShapelessRecipes - Class in net.minecraft.item.crafting
 
ShapelessRecipes(ItemStack, List) - Constructor for class net.minecraft.item.crafting.ShapelessRecipes
 
shareToLAN(EnumGameType, boolean) - Method in class net.minecraft.server.dedicated.DedicatedServer
On dedicated does nothing.
shareToLAN(EnumGameType, boolean) - Method in class net.minecraft.server.integrated.IntegratedServer
On dedicated does nothing.
shareToLAN(EnumGameType, boolean) - Method in class net.minecraft.server.MinecraftServer
On dedicated does nothing.
sharpness - Static variable in class net.minecraft.enchantment.Enchantment
Extra damage to mobs
shears - Static variable in class net.minecraft.item.Item
Item introduced on 1.7 version, is a shear to cut leaves (you can keep the block) or get wool from sheeps.
shootingEntity - Variable in class net.minecraft.entity.projectile.EntityArrow
The owner of this arrow.
shootingEntity - Variable in class net.minecraft.entity.projectile.EntityFireball
 
shortWindowId - Variable in class net.minecraft.network.packet.Packet106Transaction
 
shouldBob() - Method in class net.minecraft.client.renderer.entity.RenderItem
Items should have a bob effect
shouldDoRailFunctions() - Method in class net.minecraft.entity.item.EntityMinecart
Return false if this cart should not call IRail.onMinecartPass() and should ignore Powered Rails.
shouldDrawHUD() - Method in class net.minecraft.client.multiplayer.PlayerControllerMP
 
shouldDropItem - Variable in class net.minecraft.entity.item.EntityFallingSand
 
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIArrowAttack
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIAttackOnCollide
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIAvoidEntity
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIBase
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIBeg
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIBreakDoor
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIControlledByPlayer
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAICreeperSwell
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIDefendVillage
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIDoorInteract
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIEatGrass
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIFleeSun
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIFollowGolem
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIFollowOwner
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIFollowParent
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIHurtByTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAILeapAtTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAILookAtTradePlayer
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAILookAtVillager
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAILookIdle
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIMate
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIMoveIndoors
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIMoveThroughVillage
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIMoveTowardsTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIMoveTwardsRestriction
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAINearestAttackableTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIOcelotAttack
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIOcelotSit
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIOwnerHurtByTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIOwnerHurtTarget
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIPanic
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIPlay
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIRestrictOpenDoor
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIRestrictSun
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAISit
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAISwimming
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAITargetNonTamed
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAITempt
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAITradePlayer
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIVillagerMate
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIWander
Returns whether the EntityAIBase should begin execution.
shouldExecute() - Method in class net.minecraft.entity.ai.EntityAIWatchClosest
Returns whether the EntityAIBase should begin execution.
shouldHeal() - Method in class net.minecraft.entity.player.EntityPlayer
Checks if the player's health is not full and not zero.
shouldHidePlayerInventory() - Method in class net.minecraft.creativetab.CreativeTabs
 
shouldLoadSpawn(int) - Static method in class net.minecraftforge.common.DimensionManager
 
shouldMapSpin(String, double, double, double) - Method in class net.minecraft.world.WorldProvider
Determine if the cusor on the map should 'spin' when rendered, like it does for the player in the nether.
shouldPassSneakingClickToBlock(World, int, int, int) - Method in class net.minecraft.item.Item
Should this item, when held, allow sneak-clicks to pass through to the underlying block?
shouldRefresh(int, int, int, int, World, int, int, int) - Method in class net.minecraft.tileentity.TileEntity
Called from Chunk.setBlockIDWithMetadata, determines if this tile entity should be re-created when the ID, or Metadata changes.
shouldRender3DInInventory() - Method in class cpw.mods.fml.client.modloader.ModLoaderBlockRendererHandler
 
shouldRender3DInInventory() - Method in interface cpw.mods.fml.client.registry.ISimpleBlockRenderingHandler
 
shouldRenderClouds() - Method in class net.minecraft.client.settings.GameSettings
Should render clouds
shouldRenderHead() - Method in class net.minecraft.tileentity.TileEntityPiston
 
shouldRiderFaceForward(EntityPlayer) - Method in class net.minecraft.entity.EntityLiving
Returns true if the entity's rider (EntityPlayer) should face forward when mounted.
shouldRiderSit() - Method in class net.minecraft.entity.Entity
Used in model rendering to determine if the entity riding this entity should be in the 'sitting' position.
shouldRotateAroundWhenRendering() - Method in class net.minecraft.item.Item
 
shouldRotateAroundWhenRendering() - Method in class net.minecraft.item.ItemCarrotOnAStick
 
shouldRotateAroundWhenRendering() - Method in class net.minecraft.item.ItemFishingRod
 
shouldServerBeKilledQuietly() - Method in class cpw.mods.fml.common.FMLCommonHandler
 
shouldServerShouldBeKilledQuietly() - Method in class cpw.mods.fml.client.FMLClientHandler
 
shouldServerShouldBeKilledQuietly() - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
shouldServerShouldBeKilledQuietly() - Method in class cpw.mods.fml.server.FMLServerHandler
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.Block
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockAnvil
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockBreakable
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockDragonEgg
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockEndPortal
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockFence
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockFenceGate
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockFluid
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockHalfSlab
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockIce
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockLeavesBase
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockPane
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockPortal
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockRedstoneRepeater
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockSnow
 
shouldSideBeRendered(IBlockAccess, int, int, int, int) - Method in class net.minecraft.block.BlockWall
 
shouldSpreadItems() - Method in class net.minecraft.client.renderer.entity.RenderItem
Items should spread out when rendered in 3d?
shouldStopIt() - Method in class cpw.mods.fml.relauncher.Downloader
 
shouldStopIt() - Method in class cpw.mods.fml.relauncher.DummyDownloader
 
shouldStopIt() - Method in interface cpw.mods.fml.relauncher.IDownloadDisplay
 
shouldUseRenderHelper(IItemRenderer.ItemRenderType, ItemStack, IItemRenderer.ItemRendererHelper) - Method in interface net.minecraftforge.client.IItemRenderer
Checks if certain helper functionality should be executed for this renderer.
shovelDiamond - Static variable in class net.minecraft.item.Item
 
shovelGold - Static variable in class net.minecraft.item.Item
 
shovelSteel - Static variable in class net.minecraft.item.Item
 
shovelStone - Static variable in class net.minecraft.item.Item
 
shovelWood - Static variable in class net.minecraft.item.Item
 
showCape - Variable in class net.minecraft.client.settings.GameSettings
Whether to show your cape
showDebugInfo - Variable in class net.minecraft.client.settings.GameSettings
true if debug info should be displayed instead of version
showDebugProfilerChart - Variable in class net.minecraft.client.settings.GameSettings
 
showGuiScreen(Object) - Method in class cpw.mods.fml.client.FMLClientHandler
 
showGuiScreen(Object) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
showGuiScreen(Object) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
showGuiScreen(Object) - Method in class cpw.mods.fml.server.FMLServerHandler
 
showModel - Variable in class net.minecraft.client.model.ModelRenderer
 
shutdown() - Method in class net.minecraft.client.Minecraft
Called when the window is closing.
shutdown() - Method in class net.minecraft.client.MinecraftApplet
Called when the applet window is closed.
shutdownMinecraftApplet() - Method in class net.minecraft.client.Minecraft
Shuts down the minecraft applet by stopping the resource downloads, and clearing up GL stuff; called when the application (or web page) is exited.
side() - Static method in class cpw.mods.fml.relauncher.FMLRelauncher
 
Side - Enum in cpw.mods.fml.relauncher
 
sidedHelper - Static variable in class cpw.mods.fml.common.modloader.ModLoaderHelper
 
SidedProxy - Annotation Type in cpw.mods.fml.common
 
sideHit - Variable in class net.minecraft.util.MovingObjectPosition
Which side was hit.
sideModels - Variable in class net.minecraft.client.model.ModelMinecart
 
SideOnly - Annotation Type in cpw.mods.fml.relauncher
 
SideTransformer - Class in cpw.mods.fml.common.asm.transformers
 
SideTransformer() - Constructor for class cpw.mods.fml.common.asm.transformers.SideTransformer
 
sign - Static variable in class net.minecraft.item.Item
 
signBoard - Variable in class net.minecraft.client.model.ModelSign
The board on a sign that has the writing on it.
signLines - Variable in class net.minecraft.network.packet.Packet130UpdateSign
 
signPost - Static variable in class net.minecraft.block.Block
 
signStick - Variable in class net.minecraft.client.model.ModelSign
The stick a sign stands on.
signText - Variable in class net.minecraft.tileentity.TileEntitySign
An array of four strings storing the lines of text on the sign.
signWall - Static variable in class net.minecraft.block.Block
 
silk - Static variable in class net.minecraft.item.Item
 
silkTouch - Static variable in class net.minecraft.enchantment.Enchantment
Blocks mined will drop themselves, even if it should drop something else (e.g.
silverfish - Static variable in class net.minecraft.block.Block
 
silverfishStoneTypes - Static variable in class net.minecraft.block.BlockSilverfish
Block names that can be a silverfish stone.
simpleStatType - Static variable in class net.minecraft.stats.StatBase
 
sin(float) - Static method in class net.minecraft.util.MathHelper
sin looked up in a table
SingleIntervalHandler - Class in cpw.mods.fml.common
 
SingleIntervalHandler(ITickHandler) - Constructor for class cpw.mods.fml.common.SingleIntervalHandler
 
size() - Method in class cpw.mods.fml.common.toposort.TopologicalSort.DirectedGraph
 
size - Variable in class net.minecraft.network.packet.Packet52MultiBlockChange
The size of the arrays.
size() - Method in class net.minecraft.server.management.LowerStringMap
 
size() - Method in class net.minecraftforge.common.ConfigCategory
 
sizeX - Variable in enum net.minecraft.util.EnumArt
 
sizeX - Variable in class net.minecraftforge.event.terraingen.ChunkProviderEvent.InitNoiseField
 
sizeY - Variable in enum net.minecraft.util.EnumArt
 
sizeY - Variable in class net.minecraftforge.event.terraingen.ChunkProviderEvent.InitNoiseField
 
sizeZ - Variable in class net.minecraftforge.event.terraingen.ChunkProviderEvent.InitNoiseField
 
skeletonHead - Variable in class net.minecraft.client.model.ModelSkeletonHead
 
skin - Variable in class net.minecraft.client.settings.GameSettings
The name of the selected texture pack.
skinUrl - Variable in class net.minecraft.entity.Entity
 
skipAllRenderPasses() - Method in class net.minecraft.client.renderer.WorldRenderer
Checks if all render passes are to be skipped.
skipRenderPass - Variable in class net.minecraft.client.renderer.WorldRenderer
Should this renderer skip this render pass
skipRenderWorld - Variable in class net.minecraft.client.Minecraft
Skip render world
skull - Static variable in class net.minecraft.block.Block
 
skull - Static variable in class net.minecraft.item.Item
 
skullRenderer - Static variable in class net.minecraft.client.renderer.tileentity.TileEntitySkullRenderer
 
sky - Static variable in class net.minecraft.world.biome.BiomeGenBase
Is the biome used for sky world.
skyLight - Variable in class net.minecraft.world.chunk.storage.AnvilConverterData
 
skylightSubtracted - Variable in class net.minecraft.world.World
How much light is subtracted from full daylight
sleepInBedAt(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayer
Attempts to have the player sleep in a bed at the specified location.
sleepInBedAt(int, int, int) - Method in class net.minecraft.entity.player.EntityPlayerMP
Attempts to have the player sleep in a bed at the specified location.
sliderValue - Variable in class net.minecraft.client.gui.GuiSlider
The value of this slider control.
slimeBall - Static variable in class net.minecraft.item.Item
 
slipperiness - Variable in class net.minecraft.block.Block
Determines how much velocity is maintained while moving on top of this block
Slot - Class in net.minecraft.inventory
 
Slot(IInventory, int, int, int) - Constructor for class net.minecraft.inventory.Slot
 
slot - Variable in class net.minecraft.network.packet.Packet107CreativeSetSlot
 
slot - Variable in class net.minecraft.network.packet.Packet5PlayerInventory
Equipment slot: 0=held, 1-4=armor slot
Slot - Variable in class net.minecraftforge.common.ISpecialArmor.ArmorProperties
 
slotClick(int, int, int, EntityPlayer) - Method in class net.minecraft.inventory.Container
 
SlotCrafting - Class in net.minecraft.inventory
 
SlotCrafting(EntityPlayer, IInventory, IInventory, int, int, int) - Constructor for class net.minecraft.inventory.SlotCrafting
 
SlotFurnace - Class in net.minecraft.inventory
 
SlotFurnace(EntityPlayer, IInventory, int, int, int) - Constructor for class net.minecraft.inventory.SlotFurnace
 
SlotMerchantResult - Class in net.minecraft.inventory
 
SlotMerchantResult(EntityPlayer, IMerchant, InventoryMerchant, int, int, int) - Constructor for class net.minecraft.inventory.SlotMerchantResult
 
slotNumber - Variable in class net.minecraft.inventory.Slot
the id of the slot(also the index in the inventory arraylist)
slotsCount - Variable in class net.minecraft.network.packet.Packet100OpenWindow
 
slowed - Variable in class net.minecraft.entity.boss.EntityDragon
Activated if the dragon is flying though obsidian, white stone or bedrock.
slowSand - Static variable in class net.minecraft.block.Block
 
smelting() - Static method in class net.minecraft.item.crafting.FurnaceRecipes
Used to call methods addSmelting and getSmeltingResult.
smeltItem() - Method in class net.minecraft.tileentity.TileEntityFurnace
Turn one item from the furnace source stack into the appropriate smelted item in the furnace result stack
smite - Static variable in class net.minecraft.enchantment.Enchantment
Extra damage to zombies, zombie pigmen and skeletons
smooth(float, float) - Method in class net.minecraft.util.MouseFilter
Smooths mouse input
smoothCamera - Variable in class net.minecraft.client.settings.GameSettings
Smooth Camera Toggle
sndManager - Variable in class net.minecraft.client.Minecraft
 
sndSystem - Static variable in class net.minecraft.client.audio.SoundManager
A reference to the sound system.
sneak - Variable in class net.minecraft.util.MovementInput
 
snipeSkeleton - Static variable in class net.minecraft.stats.AchievementList
The achievement for killing a Skeleton from 50 meters aways.
snooperEnabled - Variable in class net.minecraft.client.settings.GameSettings
 
snow - Static variable in class net.minecraft.block.Block
 
snow - Static variable in class net.minecraft.block.material.Material
 
snowball - Static variable in class net.minecraft.item.Item
 
snowColor - Static variable in class net.minecraft.block.material.MapColor
The map color for Snow Cover and Snow blocks
song_title - Variable in class ibxm.Module
 
sort() - Method in class cpw.mods.fml.common.toposort.ModSorter
 
sortAndRender(EntityLiving, int, double) - Method in class net.minecraft.client.renderer.RenderGlobal
Sorts all renderers based on the passed in entity.
sortByDistanceToEntity(WorldRenderer, WorldRenderer) - Method in class net.minecraft.client.renderer.EntitySorter
Sorts the two world renderers according to their distance to a given entity.
soundAnvilFootstep - Static variable in class net.minecraft.block.Block
 
soundClothFootstep - Static variable in class net.minecraft.block.Block
 
SoundEvent - Class in net.minecraftforge.client.event.sound
 
SoundEvent() - Constructor for class net.minecraftforge.client.event.sound.SoundEvent
 
soundGlassFootstep - Static variable in class net.minecraft.block.Block
 
soundGrassFootstep - Static variable in class net.minecraft.block.Block
 
soundGravelFootstep - Static variable in class net.minecraft.block.Block
 
soundLadderFootstep - Static variable in class net.minecraft.block.Block
 
SoundLoadEvent - Class in net.minecraftforge.client.event.sound
Raised by the SoundManager.loadSoundSettings, this would be a good place for adding your custom sounds to the SoundPool.
SoundLoadEvent(SoundManager) - Constructor for class net.minecraftforge.client.event.sound.SoundLoadEvent
 
SoundManager - Class in net.minecraft.client.audio
 
SoundManager() - Constructor for class net.minecraft.client.audio.SoundManager
 
soundMetalFootstep - Static variable in class net.minecraft.block.Block
 
soundName - Variable in class net.minecraft.client.audio.SoundPoolEntry
 
SoundPool - Class in net.minecraft.client.audio
 
SoundPool() - Constructor for class net.minecraft.client.audio.SoundPool
 
SoundPoolEntry - Class in net.minecraft.client.audio
 
SoundPoolEntry(String, URL) - Constructor for class net.minecraft.client.audio.SoundPoolEntry
 
soundPoolMusic - Variable in class net.minecraft.client.audio.SoundManager
Sound pool containing music.
soundPoolSounds - Variable in class net.minecraft.client.audio.SoundManager
Sound pool containing sounds.
soundPoolStreaming - Variable in class net.minecraft.client.audio.SoundManager
Sound pool containing streaming audio.
soundPowderFootstep - Static variable in class net.minecraft.block.Block
 
SoundResultEvent - Class in net.minecraftforge.client.event.sound
 
SoundResultEvent(SoundManager, SoundPoolEntry, String, float, float) - Constructor for class net.minecraftforge.client.event.sound.SoundResultEvent
 
soundSandFootstep - Static variable in class net.minecraft.block.Block
 
SoundSetupEvent - Class in net.minecraftforge.client.event.sound
This event is raised by the SoundManager when it does its first setup of the SoundSystemConfig's codecs, use this function to add your own codecs.
SoundSetupEvent(SoundManager) - Constructor for class net.minecraftforge.client.event.sound.SoundSetupEvent
 
soundSnowFootstep - Static variable in class net.minecraft.block.Block
 
soundStoneFootstep - Static variable in class net.minecraft.block.Block
 
SoundUpdaterMinecart - Class in net.minecraft.entity.item
 
SoundUpdaterMinecart(SoundManager, EntityMinecart, EntityPlayerSP) - Constructor for class net.minecraft.entity.item.SoundUpdaterMinecart
 
soundUrl - Variable in class net.minecraft.client.audio.SoundPoolEntry
 
soundVolume - Variable in class net.minecraft.client.settings.GameSettings
 
soundWoodFootstep - Static variable in class net.minecraft.block.Block
 
source - Variable in class cpw.mods.fml.common.event.FMLFingerprintViolationEvent
 
source - Variable in class net.minecraftforge.client.event.sound.SoundResultEvent
 
source - Variable in class net.minecraftforge.event.entity.living.LivingAttackEvent
 
source - Variable in class net.minecraftforge.event.entity.living.LivingDeathEvent
 
source - Variable in class net.minecraftforge.event.entity.living.LivingDropsEvent
 
source - Variable in class net.minecraftforge.event.entity.living.LivingHurtEvent
 
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityChicken
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityCow
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityMooshroom
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityOcelot
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityPig
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnBabyAnimal(EntityAgeable) - Method in class net.minecraft.entity.passive.EntityWolf
This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
spawnCreature(World, int, double, double, double) - Static method in class net.minecraft.item.ItemMonsterPlacer
Spawns the creature specified by the egg's type in the location specified by the last three parameters.
spawnedID - Variable in class net.minecraft.entity.EntityEggInfo
The entityID of the spawned mob
spawnEntity(BaseModProxy, EntitySpawnPacket, EntityRegistry.EntityRegistration) - Method in class cpw.mods.fml.client.modloader.ModLoaderClientHelper
 
spawnEntity(BaseModProxy, EntitySpawnPacket, EntityRegistry.EntityRegistration) - Method in interface cpw.mods.fml.common.modloader.IModLoaderSidedHelper
 
spawnEntity(int, World, double, double, double) - Method in class net.minecraft.src.BaseMod
Spawn the entity of the supplied type, if it is your mod's
spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration, EntitySpawnPacket) - Method in class cpw.mods.fml.client.FMLClientHandler
 
spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration, EntitySpawnPacket) - Method in class cpw.mods.fml.common.FMLCommonHandler
 
spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration, EntitySpawnPacket) - Method in interface cpw.mods.fml.common.IFMLSidedHandler
 
spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration, EntitySpawnPacket) - Method in class cpw.mods.fml.server.FMLServerHandler
 
spawnEntityInWorld(Entity) - Method in class net.minecraft.client.multiplayer.WorldClient
Called to place all entities as part of a world
spawnEntityInWorld(Entity) - Method in class net.minecraft.world.World
Called to place all entities as part of a world
SPAWNER_ALLOW_ON_INVERTED - Static variable in class net.minecraftforge.common.MinecraftForge
Deprecated. 
SpawnerAnimals - Class in net.minecraft.world
 
SpawnerAnimals() - Constructor for class net.minecraft.world.SpawnerAnimals
 
spawnExplosionParticle() - Method in class net.minecraft.entity.EntityLiving
Spawns an explosion particle around the Entity's location
SpawnListEntry - Class in net.minecraft.world.biome
 
SpawnListEntry(Class, int, int, int) - Constructor for class net.minecraft.world.biome.SpawnListEntry
 
spawnParticle(String, double, double, double, double, double, double) - Method in class net.minecraft.client.renderer.RenderGlobal
Spawns a particle.
spawnParticle(String, double, double, double, double, double, double) - Method in interface net.minecraft.world.IWorldAccess
Spawns a particle.
spawnParticle(String, double, double, double, double, double, double) - Method in class net.minecraft.world.World
Spawns a particle.
spawnParticle(String, double, double, double, double, double, double) - Method in class net.minecraft.world.WorldManager
Spawns a particle.
spawnRandomCreature(EnumCreatureType, int, int, int) - Method in class net.minecraft.world.WorldServer
only spawns creatures allowed by the chunkProvider
specialDropValue - Variable in class net.minecraftforge.event.entity.living.LivingDropsEvent
 
specialRendererMap - Variable in class net.minecraft.client.renderer.tileentity.TileEntityRenderer
A mapping of TileEntitySpecialRenderers used for each TileEntity that has one
speckledMelon - Static variable in class net.minecraft.item.Item
 
speckledMelonEffect - Static variable in class net.minecraft.potion.PotionHelper
 
speedScaledX - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
speedScaledY - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
speedScaledZ - Variable in class cpw.mods.fml.common.network.EntitySpawnPacket
 
speedX - Variable in class net.minecraft.network.packet.Packet23VehicleSpawn
Not sent if the thrower entity ID is 0.
speedY - Variable in class net.minecraft.network.packet.Packet23VehicleSpawn
Not sent if the thrower entity ID is 0.
speedZ - Variable in class net.minecraft.network.packet.Packet23VehicleSpawn
Not sent if the thrower entity ID is 0.
spiderBody - Variable in class net.minecraft.client.model.ModelSpider
The spider's body box
spiderEye - Static variable in class net.minecraft.item.Item
 
spiderEyeEffect - Static variable in class net.minecraft.potion.PotionHelper
 
spiderHead - Variable in class net.minecraft.client.model.ModelSpider
The spider's head box
spiderLeg1 - Variable in class net.minecraft.client.model.ModelSpider
Spider's first leg
spiderLeg2 - Variable in class net.minecraft.client.model.ModelSpider
Spider's second leg
spiderLeg3 - Variable in class net.minecraft.client.model.ModelSpider
Spider's third leg
spiderLeg4 - Variable in class net.minecraft.client.model.ModelSpider
Spider's fourth leg
spiderLeg5 - Variable in class net.minecraft.client.model.ModelSpider
Spider's fifth leg
spiderLeg6 - Variable in class net.minecraft.client.model.ModelSpider
Spider's sixth leg
spiderLeg7 - Variable in class net.minecraft.client.model.ModelSpider
Spider's seventh leg
spiderLeg8 - Variable in class net.minecraft.client.model.ModelSpider
Spider's eight leg
spiderNeck - Variable in class net.minecraft.client.model.ModelSpider
The spider's neck box
spiderScaleAmount() - Method in class net.minecraft.entity.monster.EntityCaveSpider
 
spiderScaleAmount() - Method in class net.minecraft.entity.monster.EntitySpider
 
splitStack(int) - Method in class net.minecraft.item.ItemStack
Remove the argument from the stack size.
splitStringWidth(String, int) - Method in class net.minecraft.client.gui.FontRenderer
Returns the width of the wordwrapped String (maximum length is parameter k)
sponge - Static variable in class net.minecraft.block.Block
 
sponge - Static variable in class net.minecraft.block.material.Material
 
sprintingTicksLeft - Variable in class net.minecraft.client.entity.EntityPlayerSP
Ticks left before sprinting is disabled.
SpriteHelper - Class in cpw.mods.fml.client
 
SpriteHelper() - Constructor for class cpw.mods.fml.client.SpriteHelper
 
sqrt_double(double) - Static method in class net.minecraft.util.MathHelper
 
sqrt_float(float) - Static method in class net.minecraft.util.MathHelper
 
squareDistanceTo(Vec3) - Method in class net.minecraft.util.Vec3
The square of the Euclidean distance between this and the specified vector.
squareDistanceTo(double, double, double) - Method in class net.minecraft.util.Vec3
The square of the Euclidean distance between this and the vector of x,y,z components passed in.
stackSize - Variable in class net.minecraft.item.ItemStack
Size of the stack.
stackTagCompound - Variable in class net.minecraft.item.ItemStack
A NBTTagMap containing data about an ItemStack.
stairCompactCobblestone - Static variable in class net.minecraft.block.Block
 
stairCompactPlanks - Static variable in class net.minecraft.block.Block
 
stairsBrick - Static variable in class net.minecraft.block.Block
 
stairsNetherBrick - Static variable in class net.minecraft.block.Block
 
stairsSandStone - Static variable in class net.minecraft.block.Block
 
stairsStoneBrickSmooth - Static variable in class net.minecraft.block.Block
 
stairsWoodBirch - Static variable in class net.minecraft.block.Block
 
stairsWoodJungle - Static variable in class net.minecraft.block.Block
 
stairsWoodSpruce - Static variable in class net.minecraft.block.Block
 
stance - Variable in class net.minecraft.network.packet.Packet10Flying
The player's stance.
standardGalacticFontRenderer - Variable in class net.minecraft.client.Minecraft
 
start() - Method in class net.minecraft.client.MinecraftApplet
 
startClassAnnotation(String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
startDrawing(int) - Method in class net.minecraft.client.renderer.Tessellator
Resets tessellator state and prepares for drawing (with the specified draw mode).
startDrawingQuads() - Method in class net.minecraft.client.renderer.Tessellator
Sets draw mode in the tessellator to draw quads.
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIAttackOnCollide
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIAvoidEntity
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIBase
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIBeg
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIBreakDoor
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIControlledByPlayer
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAICreeperSwell
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIDefendVillage
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIDoorInteract
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIEatGrass
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIFleeSun
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIFollowGolem
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIFollowOwner
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIFollowParent
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIHurtByTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAILeapAtTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAILookAtVillager
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAILookIdle
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIMoveIndoors
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIMoveThroughVillage
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIMoveTowardsTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIMoveTwardsRestriction
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAINearestAttackableTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIOcelotSit
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIOpenDoor
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIOwnerHurtByTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIOwnerHurtTarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIPanic
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIPlay
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIRestrictOpenDoor
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIRestrictSun
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAISit
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAITarget
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAITempt
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAITradePlayer
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIVillagerMate
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIWander
Execute a one shot task or start executing a continuous task
startExecuting() - Method in class net.minecraft.entity.ai.EntityAIWatchClosest
Execute a one shot task or start executing a continuous task
startFieldAnnotation(String, String) - Method in class cpw.mods.fml.common.discovery.asm.ASMModParser
 
startGame() - Method in class net.minecraft.client.Minecraft
Starts the game: initializes the canvas, the title, the settings, etcetera.
startGame() - Method in class net.minecraft.client.MinecraftAppletImpl
Starts the game: initializes the canvas, the title, the settings, etcetera.
startGameStat - Static variable in class net.minecraft.stats.StatList
times the game has been started
startMainThread() - Method in class net.minecraft.client.MinecraftApplet
 
startSection(String) - Method in class net.minecraft.profiler.Profiler
Start section
startServerThread() - Method in class net.minecraft.server.MinecraftServer
 
startSnooper() - Method in class net.minecraft.profiler.PlayerUsageSnooper
Note issuing start multiple times is not an error.
startThread() - Method in class net.minecraft.network.rcon.RConThreadBase
Creates a new Thread object from this class and starts running
startThread() - Method in class net.minecraft.network.rcon.RConThreadMain
Creates a new Thread object from this class and starts running
startThread() - Method in class net.minecraft.network.rcon.RConThreadQuery
Creates a new Thread object from this class and starts running
starve - Static variable in class net.minecraft.util.DamageSource
 
StatBase - Class in net.minecraft.stats
 
StatBase(int, String, IStatType) - Constructor for class net.minecraft.stats.StatBase
 
StatBase(int, String) - Constructor for class net.minecraft.stats.StatBase
 
StatBasic - Class in net.minecraft.stats
 
StatBasic(int, String, IStatType) - Constructor for class net.minecraft.stats.StatBasic
 
StatBasic(int, String) - Constructor for class net.minecraft.stats.StatBasic
 
StatCollector - Class in net.minecraft.util
 
StatCollector() - Constructor for class net.minecraft.util.StatCollector
 
StatCrafting - Class in net.minecraft.stats
 
StatCrafting(int, String, int) - Constructor for class net.minecraft.stats.StatCrafting
 
state - Variable in class net.minecraft.network.packet.Packet19EntityAction
1=sneak, 2=normal
statFileWriter - Variable in class net.minecraft.client.Minecraft
Stat file writer
StatFileWriter - Class in net.minecraft.stats
 
StatFileWriter(Session, File) - Constructor for class net.minecraft.stats.StatFileWriter
 
statGuid - Variable in class net.minecraft.stats.StatBase
Holds the GUID of the stat.
staticPlayerX - Static variable in class net.minecraft.client.renderer.tileentity.TileEntityRenderer
The player's current X position (same as playerX)
staticPlayerY - Static variable in class net.minecraft.client.renderer.tileentity.TileEntityRenderer
The player's current Y position (same as playerY)
staticPlayerZ - Static variable in class net.minecraft.client.renderer.tileentity.TileEntityRenderer
The player's current Z position (same as playerZ)
statId - Variable in class net.minecraft.stats.StatBase
The Stat ID
statisticId - Variable in class net.minecraft.network.packet.Packet200Statistic
 
StatList - Class in net.minecraft.stats
 
StatList() - Constructor for class net.minecraft.stats.StatList
 
statName - Variable in class net.minecraft.stats.StatBase
The Stat name
StatsSyncher - Class in net.minecraft.stats
 
StatsSyncher(Session, StatFileWriter, File) - Constructor for class net.minecraft.stats.StatsSyncher
 
StatStringFormatKeyInv - Class in net.minecraft.client
 
StatStringFormatKeyInv(Minecraft) - Constructor for class net.minecraft.client.StatStringFormatKeyInv
 
status - Variable in class net.minecraft.network.packet.Packet14BlockDig
Status of the digging (started, ongoing, broken).
statusBarLength - Static variable in class net.minecraft.entity.boss.BossStatus
 
statuses - Static variable in class net.minecraft.block.BlockAnvil
List of types/statues the Anvil can be in.
stepHeight - Variable in class net.minecraft.entity.Entity
How high this entity can step up when running into a block to try to get over it (currently make note the entity will always step up this amount and not just the amount needed)
stepSound - Variable in class net.minecraft.block.Block
Sound of stepping on the block
StepSound - Class in net.minecraft.block
 
StepSound(String, float, float) - Constructor for class net.minecraft.block.StepSound
 
stepSoundName - Variable in class net.minecraft.block.StepSound
 
stepSoundPitch - Variable in class net.minecraft.block.StepSound
 
stepSoundVolume - Variable in class net.minecraft.block.StepSound
 
stick - Static variable in class net.minecraft.item.Item
 
stileSizeBase - Static variable in class net.minecraft.client.renderer.texturefx.TextureCompassFX
 
stileSizeMask - Static variable in class net.minecraft.client.renderer.texturefx.TextureCompassFX
 
stileSizeSquare - Static variable in class net.minecraft.client.renderer.texturefx.TextureCompassFX
 
stileSizeSquareMask - Static variable in class net.minecraft.client.renderer.texturefx.TextureCompassFX
 
stillLiquid - Variable in class net.minecraftforge.liquids.LiquidContainerData
 
stillLiquidId() - Method in interface net.minecraftforge.liquids.ILiquid
The itemId of the liquid item
stillLiquidMeta() - Method in interface net.minecraftforge.liquids.ILiquid
The item metadata of the liquid
stone - Static variable in class net.minecraft.block.Block
 
STONE_BRICK_TYPES - Static variable in class net.minecraft.block.BlockStoneBrick
 
stoneBrick - Static variable in class net.minecraft.block.Block
 
stoneButton - Static variable in class net.minecraft.block.Block
 
stoneColor - Static variable in class net.minecraft.block.material.MapColor
The map color for Stone blocks
stoneDoubleSlab - Static variable in class net.minecraft.block.Block
stoneDoubleSlab
stoneOvenActive - Static variable in class net.minecraft.block.Block
 
stoneOvenIdle - Static variable in class net.minecraft.block.Block
 
stoneSingleSlab - Static variable in class net.minecraft.block.Block
stoneSingleSlab
stop() - Method in class ibxm.Player
Stop playback and close the audio device.
stop() - Method in class net.minecraft.client.MinecraftApplet
 
stopAllSounds() - Method in class net.minecraft.client.audio.SoundManager
Stops all currently playing sounds
stopEntitySound(Entity) - Method in class net.minecraft.client.audio.SoundManager
Stops playing the sound associated with the given entity
stopIntegratedServer() - Static method in class net.minecraft.client.Minecraft
 
stopListening() - Method in class net.minecraft.network.NetworkListenThread
 
stopListening() - Method in class net.minecraft.server.dedicated.DedicatedServerListenThread
 
stopListening() - Method in class net.minecraft.server.integrated.IntegratedServerListenThread
 
stopRendering() - Method in class net.minecraft.client.renderer.WorldRenderer
 
stopServer() - Method in class net.minecraft.server.integrated.IntegratedServer
Saves all necessary data as preparation for stopping the server.
stopServer() - Method in class net.minecraft.server.MinecraftServer
Saves all necessary data as preparation for stopping the server.
stopSnooper() - Method in class net.minecraft.profiler.PlayerUsageSnooper
 
stopUsingItem() - Method in class net.minecraft.entity.player.EntityPlayer
 
stringNullOrLengthZero(String) - Static method in class net.minecraft.util.MathHelper
 
stringToClassMapping - Static variable in class net.minecraft.entity.EntityList
Provides a mapping between entity classes and a string
StringTranslate - Class in net.minecraft.util
 
StringTranslate(String) - Constructor for class net.minecraft.util.StringTranslate
 
StringUtils - Class in net.minecraft.util
 
StringUtils() - Constructor for class net.minecraft.util.StringUtils
 
stripControlCodes(String) - Static method in class net.minecraft.util.StringUtils
 
STRONGHOLD_CORRIDOR - Static variable in class net.minecraftforge.common.ChestGenHooks
 
STRONGHOLD_CROSSING - Static variable in class net.minecraftforge.common.ChestGenHooks
 
STRONGHOLD_LIBRARY - Static variable in class net.minecraftforge.common.ChestGenHooks
 
strongholdChestContents - Static variable in class net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor
List of items that Stronghold chests can contain.
strongholdLibraryChestContents - Static variable in class net.minecraft.world.gen.structure.ComponentStrongholdLibrary
List of items that Stronghold Library chests can contain.
strongholdPieceWeight - Variable in class net.minecraft.world.gen.structure.ComponentStrongholdStairs2
 
strongholdPortalRoom - Variable in class net.minecraft.world.gen.structure.ComponentStrongholdStairs2
 
strongholdRoomCrossingChestContents - Static variable in class net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing
Items that could generate in the chest that is located in Stronghold Room Crossing.
StructureBoundingBox - Class in net.minecraft.world.gen.structure
 
StructureBoundingBox() - Constructor for class net.minecraft.world.gen.structure.StructureBoundingBox
 
StructureBoundingBox(StructureBoundingBox) - Constructor for class net.minecraft.world.gen.structure.StructureBoundingBox
 
StructureBoundingBox(int, int, int, int, int, int) - Constructor for class net.minecraft.world.gen.structure.StructureBoundingBox
 
StructureBoundingBox(int, int, int, int) - Constructor for class net.minecraft.world.gen.structure.StructureBoundingBox
 
StructureComponent - Class in net.minecraft.world.gen.structure
 
StructureMineshaftPieces - Class in net.minecraft.world.gen.structure
 
StructureMineshaftPieces() - Constructor for class net.minecraft.world.gen.structure.StructureMineshaftPieces
 
StructureMineshaftStart - Class in net.minecraft.world.gen.structure
 
StructureMineshaftStart(World, Random, int, int) - Constructor for class net.minecraft.world.gen.structure.StructureMineshaftStart
 
StructureNetherBridgePieces - Class in net.minecraft.world.gen.structure
 
StructureNetherBridgePieces() - Constructor for class net.minecraft.world.gen.structure.StructureNetherBridgePieces
 
StructurePieceBlockSelector - Class in net.minecraft.world.gen.structure
 
StructurePieceBlockSelector() - Constructor for class net.minecraft.world.gen.structure.StructurePieceBlockSelector
 
StructureScatteredFeatureStart - Class in net.minecraft.world.gen.structure
 
StructureScatteredFeatureStart(World, Random, int, int) - Constructor for class net.minecraft.world.gen.structure.StructureScatteredFeatureStart
 
StructureStart - Class in net.minecraft.world.gen.structure
 
StructureStart() - Constructor for class net.minecraft.world.gen.structure.StructureStart
 
StructureStrongholdPieces - Class in net.minecraft.world.gen.structure
 
StructureStrongholdPieces() - Constructor for class net.minecraft.world.gen.structure.StructureStrongholdPieces
 
StructureVillagePieces - Class in net.minecraft.world.gen.structure
 
StructureVillagePieces() - Constructor for class net.minecraft.world.gen.structure.StructureVillagePieces
 
StructureVillagePieceWeight - Class in net.minecraft.world.gen.structure
 
StructureVillagePieceWeight(Class, int, int) - Constructor for class net.minecraft.world.gen.structure.StructureVillagePieceWeight
 
structureVillageWeightedPieceList - Variable in class net.minecraft.world.gen.structure.ComponentVillageStartPiece
Contains List of all spawnable Structure Piece Weights.
structVillagePieceWeight - Variable in class net.minecraft.world.gen.structure.ComponentVillageStartPiece
 
subHit - Variable in class net.minecraft.util.MovingObjectPosition
Used to determine what sub-segment is hit
subID - Variable in class net.minecraftforge.client.event.DrawBlockHighlightEvent
 
subtract(Vec3) - Method in class net.minecraft.util.Vec3
 
success - Variable in class net.minecraftforge.event.entity.player.PlayerEvent.HarvestCheck
 
sugar - Static variable in class net.minecraft.item.Item
 
sugarEffect - Static variable in class net.minecraft.potion.PotionHelper
 
sustain - Variable in class ibxm.Envelope
 
swampland - Static variable in class net.minecraft.world.biome.BiomeGenBase
 
swapServers(int, int) - Method in class net.minecraft.client.multiplayer.ServerList
Takes two list indexes, and swaps their order around.
swingItem() - Method in class net.minecraft.client.entity.EntityClientPlayerMP
Swings the item the player is holding.
swingItem() - Method in class net.minecraft.entity.EntityLiving
Swings the item the player is holding.
swingProgress - Variable in class net.minecraft.entity.EntityLiving
 
swingProgressInt - Variable in class net.minecraft.entity.EntityLiving
 
swordDiamond - Static variable in class net.minecraft.item.Item
 
swordGold - Static variable in class net.minecraft.item.Item
 
swordSteel - Static variable in class net.minecraft.item.Item
 
swordStone - Static variable in class net.minecraft.item.Item
 
swordWood - Static variable in class net.minecraft.item.Item
 
syncPlayerInventory(EntityPlayerMP) - Method in class net.minecraft.server.management.ServerConfigurationManager
sends the players inventory to himself
syncStats() - Method in class net.minecraft.stats.StatFileWriter
 
syncStatsFileWithMap(Map) - Method in class net.minecraft.stats.StatsSyncher
 
SyntaxErrorException - Exception in net.minecraft.command
 
SyntaxErrorException() - Constructor for exception net.minecraft.command.SyntaxErrorException
 
SyntaxErrorException(String, Object...) - Constructor for exception net.minecraft.command.SyntaxErrorException
 

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