- 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
-
- 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
-
- getDefaultAvatarUrl() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
-
- getDiscordBuild() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
-
- 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
-
- 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
-
- 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
-
- 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 '>'.
- 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
-
- 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
-
- 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
- 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.
- 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.
- 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
-
- 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
-
- onPacketSent(IPCClient, Packet) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
-
- 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.
- 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
-
- 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.
- 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
-
- sendRichPresence(RichPresence, Callback) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
-
- 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
-
- subscribe(IPCClient.Event) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
-
- subscribe(IPCClient.Event, Callback) - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.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.
- 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
- 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
-
- 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
-
- User(String, String, long, String) - Constructor for class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.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
-
- 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
-