Skip navigation links
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 

A

accumulate(String, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Accumulate values under a key.
addGrassSeed(ItemStack, int) - Static method in class info.u_team.u_team_core.util.hooks.CommonForgeHooks
 
addListener(IContainerListener) - Method in class info.u_team.u_team_core.container.UContainerTileEntity
 
addParticle(String, int, boolean) - Static method in class info.u_team.u_team_core.util.EnumHelperParticle
 
addParticle(String, int, boolean, int) - Static method in class info.u_team.u_team_core.util.EnumHelperParticle
 
addSoundCategory(String) - Static method in class info.u_team.u_team_core.util.EnumHelperSoundCategory
 
AMP - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '&'.
APOS - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '''.
append(String, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Append values to the array under a key.
append(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer.Builder
Adds an arbitrary token to the list of reference tokens.
append(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer.Builder
Adds an integer to the reference token list.
appendPlayerInventory(InventoryPlayer, int, int) - Method in class info.u_team.u_team_core.container.UContainer
 
areItemStacksEqualIgnoreAmount(ItemStack, ItemStack) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
array() - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Begin appending a new array.

B

back() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Back up one character.
background - Variable in class info.u_team.u_team_core.gui.UGuiContainer
 
BANG - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '!'.
BiomeRegistry - Class in info.u_team.u_team_core.registry
Biome API
-> Registry
BiomeRegistry() - Constructor for class info.u_team.u_team_core.registry.BiomeRegistry
 
BlockRegistry - Class in info.u_team.u_team_core.registry
Block API
-> Registry
BlockRegistry() - Constructor for class info.u_team.u_team_core.registry.BlockRegistry
 
BlockUtil - Class in info.u_team.u_team_core.util.stack
Block utility
BlockUtil() - Constructor for class info.u_team.u_team_core.util.stack.BlockUtil
 
BufferEntry - Class in info.u_team.u_team_core.render
Entry for the MC standard VertexBuffer
BufferEntry() - Constructor for class info.u_team.u_team_core.render.BufferEntry
 
build() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Builds the RichPresence from the current state of this builder.
build() - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer.Builder
Creates a JSONPointer instance using the tokens previously set using the JSONPointer.Builder.append(String) method calls.
builder - Variable in class info.u_team.u_team_core.entity.UEntityEntry
 
Builder() - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
 
builder() - Static method in class info.u_team.u_team_core.repack.org.json.JSONPointer
Static factory method for JSONPointer.Builder.
Builder() - Constructor for class info.u_team.u_team_core.repack.org.json.JSONPointer.Builder
 

C

Callback - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
A callback for asynchronous logic when dealing processes that would normally block the calling thread.
Callback() - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Constructs an empty Callback.
Callback(Runnable) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Constructs a Callback with a success Runnable that occurs when the process it is attached to executes without error.
Callback(Consumer<String>) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Constructs a Callback with a failure Consumer that occurs when the process it is attached to encounters an error, and whose parameter is the error message.
Callback(Runnable, Consumer<String>) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Constructs a Callback with a success Runnable and a failure Consumer that occurs when the process it is attached to executes without or with error (respectively).
canInteractWith(EntityPlayer) - Method in class info.u_team.u_team_core.container.UContainer
 
CDL - Class in info.u_team.u_team_core.repack.org.json
This provides static methods to convert comma delimited text into a JSONArray, and to convert a JSONArray into comma delimited text.
CDL() - Constructor for class info.u_team.u_team_core.repack.org.json.CDL
 
checkPermission(MinecraftServer, ICommandSender) - Method in class info.u_team.u_team_core.intern.command.CommandPing
 
ClientConfig - Class in info.u_team.u_team_core.intern.config
This class manages our config file on the client
ClientConfig() - Constructor for class info.u_team.u_team_core.intern.config.ClientConfig
 
ClientConfig.Discord - Class in info.u_team.u_team_core.intern.config
 
ClientForgeHooks - Class in info.u_team.u_team_core.util.hooks
Forge client hooks
ClientForgeHooks() - Constructor for class info.u_team.u_team_core.util.hooks.ClientForgeHooks
 
ClientProxy - Class in info.u_team.u_team_core.intern.proxy
This class has methods that are only run by the client.
ClientProxy() - Constructor for class info.u_team.u_team_core.intern.proxy.ClientProxy
 
CLIENTPROXY - Static variable in class info.u_team.u_team_core.UCoreConstants
 
ClientRegistry - Class in info.u_team.u_team_core.registry
Client registry
ClientRegistry() - Constructor for class info.u_team.u_team_core.registry.ClientRegistry
 
close() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Attempts to close an open connection to Discord.
color(float, float, float, float) - Static method in class info.u_team.u_team_core.render.BufferEntry
 
CommandPing - Class in info.u_team.u_team_core.intern.command
Little useful command on servers to check your ping.
CommandPing() - Constructor for class info.u_team.u_team_core.intern.command.CommandPing
 
CommonForgeHooks - Class in info.u_team.u_team_core.util.hooks
Forge client hooks
CommonForgeHooks() - Constructor for class info.u_team.u_team_core.util.hooks.CommonForgeHooks
 
CommonProxy - Class in info.u_team.u_team_core.intern.proxy
This class has methods that are run by the server and the client.
CommonProxy() - Constructor for class info.u_team.u_team_core.intern.proxy.CommonProxy
 
COMMONPROXY - Static variable in class info.u_team.u_team_core.UCoreConstants
 
CommonRegistry - Class in info.u_team.u_team_core.registry
Common registry
CommonRegistry() - Constructor for class info.u_team.u_team_core.registry.CommonRegistry
 
compareTo(UBlockMetaData.MetaTypeWrapper) - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
connect(DiscordBuild...) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Opens the connection between the IPCClient and Discord.
construct(FMLConstructionEvent) - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
 
construct(FMLConstructionEvent) - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
 
construct(FMLConstructionEvent) - Method in class info.u_team.u_team_core.UCoreMain
 
Cookie - Class in info.u_team.u_team_core.repack.org.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class info.u_team.u_team_core.repack.org.json.Cookie
 
CookieList - Class in info.u_team.u_team_core.repack.org.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class info.u_team.u_team_core.repack.org.json.CookieList
 
create(String, Class<T>, T...) - Static method in class info.u_team.u_team_core.property.PropertyList
 
create(String, Class<T>, Collection<T>) - Static method in class info.u_team.u_team_core.property.PropertyList
 
create(World, int) - Method in class info.u_team.u_team_core.tileentity.UTileEntityProvider
 
create() - Static method in class info.u_team.u_team_core.util.NonNullListUtil
 
createIcon() - Method in class info.u_team.u_team_core.creativetab.UCreativeTab
 
createNewTileEntity(World, int) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
CRLF - Static variable in class info.u_team.u_team_core.repack.org.json.HTTP
Carriage return/line feed.
current - Static variable in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
CustomResourceLocation - Class in info.u_team.u_team_core.util
Resource location that can take an other resource location put append to its resource path
CustomResourceLocation(String, String) - Constructor for class info.u_team.u_team_core.util.CustomResourceLocation
 
CustomResourceLocation(ResourceLocation, String) - Constructor for class info.u_team.u_team_core.util.CustomResourceLocation
 

D

damageDropped(IBlockState) - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
data(float[]...) - Static method in class info.u_team.u_team_core.render.GLTG
 
dehexchar(char) - Static method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the hex value of a character (base16).
DEPENDENCIES - Static variable in class info.u_team.u_team_core.UCoreConstants
 
detectAndSendChanges() - Method in class info.u_team.u_team_core.container.UContainerTileEntity
 
discord - Static variable in class info.u_team.u_team_core.intern.config.ClientConfig
 
Discord() - Constructor for class info.u_team.u_team_core.intern.config.ClientConfig.Discord
 
discord_richpresence - Variable in class info.u_team.u_team_core.intern.config.ClientConfig.Discord
 
DiscordBuild - Enum in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
Constants representing various Discord client builds, such as Stable, Canary, Public Test Build (PTB)
DiscordRichPresence - Class in info.u_team.u_team_core.intern.discord
Using ipc client to connect with discord and using it's rich presence.
DiscordRichPresence() - Constructor for class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
DiscordRichPresence.EnumState - Enum in info.u_team.u_team_core.intern.discord
 
DiscordRichPresence.State - Class in info.u_team.u_team_core.intern.discord
 
distance(int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
 
doubleToString(double) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Produce a string from a double.
DrawFormat - Enum in info.u_team.u_team_core.render
Draw formats supported by BufferEntry
drawGuiContainerBackgroundLayer(float, int, int) - Method in class info.u_team.u_team_core.gui.UGuiContainer
 
drawManual(float[][], float[][], float[][], float[][]) - Static method in class info.u_team.u_team_core.render.GLTG
 

E

end() - Static method in class info.u_team.u_team_core.render.BufferEntry
 
end() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Checks if the end of the input has been reached.
endArray() - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
End an array.
endDraw() - Static method in class info.u_team.u_team_core.render.BufferEntry
 
endObject() - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
End an object.
entity - Static variable in class info.u_team.u_team_core.repack.org.json.XMLTokener
The table of entity values.
EntityRegistry - Class in info.u_team.u_team_core.registry
Entity API
-> Registry
EntityRegistry() - Constructor for class info.u_team.u_team_core.registry.EntityRegistry
 
entrySet() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get a set of entries of the JSONObject.
EnumHelperParticle - Class in info.u_team.u_team_core.util
Extended EnumHelper that support adding custom particles to minecraft
EnumHelperParticle() - Constructor for class info.u_team.u_team_core.util.EnumHelperParticle
 
EnumHelperSoundCategory - Class in info.u_team.u_team_core.util
Extended EnumHelper that support adding custom sound categories to minecraft
EnumHelperSoundCategory() - Constructor for class info.u_team.u_team_core.util.EnumHelperSoundCategory
 
EQ - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '='.
equals(Object) - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
equals(Object) - Method in class info.u_team.u_team_core.property.PropertyList
 
equals(Object) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
 
escape(String) - Static method in class info.u_team.u_team_core.repack.org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Replace special characters with XML escapes: & (ampersand) is replaced by &amp; < (less than) is replaced by &lt; > (greater than) is replaced by &gt; " (double quote) is replaced by &quot; ' (single quote / apostrophe) is replaced by &apos;
event(RegistryEvent.Register<Biome>) - Static method in class info.u_team.u_team_core.registry.BiomeRegistry
 
event(RegistryEvent.Register<Block>) - Static method in class info.u_team.u_team_core.registry.BlockRegistry
 
event(RegistryEvent.Register<EntityEntry>) - Static method in class info.u_team.u_team_core.registry.EntityRegistry
 
event(RegistryEvent.Register<Item>) - Static method in class info.u_team.u_team_core.registry.ItemRegistry
 
event(ModelRegistryEvent) - Static method in class info.u_team.u_team_core.registry.ModelRegistry
 
event(RegistryEvent.Register<SoundEvent>) - Static method in class info.u_team.u_team_core.registry.SoundRegistry
 
EventHandlerConfigChange - Class in info.u_team.u_team_core.intern.event
Internal Event for config sync with gui and file and annotation system
EventHandlerConfigChange() - Constructor for class info.u_team.u_team_core.intern.event.EventHandlerConfigChange
 
EventHandlerUpdateDiscordRichPresence - Class in info.u_team.u_team_core.intern.event
Internal Event for update discord rich presence
EventHandlerUpdateDiscordRichPresence() - Constructor for class info.u_team.u_team_core.intern.event.EventHandlerUpdateDiscordRichPresence
 
eventReceived(IBlockState, World, BlockPos, int, int) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
execute(MinecraftServer, ICommandSender, String[]) - Method in class info.u_team.u_team_core.intern.command.CommandPing
 

F

fail(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Launches the failure Consumer with the provided message.
FileUtil - Class in info.u_team.u_team_core.util.io
File utility
FileUtil() - Constructor for class info.u_team.u_team_core.util.io.FileUtil
 
from(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.DiscordBuild
Gets a DiscordBuild matching the specified endpoint.
from(E, E...) - Static method in class info.u_team.u_team_core.util.NonNullListUtil
 
from(Object) - Static method in class info.u_team.u_team_core.util.stack.BlockUtil
 
from(Object) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
from(Object) - Static method in class info.u_team.u_team_core.util.stack.ItemUtil
 
fromBytes(ByteBuf) - Method in class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer
 

G

get(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the value object associated with a key.
getAllowedValues() - Method in class info.u_team.u_team_core.property.PropertyList
 
getAsMention() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the User as a discord formatted mention.
getAvatarId() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users avatar ID.
getAvatarUrl() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users avatar URL.
getAverage(long...) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getBigDecimal(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the BigDecimal value associated with an index.
getBigDecimal(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the BigDecimal value associated with a key.
getBigInteger(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the BigInteger value associated with an index.
getBigInteger(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the BigInteger value associated with a key.
getBlockState() - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getBoolean(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the boolean value associated with a key.
getChunkLoadServerSyncData(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
getClientSyncContainerData(NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
getDefaultAvatarId() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users User.DefaultAvatar avatar ID.
getDefaultAvatarUrl() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users User.DefaultAvatar avatar URL.
getDiscordBuild() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Gets the IPCClient's DiscordBuild.
getDiscriminator() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users discriminator.
getDistanceAtoB(double, double, double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getDouble(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the double value associated with a key.
getEffectiveAvatarUrl() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users avatar URL, or their User.DefaultAvatar avatar URL if they do not have a custom avatar set on their account.
getEntityRegistryEntries(Class<?>) - Static method in class info.u_team.u_team_core.util.RegistryUtil
 
getEntry() - Method in interface info.u_team.u_team_core.api.registry.IUEntityEntry
 
getEntry() - Method in class info.u_team.u_team_core.entity.UEntityEntry
 
getEnum(Class<E>, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the enum value associated with an index.
getEnum(Class<E>, String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the enum value associated with a key.
getFileNamesInDirectionary(File, String, String) - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getFilesInDirectionary(File) - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getFloat(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the float value associated with a key.
getFloat(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the float value associated with a key.
getId() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users Snowflake ID as a String.
getIdLong() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users Snowflake ID as a long.
getImageKey() - Method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
 
getImageName(String) - Method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
 
getInputStreamFromFile(File) - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getInputStreamFromResource(String) - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getInputStreamFromResource(ResourceLocation) - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getInstance() - Static method in class info.u_team.u_team_core.UCoreMain
 
getInt(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the int value associated with a key.
getItem() - Method in interface info.u_team.u_team_core.api.registry.IUBlock
 
getItem() - Method in class info.u_team.u_team_core.block.UBlock
 
getItemAttributeModifiers(EntityEquipmentSlot) - Method in class info.u_team.u_team_core.item.tool.UItemSword
 
getItemBlock() - Method in interface info.u_team.u_team_core.api.registry.IUBlock
 
getItemBlock() - Method in class info.u_team.u_team_core.block.UBlock
 
getItemBlock() - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getJson() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
Gets the JSONObject value as a part of this Packet.
getJSONArray(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the JSONObject value associated with a key.
getList() - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getList() - Method in class info.u_team.u_team_core.item.UItemMetaData
 
getLong(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the long value associated with a key.
getMainDirectory() - Static method in class info.u_team.u_team_core.util.io.FileUtil
 
getMaxVec(Vec3i, Vec3i) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getMessage(String) - Method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
 
getMetadata() - Method in interface info.u_team.u_team_core.api.IMetaType
 
getMetadata() - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
getMetadata(int) - Method in class info.u_team.u_team_core.item.UItemBlockMetaData
 
getMetadata(int) - Method in class info.u_team.u_team_core.item.UItemMetaData
 
getMetaFromState(IBlockState) - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getMinVec(Vec3i, Vec3i) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getModID(Block) - Static method in class info.u_team.u_team_core.util.stack.BlockUtil
 
getModID(Item) - Static method in class info.u_team.u_team_core.util.stack.ItemUtil
 
getName() - Method in interface info.u_team.u_team_core.api.IMetaType
 
getName() - Method in interface info.u_team.u_team_core.api.IPropertyList
 
getName() - Method in interface info.u_team.u_team_core.api.registry.IURegistry
 
getName() - Method in class info.u_team.u_team_core.biome.UBiome
 
getName() - Method in class info.u_team.u_team_core.block.UBlock
 
getName() - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
getName() - Method in class info.u_team.u_team_core.entity.UEntityEntry
 
getName() - Method in class info.u_team.u_team_core.intern.command.CommandPing
 
getName() - Method in class info.u_team.u_team_core.item.armor.UItemArmor
 
getName() - Method in class info.u_team.u_team_core.item.tool.UItemAxe
 
getName() - Method in class info.u_team.u_team_core.item.tool.UItemHoe
 
getName() - Method in class info.u_team.u_team_core.item.tool.UItemPickaxe
 
getName() - Method in class info.u_team.u_team_core.item.tool.UItemSpade
 
getName() - Method in class info.u_team.u_team_core.item.tool.UItemSword
 
getName() - Method in class info.u_team.u_team_core.item.UItem
 
getName() - Method in class info.u_team.u_team_core.item.UItemFood
 
getName(T) - Method in class info.u_team.u_team_core.property.PropertyList
 
getName() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets the Users account name.
getName() - Method in class info.u_team.u_team_core.sound.USoundEvent
 
getName(Block) - Static method in class info.u_team.u_team_core.util.stack.BlockUtil
 
getName(Item) - Static method in class info.u_team.u_team_core.util.stack.ItemUtil
 
getNames(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an array of field names from an Object.
getNumber(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the Number value associated with a key.
getNumber(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the Number value associated with a key.
getOp() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
Gets the Packet.OpCode value of this Packet.
getOrCreateCompound(ItemStack) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
getOrCreateSubCompound(ItemStack, String) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
getRandomNumberInRange(int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRandomNumberInRange(float, float) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRandomNumberInRange(double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRandomNumberInRange(Random, int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRandomNumberInRange(Random, float, float) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRandomNumberInRange(Random, double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
 
getRegistryEntries(Class<T>, Class<?>) - Static method in class info.u_team.u_team_core.util.RegistryUtil
 
getRegistryName(Block) - Static method in class info.u_team.u_team_core.util.stack.BlockUtil
 
getRegistryName(Item) - Static method in class info.u_team.u_team_core.util.stack.ItemUtil
 
getReplace() - Method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
 
getServerSyncContainerData(NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
getServerSyncData(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
getState() - Method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
 
getStateFromDimension(WorldProvider) - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
getStateFromMeta(int) - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getStatus() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Gets the IPCClient's current IPCClient.Status.
getString(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the string associated with a key.
getSubCompound(ItemStack, String) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
getSubItems(CreativeTabs, NonNullList<ItemStack>) - Method in class info.u_team.u_team_core.item.UItemBlockMetaData
 
getSubItems(CreativeTabs, NonNullList<ItemStack>) - Method in class info.u_team.u_team_core.item.UItemMetaData
 
getTileentity() - Method in class info.u_team.u_team_core.container.UContainerTileEntity
 
getTileEntityClass() - Method in class info.u_team.u_team_core.tileentity.UTileEntityProvider
 
getTileEntitySave(IBlockAccess, BlockPos) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
getTranslationKey(ItemStack) - Method in class info.u_team.u_team_core.item.UItemBlockMetaData
 
getTranslationKey(ItemStack) - Method in class info.u_team.u_team_core.item.UItemMetaData
 
getUpdatePacket() - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
getUpdateRate() - Method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
getUpdateTag() - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
getUsage(ICommandSender) - Method in class info.u_team.u_team_core.intern.command.CommandPing
 
getWrapped() - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
getWrapped() - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
GLSize - Class in info.u_team.u_team_core.render
Gl Size
GLSize(float, float) - Constructor for class info.u_team.u_team_core.render.GLSize
 
GLTG - Class in info.u_team.u_team_core.render
Draw class for a higher level drawing
GLTG() - Constructor for class info.u_team.u_team_core.render.GLTG
 
GT - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '>'.

H

handleChunkLoadClientSyncData(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
handleClientSyncData(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
handleFromClientSyncContainerData(NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
handleFromServerSyncContainerData(NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
handleNextSync - Variable in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
Handler() - Constructor for class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer.Handler
 
handleServerData(NBTTagCompound) - Method in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
handleServerDataInstant(NBTTagCompound) - Method in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
handleServerDataOnFirstArrival(NBTTagCompound) - Method in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
handleUpdateTag(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
has(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class info.u_team.u_team_core.property.PropertyList
 
hashCode() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
 
HTTP - Class in info.u_team.u_team_core.repack.org.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class info.u_team.u_team_core.repack.org.json.HTTP
 
HTTPTokener - Class in info.u_team.u_team_core.repack.org.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class info.u_team.u_team_core.repack.org.json.HTTPTokener
Construct an HTTPTokener from a string.

I

IMetaType - Interface in info.u_team.u_team_core.api
Used for metadata items and blocks
IModelProvider - Interface in info.u_team.u_team_core.api
Models can now be registered directly in items with this interface
increment(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Increment a property of a JSONObject.
info.u_team.u_team_core - package info.u_team.u_team_core
 
info.u_team.u_team_core.api - package info.u_team.u_team_core.api
 
info.u_team.u_team_core.api.registry - package info.u_team.u_team_core.api.registry
 
info.u_team.u_team_core.biome - package info.u_team.u_team_core.biome
 
info.u_team.u_team_core.block - package info.u_team.u_team_core.block
 
info.u_team.u_team_core.container - package info.u_team.u_team_core.container
 
info.u_team.u_team_core.creativetab - package info.u_team.u_team_core.creativetab
 
info.u_team.u_team_core.entity - package info.u_team.u_team_core.entity
 
info.u_team.u_team_core.gui - package info.u_team.u_team_core.gui
 
info.u_team.u_team_core.intern.command - package info.u_team.u_team_core.intern.command
 
info.u_team.u_team_core.intern.config - package info.u_team.u_team_core.intern.config
 
info.u_team.u_team_core.intern.discord - package info.u_team.u_team_core.intern.discord
 
info.u_team.u_team_core.intern.event - package info.u_team.u_team_core.intern.event
 
info.u_team.u_team_core.intern.network - package info.u_team.u_team_core.intern.network
 
info.u_team.u_team_core.intern.network.message - package info.u_team.u_team_core.intern.network.message
 
info.u_team.u_team_core.intern.proxy - package info.u_team.u_team_core.intern.proxy
 
info.u_team.u_team_core.item - package info.u_team.u_team_core.item
 
info.u_team.u_team_core.item.armor - package info.u_team.u_team_core.item.armor
 
info.u_team.u_team_core.item.tool - package info.u_team.u_team_core.item.tool
 
info.u_team.u_team_core.property - package info.u_team.u_team_core.property
 
info.u_team.u_team_core.registry - package info.u_team.u_team_core.registry
 
info.u_team.u_team_core.render - package info.u_team.u_team_core.render
 
info.u_team.u_team_core.repack.com.jagrosh.discordipc - package info.u_team.u_team_core.repack.com.jagrosh.discordipc
 
info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities - package info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
 
info.u_team.u_team_core.repack.com.jagrosh.discordipc.exceptions - package info.u_team.u_team_core.repack.com.jagrosh.discordipc.exceptions
 
info.u_team.u_team_core.repack.org.json - package info.u_team.u_team_core.repack.org.json
 
info.u_team.u_team_core.sound - package info.u_team.u_team_core.sound
 
info.u_team.u_team_core.tileentity - package info.u_team.u_team_core.tileentity
 
info.u_team.u_team_core.util - package info.u_team.u_team_core.util
 
info.u_team.u_team_core.util.hooks - package info.u_team.u_team_core.util.hooks
 
info.u_team.u_team_core.util.io - package info.u_team.u_team_core.util.io
 
info.u_team.u_team_core.util.stack - package info.u_team.u_team_core.util.stack
 
info.u_team.u_team_core.util.world - package info.u_team.u_team_core.util.world
 
init() - Static method in class info.u_team.u_team_core.intern.network.NetworkHandler
 
init(FMLInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
 
init(FMLInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
 
init(FMLInitializationEvent) - Method in class info.u_team.u_team_core.UCoreMain
 
invalidate() - Method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
IPCClient - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc
Represents a Discord IPC Client that can send and receive Rich Presence data.
IPCClient(long) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Constructs a new IPCClient using the provided clientId.
IPCClient.Event - Enum in info.u_team.u_team_core.repack.com.jagrosh.discordipc
Constants representing events that can be subscribed to using IPCClient.subscribe(Event).
IPCClient.Status - Enum in info.u_team.u_team_core.repack.com.jagrosh.discordipc
Constants representing various status that an IPCClient can have.
IPCListener - Interface in info.u_team.u_team_core.repack.com.jagrosh.discordipc
An implementable listener used to handle events caught by an IPCClient.
IPropertyList - Interface in info.u_team.u_team_core.api
Used for property list (for block states)
isBot() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Gets whether or not this User is a bot.
isDecimalNotation(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Tests if the value should be tried as a decimal.
isEmpty() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Gets whether or not this Callback is "empty" which is more precisely defined as not having a specified success Runnable and/or a failure Consumer.
isEnabled() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
isInRange(int, int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
 
isNull(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isSubscribable() - Method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Event
 
isTileEntityFromProvider(IBlockAccess, BlockPos) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
ISyncedContainerTileEntity - Interface in info.u_team.u_team_core.api
Implement this in your own TileEntity and use UContainerTileEntity for synchronization
ItemRegistry - Class in info.u_team.u_team_core.registry
Item API
-> Registry
ItemRegistry() - Constructor for class info.u_team.u_team_core.registry.ItemRegistry
 
ItemStackUtil - Class in info.u_team.u_team_core.util.stack
ItemStack utility
ItemStackUtil() - Constructor for class info.u_team.u_team_core.util.stack.ItemStackUtil
 
ItemUtil - Class in info.u_team.u_team_core.util.stack
Item utility
ItemUtil() - Constructor for class info.u_team.u_team_core.util.stack.ItemUtil
 
iterator() - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
 
IUBiome - Interface in info.u_team.u_team_core.api.registry
Mark a biome as ubiome for registry things
IUBlock - Interface in info.u_team.u_team_core.api.registry
Mark a block as ublock for registry things
IUEntityEntry - Interface in info.u_team.u_team_core.api.registry
Mark a entityentry as uentityentry for registry things
IUItem - Interface in info.u_team.u_team_core.api.registry
Mark a block as uitem for registry things
IURegistry - Interface in info.u_team.u_team_core.api.registry
Mark a registry entry with a name
IUSoundEvent - Interface in info.u_team.u_team_core.api.registry
Mark a sound as usound for registry things

J

join(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in info.u_team.u_team_core.repack.org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class info.u_team.u_team_core.repack.org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection<?>) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in info.u_team.u_team_core.repack.org.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception info.u_team.u_team_core.repack.org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(String, Throwable) - Constructor for exception info.u_team.u_team_core.repack.org.json.JSONException
Constructs a JSONException with an explanatory message and cause.
JSONException(Throwable) - Constructor for exception info.u_team.u_team_core.repack.org.json.JSONException
Constructs a new JSONException with the specified cause.
JSONML - Class in info.u_team.u_team_core.repack.org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class info.u_team.u_team_core.repack.org.json.JSONML
 
JSONObject - Class in info.u_team.u_team_core.repack.org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map<?, ?>) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONObject(int) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONObject
Constructor to specify an initial capacity of the internal map.
JSONPointer - Class in info.u_team.u_team_core.repack.org.json
A JSON Pointer is a simple query language defined for JSON documents by RFC 6901.
JSONPointer(String) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONPointer
Pre-parses and initializes a new JSONPointer instance.
JSONPointer(List<String>) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONPointer
 
JSONPointer.Builder - Class in info.u_team.u_team_core.repack.org.json
This class allows the user to build a JSONPointer in steps, using exactly one segment in each step.
JSONPointerException - Exception in info.u_team.u_team_core.repack.org.json
The JSONPointerException is thrown by JSONPointer if an error occurs during evaluating a pointer.
JSONPointerException(String) - Constructor for exception info.u_team.u_team_core.repack.org.json.JSONPointerException
 
JSONPointerException(String, Throwable) - Constructor for exception info.u_team.u_team_core.repack.org.json.JSONPointerException
 
JSONPropertyIgnore - Annotation Type in info.u_team.u_team_core.repack.org.json
 
JSONPropertyName - Annotation Type in info.u_team.u_team_core.repack.org.json
 
JSONString - Interface in info.u_team.u_team_core.repack.org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in info.u_team.u_team_core.repack.org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class info.u_team.u_team_core.repack.org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in info.u_team.u_team_core.repack.org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in info.u_team.u_team_core.repack.org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Appendable) - Constructor for class info.u_team.u_team_core.repack.org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Append a key.
keys() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get a set of keys of the JSONObject.

L

length() - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the number of keys stored in the JSONObject.
LOGGER - Static variable in class info.u_team.u_team_core.UCoreConstants
 
LT - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '<'.

M

MathUtil - Class in info.u_team.u_team_core.util
Math utility
MathUtil() - Constructor for class info.u_team.u_team_core.util.MathUtil
 
MCVERSION - Static variable in class info.u_team.u_team_core.UCoreConstants
 
MessageSyncedContainer - Class in info.u_team.u_team_core.intern.network.message
Custom message for container and tileentity synchronization
MessageSyncedContainer() - Constructor for class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer
 
MessageSyncedContainer(BlockPos, NBTTagCompound) - Constructor for class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer
 
MessageSyncedContainer.Handler - Class in info.u_team.u_team_core.intern.network.message
 
MetaTypeWrapper(IMetaType) - Constructor for class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
mode - Variable in class info.u_team.u_team_core.repack.org.json.JSONWriter
The current mode.
ModelRegistry - Class in info.u_team.u_team_core.registry
Model API
-> Registry
ModelRegistry() - Constructor for class info.u_team.u_team_core.registry.ModelRegistry
 
MODID - Static variable in class info.u_team.u_team_core.UCoreConstants
 
more() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

name - Variable in class info.u_team.u_team_core.biome.UBiome
 
name - Variable in class info.u_team.u_team_core.block.UBlock
 
name - Variable in class info.u_team.u_team_core.item.armor.UItemArmor
 
name - Variable in class info.u_team.u_team_core.item.tool.UItemAxe
 
name - Variable in class info.u_team.u_team_core.item.tool.UItemHoe
 
name - Variable in class info.u_team.u_team_core.item.tool.UItemPickaxe
 
name - Variable in class info.u_team.u_team_core.item.tool.UItemSpade
 
name - Variable in class info.u_team.u_team_core.item.tool.UItemSword
 
name - Variable in class info.u_team.u_team_core.item.UItem
 
name - Variable in class info.u_team.u_team_core.item.UItemFood
 
name - Variable in class info.u_team.u_team_core.sound.USoundEvent
 
NAME - Static variable in class info.u_team.u_team_core.UCoreConstants
 
names() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NBTStreamUtil - Class in info.u_team.u_team_core.util.io
NBT utility
NBTStreamUtil() - Constructor for class info.u_team.u_team_core.util.io.NBTStreamUtil
 
network - Static variable in class info.u_team.u_team_core.intern.network.NetworkHandler
 
NetworkHandler - Class in info.u_team.u_team_core.intern.network
Internal class for registering custom netty messages
NetworkHandler() - Constructor for class info.u_team.u_team_core.intern.network.NetworkHandler
 
next() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class info.u_team.u_team_core.repack.org.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Get the next value.
NoDiscordClientException - Exception in info.u_team.u_team_core.repack.com.jagrosh.discordipc.exceptions
An exception thrown when an IPCClient when the client cannot find the proper application to use for RichPresence when attempting to {@link info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient#connect(DiscordBuild...)
NoDiscordClientException() - Constructor for exception info.u_team.u_team_core.repack.com.jagrosh.discordipc.exceptions.NoDiscordClientException
 
NonNullListCustom<E> - Class in info.u_team.u_team_core.util
NonNullList with public constructor
NonNullListCustom(List<E>) - Constructor for class info.u_team.u_team_core.util.NonNullListCustom
 
NonNullListCustom(List<E>, E) - Constructor for class info.u_team.u_team_core.util.NonNullListCustom
 
NonNullListUtil - Class in info.u_team.u_team_core.util
Creates a non null list custom with some basic parameters
NonNullListUtil() - Constructor for class info.u_team.u_team_core.util.NonNullListUtil
 
normal(float, float, float) - Static method in class info.u_team.u_team_core.render.BufferEntry
 
noSpace(String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class info.u_team.u_team_core.repack.org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Produce a string from a Number.

O

object() - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Begin appending a new object.
on(ConfigChangedEvent.OnConfigChangedEvent) - Static method in class info.u_team.u_team_core.intern.event.EventHandlerConfigChange
 
on(GuiScreenEvent.InitGuiEvent.Pre) - Static method in class info.u_team.u_team_core.intern.event.EventHandlerUpdateDiscordRichPresence
 
on(EntityJoinWorldEvent) - Static method in class info.u_team.u_team_core.intern.event.EventHandlerUpdateDiscordRichPresence
 
on(WorldEvent.Unload) - Static method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
onActivityJoin(IPCClient, String) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever a RichPresence activity informs us that a user has clicked a "join" button.
onActivityJoinRequest(IPCClient, String, User) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever a RichPresence activity informs us that a user has clicked a "ask to join" button.
onActivitySpectate(IPCClient, String) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever a RichPresence activity informs us that a user has clicked a "spectate" button.
onChunkUnload() - Method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
onClose(IPCClient, JSONObject) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever an IPCClient has closed.
onDataPacket(NetworkManager, SPacketUpdateTileEntity) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
onDisconnect(IPCClient, Throwable) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever an IPCClient has disconnected, either due to bad data or an exception.
onLoad() - Method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
onMessage(MessageSyncedContainer, MessageContext) - Method in class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer.Handler
 
onPacketReceived(IPCClient, Packet) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever an IPCClient receives a Packet to Discord.
onPacketSent(IPCClient, Packet) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever an IPCClient sends a Packet to Discord.
onReady(IPCClient) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
Fired whenever an IPCClient is ready and connected to Discord.
openContainer(Object, int, World, BlockPos, EntityPlayer) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
openContainer(Object, int, World, BlockPos, EntityPlayer, boolean) - Method in class info.u_team.u_team_core.block.UBlockTileEntity
 
opt(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional value associated with a key.
optBigDecimal(int, BigDecimal) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional BigDecimal value associated with an index.
optBigDecimal(String, BigDecimal) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional BigDecimal associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBigInteger(int, BigInteger) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional BigInteger value associated with an index.
optBigInteger(String, BigInteger) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional BigInteger associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optBoolean(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optEnum(Class<E>, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the enum value associated with a key.
optEnum(Class<E>, int, E) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the enum value associated with a key.
optEnum(Class<E>, String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the enum value associated with a key.
optEnum(Class<E>, String, E) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the enum value associated with a key.
optFloat(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional float value associated with an index.
optFloat(int, float) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional float value associated with an index.
optFloat(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the optional double value associated with an index.
optFloat(String, float) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get the optional double value associated with an index.
optInt(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optNumber(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get an optional Number value associated with a key, or null if there is no such key or if the value is not a number.
optNumber(int, Number) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get an optional Number value associated with a key, or the default if there is no such key or if the value is not a number.
optNumber(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional Number value associated with a key, or null if there is no such key or if the value is not a number.
optNumber(String, Number) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional Number value associated with a key, or the default if there is no such key or if the value is not a number.
optQuery(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(JSONPointer) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optQuery(JSONPointer) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Queries and returns a value from this object using jsonPointer, or returns null if the query fails due to a missing key.
optString(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Get an optional string associated with a key.

P

Packet - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
A data-packet received from Discord via an IPCClient.
Packet(Packet.OpCode, JSONObject) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
Constructs a new Packet using an Packet.OpCode and JSONObject.
Packet.OpCode - Enum in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
Discord response OpCode values that are sent with response data to and from Discord and the IPCClient connected.
parseValue(String) - Method in class info.u_team.u_team_core.property.PropertyList
 
postinit(FMLPostInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
 
postinit(FMLPostInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
 
postinit(FMLPostInitializationEvent) - Method in class info.u_team.u_team_core.UCoreMain
 
preinit(FMLPreInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
 
preinit(FMLPreInitializationEvent) - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
 
preinit(FMLPreInitializationEvent) - Method in class info.u_team.u_team_core.UCoreMain
 
property - Variable in class info.u_team.u_team_core.block.UBlockMetaData
 
Property - Class in info.u_team.u_team_core.repack.org.json
Converts a Property file data into JSONObject and back.
Property() - Constructor for class info.u_team.u_team_core.repack.org.json.Property
 
PropertyList<T extends IPropertyList & java.lang.Comparable<T>> - Class in info.u_team.u_team_core.property
Property list used for block states (like an enum but needs only an array)
PropertyList(String, Class<T>, Collection<T>) - Constructor for class info.u_team.u_team_core.property.PropertyList
 
put(boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append a boolean value.
put(Collection<?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append a double value.
put(float) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append a float value.
put(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append an int value.
put(long) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append an long value.
put(Map<?, ?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace a double value.
put(int, float) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace a float value.
put(int, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace a long value.
put(int, Map<?, ?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection<?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, float) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/float pair in the JSONObject.
put(String, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<?, ?>) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

query(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Creates a JSONPointer using an initialization string and tries to match it to an item within this JSONArray.
query(JSONPointer) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Uses a uaer initialized JSONPointer and tries to match it to an item whithin this JSONArray.
query(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Creates a JSONPointer using an initialization string and tries to match it to an item within this JSONObject.
query(JSONPointer) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Uses a user initialized JSONPointer and tries to match it to an item within this JSONObject.
queryFrom(Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer
Evaluates this JSON Pointer on the given document.
QUEST - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '?'.
QUOT - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '"'.
quote(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
 

R

rayTraceServerSide(EntityPlayer, double) - Static method in class info.u_team.u_team_core.util.world.WorldUtil
 
rayTraceServerSide(EntityPlayer, double, boolean, boolean, boolean) - Static method in class info.u_team.u_team_core.util.world.WorldUtil
 
readFromNBT(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
readNBT(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
readNBTFromFile(File) - Static method in class info.u_team.u_team_core.util.io.NBTStreamUtil
 
readNBTFromStream(InputStream) - Static method in class info.u_team.u_team_core.util.io.NBTStreamUtil
 
register(String, Biome) - Static method in class info.u_team.u_team_core.registry.BiomeRegistry
 
register(String, Collection<Biome>) - Static method in class info.u_team.u_team_core.registry.BiomeRegistry
 
register(String, Block) - Static method in class info.u_team.u_team_core.registry.BlockRegistry
 
register(String, Collection<Block>) - Static method in class info.u_team.u_team_core.registry.BlockRegistry
 
register(String, IUEntityEntry) - Static method in class info.u_team.u_team_core.registry.EntityRegistry
 
register(String, Collection<IUEntityEntry>) - Static method in class info.u_team.u_team_core.registry.EntityRegistry
 
register(String, Item) - Static method in class info.u_team.u_team_core.registry.ItemRegistry
 
register(String, Collection<Item>) - Static method in class info.u_team.u_team_core.registry.ItemRegistry
 
register(String, SoundEvent) - Static method in class info.u_team.u_team_core.registry.SoundRegistry
 
register(String, Collection<SoundEvent>) - Static method in class info.u_team.u_team_core.registry.SoundRegistry
 
registerEntityRenderer(Class<T>, IRenderFactory<? super T>) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerEventHandler(Object) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
registerEventHandler(Object...) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
registerGuiHandler(Object, IGuiHandler) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
registerKeybinding(KeyBinding) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel() - Method in interface info.u_team.u_team_core.api.IModelProvider
 
registerModel() - Method in class info.u_team.u_team_core.block.UBlock
 
registerModel() - Method in class info.u_team.u_team_core.block.UBlockMetaData
 
registerModel() - Method in class info.u_team.u_team_core.item.armor.UItemArmor
 
registerModel() - Method in class info.u_team.u_team_core.item.tool.UItemAxe
 
registerModel() - Method in class info.u_team.u_team_core.item.tool.UItemHoe
 
registerModel() - Method in class info.u_team.u_team_core.item.tool.UItemPickaxe
 
registerModel() - Method in class info.u_team.u_team_core.item.tool.UItemSpade
 
registerModel() - Method in class info.u_team.u_team_core.item.tool.UItemSword
 
registerModel() - Method in class info.u_team.u_team_core.item.UItem
 
registerModel() - Method in class info.u_team.u_team_core.item.UItemFood
 
registerModel() - Method in class info.u_team.u_team_core.item.UItemMetaData
 
registerModel(Item) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel(Block) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel(Item, int) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel(Block, int) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel(Item, int, ModelResourceLocation) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerModel(Block, int, ModelResourceLocation) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerSmelting(ItemStack, ItemStack, float) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
registerSpecialTileEntityRenderer(Class<T>, TileEntitySpecialRenderer<? super T>) - Static method in class info.u_team.u_team_core.registry.ClientRegistry
 
registerWorldGeneration(IWorldGenerator, int) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
RegistryUtil - Class in info.u_team.u_team_core.util
Registry utility
RegistryUtil() - Constructor for class info.u_team.u_team_core.util.RegistryUtil
 
remove(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Remove a name and its value, if present.
removeCompound(ItemStack) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
removeSubCompound(ItemStack, String) - Static method in class info.u_team.u_team_core.util.stack.ItemStackUtil
 
RichPresence - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
An encapsulation of all data needed to properly construct a JSON RichPresence payload.
RichPresence(String, String, OffsetDateTime, OffsetDateTime, String, String, String, String, String, int, int, String, String, String, boolean) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence
 
RichPresence.Builder - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
A chain builder for a RichPresence object.
rowToJSONArray(JSONTokener) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a comma delimited text row from a JSONArray.

S

sendChangesToClient() - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
sendChangesToClient(int) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
sendMessageToClient(EntityPlayerMP, BlockPos, NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
sendMessageToServer(BlockPos, NBTTagCompound) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
sendRichPresence(RichPresence) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Sends a RichPresence to the Discord client.
sendRichPresence(RichPresence, Callback) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Sends a RichPresence to the Discord client.
serverstart(FMLServerStartingEvent) - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
 
serverstart(FMLServerStartingEvent) - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
 
serverstart(FMLServerStartingEvent) - Method in class info.u_team.u_team_core.UCoreMain
 
setDetails(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets details of what the player is currently doing.
setDimension(WorldProvider) - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
setEndTimestamp(OffsetDateTime) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the time that the player's current activity will end.
setIcon(Block) - Method in class info.u_team.u_team_core.creativetab.UCreativeTab
 
setIcon(Block, int) - Method in class info.u_team.u_team_core.creativetab.UCreativeTab
 
setIcon(Item) - Method in class info.u_team.u_team_core.creativetab.UCreativeTab
 
setIcon(Item, int) - Method in class info.u_team.u_team_core.creativetab.UCreativeTab
 
setIdling() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
setInstance(boolean) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Marks the matchSecret as a game session with a specific beginning and end.
setJoinSecret(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the unique hashed string for chat invitations and Ask to Join.
setLargeImage(String, String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the key of the uploaded image for the large profile artwork, as well as the text tooltip shown when a cursor hovers over it.
setLargeImage(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the key of the uploaded image for the large profile artwork.
setListener(IPCListener) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Sets this IPCClient's IPCListener to handle received events.
setMatchSecret(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the unique hashed string for Spectate and Join.
setModel(Item, int, ResourceLocation) - Method in interface info.u_team.u_team_core.api.IModelProvider
 
setParty(String, int, int) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets party configurations for a team, lobby, or other form of group.
setSmallImage(String, String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the key of the uploaded image for the small profile artwork, as well as the text tooltip shown when a cursor hovers over it.
setSmallImage(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the key of the uploaded image for the small profile artwork.
setSpectateSecret(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the unique hashed string for Spectate button.
setStartTimestamp(OffsetDateTime) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the time that the player started a match or activity.
setState(DiscordRichPresence.State) - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
setState(String) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence.Builder
Sets the state of the user's current party.
setTexture(ResourceLocation) - Static method in class info.u_team.u_team_core.render.GLTG
 
similar(Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Determine if two JSONObjects are similar.
skipPast(String) - Method in class info.u_team.u_team_core.repack.org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class info.u_team.u_team_core.repack.org.json.XML
The Character '/'.
SoundRegistry - Class in info.u_team.u_team_core.registry
Sound API
-> Registry
SoundRegistry() - Constructor for class info.u_team.u_team_core.registry.SoundRegistry
 
speedmodifier - Variable in class info.u_team.u_team_core.item.tool.UItemSword
 
start() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
start(DrawFormat) - Static method in class info.u_team.u_team_core.render.BufferEntry
 
State(DiscordRichPresence.EnumState) - Constructor for class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
 
State(DiscordRichPresence.EnumState, String) - Constructor for class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
 
stop() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
 
stringToNumber(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Converts a string to a number using the narrowest possible type.
stringToValue(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
This method is the same as JSONObject.stringToValue(String).
subscribe(IPCClient.Event) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Adds an event IPCClient.Event to this IPCClient.
subscribe(IPCClient.Event, Callback) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
Adds an event IPCClient.Event to this IPCClient.
succeed() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Callback
Launches the success Runnable.
syncClientToServer(BlockPos) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
syncServerToClient(EntityPlayerMP, BlockPos) - Method in interface info.u_team.u_team_core.api.ISyncedContainerTileEntity
 
syntaxError(String) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Make a JSONException to signal a syntax error.
syntaxError(String, Throwable) - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
tex(float, float) - Static method in class info.u_team.u_team_core.render.BufferEntry
 
tileentity - Variable in class info.u_team.u_team_core.container.UContainerTileEntity
 
tileentity - Variable in class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
toBytes(ByteBuf) - Method in class info.u_team.u_team_core.intern.network.message.MessageSyncedContainer
 
toBytes() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
Converts this Packet to a byte array.
toJson() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.RichPresence
Constructs a JSONObject representing a payload to send to discord to update a user's Rich Presence.
toJSONArray(String) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(String, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class info.u_team.u_team_core.repack.org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class info.u_team.u_team_core.repack.org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class info.u_team.u_team_core.repack.org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(XMLTokener) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(XMLTokener, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(Properties) - Static method in class info.u_team.u_team_core.repack.org.json.Property
Converts a property file object into a JSONObject.
toJSONObject(String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONObject(Reader) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a well-formed (but not necessarily valid) XML into a JSONObject.
toJSONObject(Reader, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a well-formed (but not necessarily valid) XML into a JSONObject.
toJSONObject(String, boolean) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface info.u_team.u_team_core.repack.org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toList() - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Returns a java.util.List containing all of the elements in this array.
toMap() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Returns a java.util.Map containing all of the entries in this object.
toProperties(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.Property
Converts the JSONObject into a property file object.
toString() - Method in class info.u_team.u_team_core.block.UBlockMetaData.MetaTypeWrapper
 
toString() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
 
toString() - Method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User.DefaultAvatar
 
toString() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
 
toString(JSONArray) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class info.u_team.u_team_core.repack.org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Make a pretty-printed JSON text of this JSONArray.
toString(JSONArray) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class info.u_team.u_team_core.repack.org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Make a pretty-printed JSON text of this JSONObject.
toString() - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer
Returns a string representing the JSONPointer path value using string representation
toString() - Method in class info.u_team.u_team_core.repack.org.json.JSONStringer
Return the JSON text.
toString() - Method in class info.u_team.u_team_core.repack.org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toURIFragment() - Method in class info.u_team.u_team_core.repack.org.json.JSONPointer
Returns a string representing the JSONPointer path value using URI fragment identifier representation

U

UBiome - Class in info.u_team.u_team_core.biome
Biome API
-> Basic Biome
UBiome(String, Biome.BiomeProperties) - Constructor for class info.u_team.u_team_core.biome.UBiome
 
UBlock - Class in info.u_team.u_team_core.block
Block API
-> Basic Block
UBlock(String, Material) - Constructor for class info.u_team.u_team_core.block.UBlock
 
UBlock(String, Material, UCreativeTab) - Constructor for class info.u_team.u_team_core.block.UBlock
 
UBlockMetaData - Class in info.u_team.u_team_core.block
Block API
-> Metadata Blocks
UBlockMetaData(String, Material, IMetaType[]) - Constructor for class info.u_team.u_team_core.block.UBlockMetaData
 
UBlockMetaData(String, Material, UCreativeTab, IMetaType[]) - Constructor for class info.u_team.u_team_core.block.UBlockMetaData
 
UBlockMetaData.MetaTypeWrapper - Class in info.u_team.u_team_core.block
Block API
-> Metadata Blocks (Wrapper)
UBlockTileEntity - Class in info.u_team.u_team_core.block
Block API
-> Block for TileEntities
UBlockTileEntity(String, Material, UTileEntityProvider) - Constructor for class info.u_team.u_team_core.block.UBlockTileEntity
 
UBlockTileEntity(String, Material, UCreativeTab, UTileEntityProvider) - Constructor for class info.u_team.u_team_core.block.UBlockTileEntity
 
UContainer - Class in info.u_team.u_team_core.container
Container API
-> Basic Container
UContainer() - Constructor for class info.u_team.u_team_core.container.UContainer
 
UContainerTileEntity - Class in info.u_team.u_team_core.container
Container API
-> Advanced Synced TileEntity Container
See ISyncedContainerTileEntity
UContainerTileEntity(TileEntity) - Constructor for class info.u_team.u_team_core.container.UContainerTileEntity
 
UCoreConstants - Class in info.u_team.u_team_core
This class defines important constants
UCoreMain - Class in info.u_team.u_team_core
This is the main class of this utility mod and represents the mod in forge.
UCreativeTab - Class in info.u_team.u_team_core.creativetab
CreativeTab API
-> Basic CreativeTab
UCreativeTab(String, String) - Constructor for class info.u_team.u_team_core.creativetab.UCreativeTab
 
UCreativeTab(ResourceLocation) - Constructor for class info.u_team.u_team_core.creativetab.UCreativeTab
 
UEntityEntry - Class in info.u_team.u_team_core.entity
Entity API
-> Basic Entity Entry
UEntityEntry(EntityEntryBuilder<?>) - Constructor for class info.u_team.u_team_core.entity.UEntityEntry
 
UGuiContainer - Class in info.u_team.u_team_core.gui
Gui API
-> Gui Container
UGuiContainer(UContainer, ResourceLocation) - Constructor for class info.u_team.u_team_core.gui.UGuiContainer
 
UGuiContainerTileEntity - Class in info.u_team.u_team_core.gui
Gui API
-> Gui Container TileEntity
UGuiContainerTileEntity(UContainerTileEntity, ResourceLocation) - Constructor for class info.u_team.u_team_core.gui.UGuiContainerTileEntity
 
UGuiScreen - Class in info.u_team.u_team_core.gui
Gui API
-> Gui Screen API
UGuiScreen() - Constructor for class info.u_team.u_team_core.gui.UGuiScreen
 
UItem - Class in info.u_team.u_team_core.item
Item API
-> Basic Item
UItem(String) - Constructor for class info.u_team.u_team_core.item.UItem
 
UItem(String, UCreativeTab) - Constructor for class info.u_team.u_team_core.item.UItem
 
UItemArmor - Class in info.u_team.u_team_core.item.armor
Item API
-> Basic Armor Item
UItemArmor(String, ItemArmor.ArmorMaterial, EntityEquipmentSlot, String) - Constructor for class info.u_team.u_team_core.item.armor.UItemArmor
 
UItemArmor(String, UCreativeTab, ItemArmor.ArmorMaterial, EntityEquipmentSlot, String) - Constructor for class info.u_team.u_team_core.item.armor.UItemArmor
 
UItemAxe - Class in info.u_team.u_team_core.item.tool
Item API
-> Basic Axe
UItemAxe(String, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemAxe(String, Item.ToolMaterial, float) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemAxe(String, UCreativeTab, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemAxe(String, UCreativeTab, Item.ToolMaterial, float) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemAxe(String, Item.ToolMaterial, float, float) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemAxe(String, UCreativeTab, Item.ToolMaterial, float, float) - Constructor for class info.u_team.u_team_core.item.tool.UItemAxe
 
UItemBlock - Class in info.u_team.u_team_core.item
ItemBlock API
-> Basic ItemBlock
UItemBlock(UBlock) - Constructor for class info.u_team.u_team_core.item.UItemBlock
 
UItemBlockMetaData - Class in info.u_team.u_team_core.item
ItemBlock API
-> Metadata ItemBlock
UItemBlockMetaData(UBlock, IMetaType[]) - Constructor for class info.u_team.u_team_core.item.UItemBlockMetaData
 
UItemBoots - Class in info.u_team.u_team_core.item.armor
Item API
-> Basic Armor Item
UItemBoots(String, UCreativeTab, ItemArmor.ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UItemBoots
 
UItemChestplate - Class in info.u_team.u_team_core.item.armor
Item API
-> Basic Armor Item
UItemChestplate(String, UCreativeTab, ItemArmor.ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UItemChestplate
 
UItemFood - Class in info.u_team.u_team_core.item
Item API
-> Basic Food Item
UItemFood(String, int) - Constructor for class info.u_team.u_team_core.item.UItemFood
 
UItemFood(String, UCreativeTab, int) - Constructor for class info.u_team.u_team_core.item.UItemFood
 
UItemFood(String, int, float) - Constructor for class info.u_team.u_team_core.item.UItemFood
 
UItemFood(String, UCreativeTab, int, float) - Constructor for class info.u_team.u_team_core.item.UItemFood
 
UItemHelmet - Class in info.u_team.u_team_core.item.armor
Item API
-> Basic Armor Item
UItemHelmet(String, UCreativeTab, ItemArmor.ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UItemHelmet
 
UItemHoe - Class in info.u_team.u_team_core.item.tool
Item API
-> Basic Hoe
UItemHoe(String, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemHoe
 
UItemHoe(String, UCreativeTab, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemHoe
 
UItemLeggings - Class in info.u_team.u_team_core.item.armor
Item API
-> Basic Armor Item
UItemLeggings(String, UCreativeTab, ItemArmor.ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UItemLeggings
 
UItemMetaData - Class in info.u_team.u_team_core.item
Item API
-> Metadata Items
UItemMetaData(String, IMetaType[]) - Constructor for class info.u_team.u_team_core.item.UItemMetaData
 
UItemMetaData(String, UCreativeTab, IMetaType[]) - Constructor for class info.u_team.u_team_core.item.UItemMetaData
 
UItemPickaxe - Class in info.u_team.u_team_core.item.tool
Item API
-> Basic Pickaxe
UItemPickaxe(String, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemPickaxe
 
UItemPickaxe(String, UCreativeTab, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemPickaxe
 
UItemSpade - Class in info.u_team.u_team_core.item.tool
Item API
-> Basic Spade
UItemSpade(String, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemSpade
 
UItemSpade(String, UCreativeTab, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemSpade
 
UItemSword - Class in info.u_team.u_team_core.item.tool
Item API
-> Basic Sword
UItemSword(String, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemSword
 
UItemSword(String, UCreativeTab, Item.ToolMaterial) - Constructor for class info.u_team.u_team_core.item.tool.UItemSword
 
UItemSword(String, Item.ToolMaterial, double) - Constructor for class info.u_team.u_team_core.item.tool.UItemSword
 
UItemSword(String, UCreativeTab, Item.ToolMaterial, double) - Constructor for class info.u_team.u_team_core.item.tool.UItemSword
 
unescape(String) - Static method in class info.u_team.u_team_core.repack.org.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
unescape(String) - Static method in class info.u_team.u_team_core.repack.org.json.XML
Removes XML escapes from the string.
unregisterEventHandler(Object) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
unregisterEventHandler(Object...) - Static method in class info.u_team.u_team_core.registry.CommonRegistry
 
updateAsync() - Method in class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
UPDATEURL - Static variable in class info.u_team.u_team_core.UCoreConstants
 
User - Class in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
A encapsulation of a Discord User's data provided when a IPCListener fires onActivityJoinRequest.
User(String, String, long, String) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
Constructs a new User.
User.DefaultAvatar - Enum in info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities
Constants representing one of five different default avatars a User can have.
USoundEvent - Class in info.u_team.u_team_core.sound
Sound API
-> Basic Soundevent
USoundEvent(ResourceLocation) - Constructor for class info.u_team.u_team_core.sound.USoundEvent
 
USoundEvent(String, ResourceLocation) - Constructor for class info.u_team.u_team_core.sound.USoundEvent
 
UTileEntity - Class in info.u_team.u_team_core.tileentity
TileEntity API
-> Basic TileEntity
UTileEntity() - Constructor for class info.u_team.u_team_core.tileentity.UTileEntity
 
UTileEntityAsyncUpdate - Class in info.u_team.u_team_core.tileentity
TileEntity API
-> Async Update TileEntity
UTileEntityAsyncUpdate() - Constructor for class info.u_team.u_team_core.tileentity.UTileEntityAsyncUpdate
 
UTileEntityProvider - Class in info.u_team.u_team_core.tileentity
TileEntity API
-> TileEntity Holder
UTileEntityProvider(ResourceLocation, Class<? extends TileEntity>, Object...) - Constructor for class info.u_team.u_team_core.tileentity.UTileEntityProvider
 
UTileEntityProvider(ResourceLocation, boolean, Class<? extends TileEntity>, Object...) - Constructor for class info.u_team.u_team_core.tileentity.UTileEntityProvider
 

V

value(boolean) - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Append a double value.
value(long) - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Append a long value.
value(Object) - Method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.render.DrawFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.DiscordBuild
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet.OpCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User.DefaultAvatar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.render.DrawFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.DiscordBuild
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User.DefaultAvatar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Status
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Make a JSON text of an Object value.
valueToString(Object) - Static method in class info.u_team.u_team_core.repack.org.json.JSONWriter
Make a JSON text of an Object value.
VERSION - Static variable in class info.u_team.u_team_core.UCoreConstants
 
vertex(float, float, float) - Static method in class info.u_team.u_team_core.render.BufferEntry
 
vertex(float...) - Static method in class info.u_team.u_team_core.render.GLTG
 

W

withSize(int, E) - Static method in class info.u_team.u_team_core.util.NonNullListUtil
 
WorldUtil - Class in info.u_team.u_team_core.util.world
World utility
WorldUtil() - Constructor for class info.u_team.u_team_core.util.world.WorldUtil
 
wrap(Object) - Static method in class info.u_team.u_team_core.repack.org.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer, int, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(Writer, int, int) - Method in class info.u_team.u_team_core.repack.org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeNBT(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 
writeNBTToFile(NBTTagCompound, File) - Static method in class info.u_team.u_team_core.util.io.NBTStreamUtil
 
writeNBTToStream(NBTTagCompound, OutputStream) - Static method in class info.u_team.u_team_core.util.io.NBTStreamUtil
 
writer - Variable in class info.u_team.u_team_core.repack.org.json.JSONWriter
The writer that will receive the output.
writeToNBT(NBTTagCompound) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
 

X

x - Variable in class info.u_team.u_team_core.render.GLSize
 
XML - Class in info.u_team.u_team_core.repack.org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class info.u_team.u_team_core.repack.org.json.XML
 
XMLTokener - Class in info.u_team.u_team_core.repack.org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(Reader) - Constructor for class info.u_team.u_team_core.repack.org.json.XMLTokener
Construct an XMLTokener from a Reader.
XMLTokener(String) - Constructor for class info.u_team.u_team_core.repack.org.json.XMLTokener
Construct an XMLTokener from a string.

Y

y - Variable in class info.u_team.u_team_core.render.GLSize
 
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 
Skip navigation links