- generator - Variable in class info.u_team.u_team_core.data.CommonProvider
-
- 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.
- getActiveColorRGBA() - Method in class info.u_team.u_team_core.gui.elements.ActiveButton
-
- getActiveColorRGBA() - Method in class info.u_team.u_team_core.gui.elements.ActiveImageButton
-
- getAdditionalDamage(IToolMaterial.Tools) - Method in interface info.u_team.u_team_core.api.IToolMaterial
-
Returns the additional damage that is added to the IItemTier.getAttackDamage()
per given tool.
- getAdditionalDamage(IToolMaterial.Tools) - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getAllClassEntries(Class<T>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is caller sensitive!
- getAllClassEntries(Class<T>, Class<?>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
Returns all not excluded static fields of a class which extends the passed classType.
- getAllGenericRegistryEntriesAndApplyNames(String, Class<C>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is caller sensitive!
- getAllGenericRegistryEntriesAndApplyNames(String, Class<C>, Class<?>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is for generic registry entries.
- getAllRegistryEntriesAndApplyNames(String, Class<T>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is caller sensitive!
- getAllRegistryEntriesAndApplyNames(String, Class<T>, Class<?>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
Returns all not excluded static fields of a class which extends the passed classType.
- getAlpha() - Method in class info.u_team.u_team_core.util.RGBA
-
Get alpha component in range from 0 to 255
- getAlphaComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get alpha component in range from 0 to 1
- getArmorTexture(ItemStack, Entity, EquipmentSlotType, String) - Method in class info.u_team.u_team_core.item.armor.UArmorItem
-
- getArray() - Method in interface info.u_team.u_team_core.api.registry.IUArrayRegistryType
-
Must always returns the same registry type array copy.
- getArray() - Method in class info.u_team.u_team_core.item.armor.ArmorSet
-
- getArray() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- getAsMention() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.User
-
Gets the User as a discord formatted mention.
- getAttackDamage() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getAttackSpeed(IToolMaterial.Tools) - Method in interface info.u_team.u_team_core.api.IToolMaterial
-
Returns the attack speed per given tool.
- getAttackSpeed(IToolMaterial.Tools) - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- 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.
- getAxe() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- getBackgroundColor() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- 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.
- getBlockItem() - Method in interface info.u_team.u_team_core.api.registry.IUBlockRegistryType
-
Must return the same block item instance every time you call this method.
- getBlockItem() - Method in class info.u_team.u_team_core.block.UBlock
-
- getBlockItems(List<Block>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
- getBlue() - Method in class info.u_team.u_team_core.util.RGBA
-
Get blue component in range from 0 to 255
- getBlueComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get blue component in range from 0 to 1
- 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.
- getBoots() - Method in class info.u_team.u_team_core.item.armor.ArmorSet
-
- getBuilder(Tag<T>) - Method in class info.u_team.u_team_core.data.CommonTagsProvider
-
- getChestplate() - Method in class info.u_team.u_team_core.item.armor.ArmorSet
-
- getClassEntries(Class<T>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is caller sensitive!
- getClassEntries(Class<T>, Class<?>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
Returns all not excluded static fields of a class which extends the passed classType.
- getClassEntriesFromArrayType(Class<T>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
This method is caller sensitive!
- getClassEntriesFromArrayType(Class<T>, Class<?>) - Static method in class info.u_team.u_team_core.util.registry.BaseRegistryUtil
-
Returns all not excluded static fields of a class which extends the passed classType and are packed in and
IUArrayRegistryType
.
- getColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.IDyeableItem
-
- getColor() - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- getColor() - Method in class info.u_team.u_team_core.util.RGBA
-
Get the integer (hex) representation of this color
- getColorFromWool(Block) - Static method in class info.u_team.u_team_core.util.ColorUtil
-
- getContainerItem() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getCraftingResult(CraftingInventory) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
-
- getCurrent() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
-
- getDamageReductionAmount(EquipmentSlotType) - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- 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
-
- getDefaultColor() - Method in interface info.u_team.u_team_core.api.dye.IDyeableItem
-
- getDefaultResource() - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- 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.
- 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.
- getDurability(EquipmentSlotType) - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getDyeableItems() - Static method in class info.u_team.u_team_core.api.dye.DyeableItemsRegistry
-
- 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.
- getEfficiency() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getEnchantability() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getEnchantability() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getEntryName() - Method in interface info.u_team.u_team_core.api.registry.IURegistryType
-
Must return a unique name per IForgeRegistryEntry
- getEntryName() - Method in class info.u_team.u_team_core.biome.UBiome
-
- getEntryName() - Method in class info.u_team.u_team_core.block.UBlock
-
- getEntryName() - Method in class info.u_team.u_team_core.containertype.UContainerType
-
- getEntryName() - Method in class info.u_team.u_team_core.dimension.UModDimension
-
- getEntryName() - Method in class info.u_team.u_team_core.effect.UEffect
-
- getEntryName() - Method in class info.u_team.u_team_core.enchantment.UEnchantment
-
- getEntryName() - Method in class info.u_team.u_team_core.entitytype.UEntityType
-
- getEntryName() - Method in class info.u_team.u_team_core.item.armor.UArmorItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.tool.UAxeItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.tool.UHoeItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.tool.UPickaxeItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.tool.USpadeItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.tool.USwordItem
-
- getEntryName() - Method in class info.u_team.u_team_core.item.UItem
-
- getEntryName() - Method in class info.u_team.u_team_core.potion.UPotion
-
- getEntryName() - Method in class info.u_team.u_team_core.recipeserializer.URecipeSerializer
-
- getEntryName() - Method in class info.u_team.u_team_core.recipeserializer.USpecialRecipeSerializer
-
- getEntryName() - Method in class info.u_team.u_team_core.soundevent.USoundEvent
-
- getEntryName() - Method in class info.u_team.u_team_core.tileentitytype.UTileEntityType
-
- 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.
- getFactory() - Method in class info.u_team.u_team_core.dimension.UModDimension
-
- 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.
- getFood() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getGreen() - Method in class info.u_team.u_team_core.util.RGBA
-
Get green component in range from 0 to 255
- getGreenComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get green component in range from 0 to 1
- getGroup() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getHardness() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getHarvestLevel() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getHarvestLevel() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getHarvestTool() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getHeight() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- getHelmet() - Method in class info.u_team.u_team_core.item.armor.ArmorSet
-
- getHoe() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- 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
-
- getIndex() - Method in enum info.u_team.u_team_core.api.IToolMaterial.Tools
-
Returns the index.
- getInstance() - Static method in class info.u_team.u_team_core.intern.config.ClientConfig
-
- 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.
- getInventoryOnDist(boolean, IInventory) - Method in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
On the server side just returns the inventory.
- 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.
- getLeggings() - Method in class info.u_team.u_team_core.item.armor.ArmorSet
-
- getLightValue() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- 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.
- getLootTable() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getMapColor() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getMaterial() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getMaxDamage() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getMaxStackSize() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getMaxUses() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getMessage(String) - Method in enum info.u_team.u_team_core.intern.discord.DiscordRichPresence.EnumState
-
- getMovingX(float) - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- getName() - Method in class info.u_team.u_team_core.data.CommonProvider
-
- getName() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getName() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
-
- 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.soundevent.USoundEvent
-
- 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
-
- getPickaxe() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- getProgress() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- getProgressColor() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- getRarity() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getRed() - Method in class info.u_team.u_team_core.util.RGBA
-
Get red component in range from 0 to 255
- getRedComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get red component in range from 0 to 1
- getRepairMaterial() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getRepairMaterial() - Method in class info.u_team.u_team_core.item.tool.UToolMaterial
-
- getReplace() - Method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
-
- getResistance() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getResource() - Method in class info.u_team.u_team_core.gui.elements.ImageButton
-
- getRowWidth() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
-
- getSaveData(ServerWorld, String, Supplier<T>) - Static method in class info.u_team.u_team_core.util.world.WorldUtil
-
Get a saved instance (own implementation) of WorldSavedData
.
- getScale() - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- getScrollbarPosition() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
-
- getSerializer() - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
-
- getSlipperiness() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getSlot(IItemHandler, int, int, int) - Method in interface info.u_team.u_team_core.container.UContainer.SlotHandlerFunction
-
Should return a slot with the applied parameters.
- getSlot(IInventory, int, int, int) - Method in interface info.u_team.u_team_core.container.UContainer.SlotInventoryFunction
-
Should return a slot with the applied parameters.
- getSoundEvent() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getSoundType() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- getSpade() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- getSpeedTime() - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- getState() - Method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence.State
-
- getStateFromDimension(Dimension) - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
-
- getStatus() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient
-
- getStepSize() - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- 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.
- getSword() - Method in class info.u_team.u_team_core.item.tool.ToolSet
-
- getTeisr() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getTextSupplier() - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- getTextWidth() - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- getTileEntity() - Method in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
Gets the tile entity
- getTileEntityEnergy(TileEntity) - Static method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- getTileEntityEnergy(TileEntity, Direction) - Static method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- getToggleResource() - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- getToolClasses() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- getToughness() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
-
- getTypeString(EquipmentSlotType) - Method in class info.u_team.u_team_core.item.armor.UArmorItem
-
- getUpdatePacket() - Method in class info.u_team.u_team_core.tileentity.UTileEntity
-
- getUpdateTag() - Method in class info.u_team.u_team_core.tileentity.UTileEntity
-
- getWaitTime() - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- getWidth() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- getWidth() - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- getWoolFromColor(DyeColor) - Static method in class info.u_team.u_team_core.util.ColorUtil
-
- getX() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- getY() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- glColor() - Method in class info.u_team.u_team_core.util.RGBA
-
Calls GL11.glColor4f(float, float, float, float)
to color something with gl
- GSON - Static variable in class info.u_team.u_team_core.data.CommonProvider
-
- GT - Static variable in class info.u_team.u_team_core.repack.org.json.XML
-
The Character '>'.
- GuiUtil - Class in info.u_team.u_team_core.util
-
Some utility methods for guis
- GuiUtil() - Constructor for class info.u_team.u_team_core.util.GuiUtil
-
- IAutoSyncedTileEntity - Interface in info.u_team.u_team_core.api.sync
-
Implement this in you tile entity when it should automatically sync values to the client side.
- IDyeableItem - Interface in info.u_team.u_team_core.api.dye
-
Attach this to any item that can be colors.
- ImageButton - Class in info.u_team.u_team_core.gui.elements
-
- ImageButton(int, int, int, int, ResourceLocation) - Constructor for class info.u_team.u_team_core.gui.elements.ImageButton
-
- ImageButton(int, int, int, int, ResourceLocation, Button.IPressable) - Constructor for class info.u_team.u_team_core.gui.elements.ImageButton
-
- immuneToFire() - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- IModProxy - Interface in info.u_team.u_team_core.api
-
Simple interface for proxy default methods.
- 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.dye - package info.u_team.u_team_core.api.dye
-
- info.u_team.u_team_core.api.registry - package info.u_team.u_team_core.api.registry
-
- info.u_team.u_team_core.api.sync - package info.u_team.u_team_core.api.sync
-
- 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.containertype - package info.u_team.u_team_core.containertype
-
- info.u_team.u_team_core.data - package info.u_team.u_team_core.data
-
- info.u_team.u_team_core.dimension - package info.u_team.u_team_core.dimension
-
- info.u_team.u_team_core.effect - package info.u_team.u_team_core.effect
-
- info.u_team.u_team_core.enchantment - package info.u_team.u_team_core.enchantment
-
- info.u_team.u_team_core.energy - package info.u_team.u_team_core.energy
-
- info.u_team.u_team_core.entitytype - package info.u_team.u_team_core.entitytype
-
- info.u_team.u_team_core.gui - package info.u_team.u_team_core.gui
-
- info.u_team.u_team_core.gui.elements - package info.u_team.u_team_core.gui.elements
-
- info.u_team.u_team_core.gui.render - package info.u_team.u_team_core.gui.render
-
- info.u_team.u_team_core.intern.command - package info.u_team.u_team_core.intern.command
-
- info.u_team.u_team_core.intern.command.uteamcore - package info.u_team.u_team_core.intern.command.uteamcore
-
- 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.init - package info.u_team.u_team_core.intern.init
-
- info.u_team.u_team_core.intern.network - package info.u_team.u_team_core.intern.network
-
- info.u_team.u_team_core.intern.proxy - package info.u_team.u_team_core.intern.proxy
-
- info.u_team.u_team_core.intern.recipe - package info.u_team.u_team_core.intern.recipe
-
- 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.itemgroup - package info.u_team.u_team_core.itemgroup
-
- info.u_team.u_team_core.potion - package info.u_team.u_team_core.potion
-
- info.u_team.u_team_core.recipeserializer - package info.u_team.u_team_core.recipeserializer
-
- 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.soundevent - package info.u_team.u_team_core.soundevent
-
- info.u_team.u_team_core.tileentity - package info.u_team.u_team_core.tileentity
-
- info.u_team.u_team_core.tileentitytype - package info.u_team.u_team_core.tileentitytype
-
- info.u_team.u_team_core.util - package info.u_team.u_team_core.util
-
- info.u_team.u_team_core.util.io - package info.u_team.u_team_core.util.io
-
- info.u_team.u_team_core.util.registry - package info.u_team.u_team_core.util.registry
-
- info.u_team.u_team_core.util.world - package info.u_team.u_team_core.util.world
-
- init(boolean) - Method in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
Is called after the server and client constructor.
- 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
.
- isActive() - Method in class info.u_team.u_team_core.gui.elements.ActiveButton
-
- isActive() - Method in class info.u_team.u_team_core.gui.elements.ActiveImageButton
-
- isBlocksMovement() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- 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.
- isCanRepair() - Method in class info.u_team.u_team_core.util.ItemProperties
-
- 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() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- isEnabled() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
-
- isHovered() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- 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.
- isPressable(double, double) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- isShadow() - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- isSubscribable() - Method in enum info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCClient.Event
-
- isTickRandomly() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- isTileEntityFromType(IBlockReader, BlockPos) - Method in class info.u_team.u_team_core.block.UTileEntityBlock
-
Return an optional with a tile entity if the tile entity at this position exists and is the same tile entity type as
this block creates.
- isToggled() - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- isVariableOpacity() - Method in class info.u_team.u_team_core.util.BlockProperties
-
- isVisible() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- ISyncedData - Interface in info.u_team.u_team_core.api.sync
-
Sync methods for containers and tile entities.
- ISyncedTileEntity - Interface in info.u_team.u_team_core.api.sync
-
Implement this in you tile entity when it should sync values to the client side and the over way around.
- ItemProperties - Class in info.u_team.u_team_core.util
-
- ItemProperties() - Constructor for class info.u_team.u_team_core.util.ItemProperties
-
- ItemProperties(Item.Properties) - Constructor for class info.u_team.u_team_core.util.ItemProperties
-
- iterator() - Method in class info.u_team.u_team_core.repack.org.json.JSONArray
-
- IToolMaterial - Interface in info.u_team.u_team_core.api
-
This interface extends the IItemTier
interface for tool materials.
- IToolMaterial.Tools - Enum in info.u_team.u_team_core.api
-
Just a little helper enumeration with all vanilla tools.
- IUArrayRegistryType<T> - Interface in info.u_team.u_team_core.api.registry
-
Implement this in your class which holds entries so the
BaseRegistryUtil
can register them all.
- IUBlockRegistryType - Interface in info.u_team.u_team_core.api.registry
-
This can be implemented in blocks to register them easier and get the block item.
- IURegistryType - Interface in info.u_team.u_team_core.api.registry
-
Implement this interface in IForgeRegistryEntry
classes.
- 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.containertype.UContainerType
-
- name - Variable in class info.u_team.u_team_core.dimension.UModDimension
-
- name - Variable in class info.u_team.u_team_core.effect.UEffect
-
- name - Variable in class info.u_team.u_team_core.enchantment.UEnchantment
-
- name - Variable in class info.u_team.u_team_core.entitytype.UEntityType
-
- name - Variable in class info.u_team.u_team_core.item.armor.UArmorItem
-
- name - Variable in class info.u_team.u_team_core.item.tool.UAxeItem
-
- name - Variable in class info.u_team.u_team_core.item.tool.UHoeItem
-
- name - Variable in class info.u_team.u_team_core.item.tool.UPickaxeItem
-
- name - Variable in class info.u_team.u_team_core.item.tool.USpadeItem
-
- name - Variable in class info.u_team.u_team_core.item.tool.USwordItem
-
- name - Variable in class info.u_team.u_team_core.item.UItem
-
- name - Variable in class info.u_team.u_team_core.potion.UPotion
-
- name - Variable in class info.u_team.u_team_core.recipeserializer.URecipeSerializer
-
- name - Variable in class info.u_team.u_team_core.recipeserializer.USpecialRecipeSerializer
-
- name - Variable in class info.u_team.u_team_core.soundevent.USoundEvent
-
- name - Variable in class info.u_team.u_team_core.tileentitytype.UTileEntityType
-
- 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
-
- 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.init.UCoreNetwork
-
- 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
-
- 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(GuiScreenEvent.InitGuiEvent.Pre) - Static method in class info.u_team.u_team_core.intern.event.UpdateDiscordEventHandler
-
- on(EntityJoinWorldEvent) - Static method in class info.u_team.u_team_core.intern.event.UpdateDiscordEventHandler
-
- on(FMLServerStartingEvent) - Static method in class info.u_team.u_team_core.intern.init.UCoreCommands
-
- 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.
- onClick(double, double) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- onClose(IPCClient, JSONObject) - Method in interface info.u_team.u_team_core.repack.com.jagrosh.discordipc.IPCListener
-
- onDataPacket(NetworkManager, SUpdateTileEntityPacket) - 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.
- 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
-
- onPress() - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- 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(World, BlockPos, PlayerEntity) - Method in class info.u_team.u_team_core.block.UTileEntityBlock
-
- openContainer(World, BlockPos, PlayerEntity, boolean) - Method in class info.u_team.u_team_core.block.UTileEntityBlock
-
- 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.
- path - Variable in class info.u_team.u_team_core.data.CommonProvider
-
- patternFromJson(JsonArray) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
-
- playDownSound(SoundHandler) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
-
- playerInventory - Variable in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
- playPressSound(SoundHandler) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- ProgressBar - Class in info.u_team.u_team_core.gui.elements
-
- ProgressBar(int, int, int, int, int, int, Supplier<Double>, Consumer<Double>) - Constructor for class info.u_team.u_team_core.gui.elements.ProgressBar
-
- 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
-
- PROTOCOL - Static variable in class info.u_team.u_team_core.intern.init.UCoreNetwork
-
- 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.
- scale - Variable in class info.u_team.u_team_core.gui.elements.BetterFontSlider
-
- scale - Variable in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- ScalingTextRender - Class in info.u_team.u_team_core.gui.render
-
- ScalingTextRender(Supplier<FontRenderer>, Supplier<String>) - Constructor for class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- ScrollableList<T extends net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<T>> - Class in info.u_team.u_team_core.gui.elements
-
- ScrollableList(int, int, int, int, int, int, int, int, int) - Constructor for class info.u_team.u_team_core.gui.elements.ScrollableList
-
- ScrollableListEntry<T extends ScrollableListEntry<T>> - Class in info.u_team.u_team_core.gui.elements
-
- ScrollableListEntry() - Constructor for class info.u_team.u_team_core.gui.elements.ScrollableListEntry
-
- scrollbarPos - Variable in class info.u_team.u_team_core.gui.elements.ScrollableList
-
- ScrollingTextRender - Class in info.u_team.u_team_core.gui.render
-
- ScrollingTextRender(Supplier<FontRenderer>, Supplier<String>) - Constructor for class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- 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
-
Triggers a block update to send the data from the server to the client.
- sendChunkLoadData(CompoundNBT) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
-
Data here will be send to the client side when the chunk is loaded.
- sendDataToClient(ServerPlayerEntity) - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
This method will call #sendToClient(buffer)
to get the data and then call
#sendDataToClient(player, buffer)
to send the data.
- sendDataToClient(ServerPlayerEntity, PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
- sendDataToServer() - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
This method will call #sendToServer(buffer)
to get the data and then call #sendDataToServer(buffer)
to send the data.
- sendDataToServer(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
- sendInitialDataBuffer(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedTileEntity
-
Collect data here that should be sent to the client side when the container will be opened.
- 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
-
- sendToClient(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
This method is called on the server side.
- sendToClient(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedTileEntity
-
- sendToClient(PacketBuffer) - Method in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
Calls the method on the tile entity.
- sendToServer(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedData
-
This method is called on the client side.
- sendToServer(PacketBuffer) - Method in interface info.u_team.u_team_core.api.sync.ISyncedTileEntity
-
- sendToServer(PacketBuffer) - Method in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
Calls the method on the tile entity.
- sendUpdateStateData(CompoundNBT) - Method in class info.u_team.u_team_core.tileentity.UTileEntity
-
Data here will be send to the client side when the block is updated.
- serializeNBT() - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- setActive(boolean) - Method in class info.u_team.u_team_core.gui.elements.ActiveButton
-
- setActive(boolean) - Method in class info.u_team.u_team_core.gui.elements.ActiveImageButton
-
- setActiveColorRGBA(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ActiveButton
-
- setActiveColorRGBA(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ActiveImageButton
-
- setBackground(ResourceLocation) - Method in class info.u_team.u_team_core.gui.UContainerScreen
-
- setBackgroundColor(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setClick(Consumer<Double>) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setCollection(TagCollection<Block>) - Method in class info.u_team.u_team_core.data.CommonBlockTagsProvider
-
- setCollection(TagCollection<Item>) - Method in class info.u_team.u_team_core.data.CommonItemTagsProvider
-
- setCollection(TagCollection<T>) - Method in class info.u_team.u_team_core.data.CommonTagsProvider
-
- setColor(ItemStack, int) - Method in interface info.u_team.u_team_core.api.dye.IDyeableItem
-
- setColor(int) - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- setCustomClientFactory(BiFunction<EntityType<T>, World, T>) - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- setDataFixerType(Type<?>) - Method in class info.u_team.u_team_core.tileentitytype.UTileEntityType.UBuilder
-
- setDefaultResource(ResourceLocation) - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- 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(Dimension) - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
-
- setEnabled(boolean) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- 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.
- setEnergy(int) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- setHeight(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- 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.
- 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.
- setPressable(Button.IPressable) - Method in class info.u_team.u_team_core.gui.elements.UButton
-
- setPressable(Runnable) - Method in class info.u_team.u_team_core.gui.elements.UButton
-
- setProgressColor(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setProgressSupplier(Supplier<Double>) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setResource(ResourceLocation) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
-
- setScale(float) - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- setShadow(boolean) - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- setShouldReceiveVelocityUpdates(boolean) - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- 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.
- setSpawnable() - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- 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.
- setSpeedTime(int) - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- 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.
- setStepSize(float) - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- setTextSupplier(Supplier<String>) - Method in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- setTileEntityEnergy(TileEntity, int) - Static method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- setTileEntityEnergy(TileEntity, Direction, int) - Static method in class info.u_team.u_team_core.energy.BasicEnergyStorage
-
- setToggleResource(ResourceLocation) - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- setTrackingRange(int) - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- setup() - Method in interface info.u_team.u_team_core.api.IModProxy
-
Should be called in the FMLCommonSetupEvent
- setup() - Method in class info.u_team.u_team_core.intern.proxy.ClientProxy
-
- setup() - Method in class info.u_team.u_team_core.intern.proxy.CommonProxy
-
- setup(FMLCommonSetupEvent) - Method in class info.u_team.u_team_core.UCoreMain
-
- setUpdateInterval(int) - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- setVisible(boolean) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setWaitTime(int) - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- setWidth(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setWidth(int) - Method in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- setX(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- setY(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
-
- shadow - Variable in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- shrink(String...) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
-
- 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.
- size(float, float) - Method in class info.u_team.u_team_core.entitytype.UEntityType.UBuilder
-
- 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 '/'.
- speedTime - Variable in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- start() - Static method in class info.u_team.u_team_core.intern.discord.DiscordRichPresence
-
- state - Variable in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- 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
-
- stepSize - Variable in class info.u_team.u_team_core.gui.render.ScrollingTextRender
-
- 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
.
- SyncedContainerMessage - Class in info.u_team.u_team_core.intern.network
-
- SyncedContainerMessage(PacketBuffer) - Constructor for class info.u_team.u_team_core.intern.network.SyncedContainerMessage
-
- SyncedContainerMessage.Handler - Class in info.u_team.u_team_core.intern.network
-
- 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.
- tagToBuilder - Variable in class info.u_team.u_team_core.data.CommonTagsProvider
-
- TagUtil - Class in info.u_team.u_team_core.util
-
- TagUtil() - Constructor for class info.u_team.u_team_core.util.TagUtil
-
- 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.
- textSupplier - Variable in class info.u_team.u_team_core.gui.render.ScalingTextRender
-
- texture - Variable in class info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
-
- tileEntity - Variable in class info.u_team.u_team_core.container.USyncedTileEntityContainer
-
- tileEntityType - Variable in class info.u_team.u_team_core.block.UTileEntityBlock
-
- toBytes() - Method in class info.u_team.u_team_core.repack.com.jagrosh.discordipc.entities.Packet
-
Converts this
Packet
to a
byte
array.
- toggle() - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- toggle(boolean) - Method in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- toggled - Variable in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- ToggleImageButton - Class in info.u_team.u_team_core.gui.elements
-
- ToggleImageButton(int, int, int, int, ResourceLocation, ResourceLocation) - Constructor for class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- ToggleImageButton(int, int, int, int, ResourceLocation, ResourceLocation, Button.IPressable) - Constructor for class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- toggleResource - Variable in class info.u_team.u_team_core.gui.elements.ToggleImageButton
-
- 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.
- ToolSet - Class in info.u_team.u_team_core.item.tool
-
- ToolSet(UAxeItem, UHoeItem, UPickaxeItem, USpadeItem, USwordItem) - Constructor for class info.u_team.u_team_core.item.tool.ToolSet
-
- ToolSetCreator - Class in info.u_team.u_team_core.item.tool
-
- ToolSetCreator() - Constructor for class info.u_team.u_team_core.item.tool.ToolSetCreator
-
- 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.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.
- toString() - Method in class info.u_team.u_team_core.util.RGBA
-
- 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
- typeName - Variable in class info.u_team.u_team_core.item.armor.UArmorItem
-
- 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.api.IToolMaterial.Tools
-
Returns the enum constant of this type with the specified name.
- 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.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.api.IToolMaterial.Tools
-
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.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.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.