Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractSliderLogic - Class in info.u_team.u_team_core.gui.elements
- AbstractSliderLogic(int, int, int, int, Component, Component, double, double, double, boolean, boolean, AbstractSliderLogic.OnSliderChange, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- AbstractSliderLogic.OnSliderChange - Interface in info.u_team.u_team_core.gui.elements
- accept(A, B, C) - Method in interface info.u_team.u_team_core.util.TriConsumer
- activated - Variable in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- activated - Variable in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- activatedColor - Variable in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- activatedColor - Variable in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- add(String, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, String, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, MobEffect, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, EntityType<?>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, CreativeModeTab, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, Enchantment, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, Item, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, ItemStack, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, Block, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(String, Fluid, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(Supplier<? extends Fluid>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(MobEffect, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(EntityType<?>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(CreativeModeTab, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(Enchantment, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(Item, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(ItemStack, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(Block, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- add(Fluid, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addBasicBlockLootTable(ItemLike) - Static method in class info.u_team.u_team_core.data.CommonLootTableProvider
- addBlock(String, Supplier<? extends Block>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addBlock(Supplier<? extends Block>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addBlockTooltip(String, Supplier<? extends Block>, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addBlockTooltip(Supplier<? extends Block>, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addChildren(B) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- addColoredItem(T) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- addColoredQuad(BufferBuilder, PoseStack, int, int, int, int, RGBA, float) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Adds a quad to the buffer builder.
- addCustomStateContainer(ResourceLocation, StateDefinition<Block, BlockState>) - Static method in class info.u_team.u_team_core.util.ModelUtil
-
Replace the default state definition with a custom one.
- addDataHolderToClient(E) - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Adds a new
DataHolder
that will automatically synchronize values from the server to the client. - addDataHolderToServer(E) - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Adds a new
DataHolder
that will synchronize values from the client to the server. - addEffect(String, Supplier<? extends MobEffect>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addEffect(Supplier<? extends MobEffect>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addEnchantment(String, Supplier<? extends Enchantment>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addEnchantment(Supplier<? extends Enchantment>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addEnergy(int) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- addEntityType(String, Supplier<? extends EntityType<?>>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addEntityType(Supplier<? extends EntityType<?>>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addFluid(String, Supplier<? extends Fluid>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addFluidSlot(FluidSlot) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Adds a fluid slot to the menu.
- addFluidSlots(FluidHandlerModifiable, int, int, int, int) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
This methods can add any
FluidHandlerModifiable
to the container. - addFluidSlots(FluidHandlerModifiable, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
This methods can add any
FluidHandlerModifiable
to the container. - addFluidSlots(FluidHandlerModifiable, FluidContainerMenu.FluidSlotHandlerFunction, int, int, int, int) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
This methods can add any
FluidHandlerModifiable
to the container. - addFluidSlots(FluidHandlerModifiable, FluidContainerMenu.FluidSlotHandlerFunction, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
This methods can add any
FluidHandlerModifiable
to the container. - addFortuneBlockLootTable(Block, ItemLike) - Static method in class info.u_team.u_team_core.data.CommonLootTableProvider
- addItem(String, Supplier<? extends Item>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addItem(Supplier<? extends Item>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addItem(T) - Static method in class info.u_team.u_team_core.api.dye.DyeableItemsRegistry
- addItemStack(String, Supplier<? extends ItemStack>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addItemStack(Supplier<? extends ItemStack>, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addItemTooltip(String, Supplier<? extends Item>, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addItemTooltip(Supplier<? extends Item>, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addPlayerInventory(Inventory, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods adds a player inventory to the container.
- addProvider(boolean, Function<GenerationData, B>, BiFunction<GenerationData, B, I>) - Method in record class info.u_team.u_team_core.data.GenerationData
- addProvider(boolean, Function<GenerationData, T>) - Method in record class info.u_team.u_team_core.data.GenerationData
- addQuad(BufferBuilder, PoseStack, int, int, int, int, float) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Adds a quad to the buffer builder.
- addSlots(Container, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
Container
to this menu. - addSlots(Container, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
Container
to this menu. - addSlots(Container, UAbstractContainerMenu.SlotContainerFunction, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
Container
to this menu. - addSlots(Container, UAbstractContainerMenu.SlotContainerFunction, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
Container
to this menu. - addSlots(IItemHandler, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
IItemHandler
to this menu. - addSlots(IItemHandler, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
IItemHandler
to this menu. - addSlots(IItemHandler, UAbstractContainerMenu.SlotHandlerFunction, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
IItemHandler
to this menu. - addSlots(IItemHandler, UAbstractContainerMenu.SlotHandlerFunction, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
IItemHandler
to this menu. - addTags() - Method in class info.u_team.u_team_core.data.CommonTagsProvider
- addTexture(Material) - Static method in class info.u_team.u_team_core.util.ModelUtil
-
Add
Material
to be loaded to the atlas texture and stitched. - addTexturedQuad(BufferBuilder, PoseStack, int, int, int, int, float, float, float, float, float) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Adds a textured quad to the buffer builder.
- addTexturedRect(BufferBuilder, PoseStack, int, int, int, int, float, float, int, int, float) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Adds a textured rectangle to the buffer builder.
- addTileEntityBlockLootTable(ItemLike) - Static method in class info.u_team.u_team_core.data.CommonLootTableProvider
- addTooltip(String, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- addTooltip(String, String, String, int, String) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- AnnotationManager - Class in info.u_team.u_team_core.util.annotation
-
Manager for calling the classes that are annotated with
Construct
orIntegration
- AnnotationManager() - Constructor for class info.u_team.u_team_core.util.annotation.AnnotationManager
- AnnotationUtil - Class in info.u_team.u_team_core.util.annotation
-
Annotation utility methods
- AnnotationUtil() - Constructor for class info.u_team.u_team_core.util.annotation.AnnotationUtil
- ArmorSet - Record Class in info.u_team.u_team_core.item.armor
- ArmorSet(RegistryObject<UHelmetItem>, RegistryObject<UChestplateItem>, RegistryObject<ULeggingsItem>, RegistryObject<UBootsItem>) - Constructor for record class info.u_team.u_team_core.item.armor.ArmorSet
-
Creates an instance of a
ArmorSet
record class. - ArmorSetCreator - Class in info.u_team.u_team_core.item.armor
- ArmorSetCreator() - Constructor for class info.u_team.u_team_core.item.armor.ArmorSetCreator
- ASMUContainerMenuHook - Class in info.u_team.u_team_core.intern.asm
-
Class used for an asm hook (ucontainermenu-init-menu.js) for the
UAbstractContainerMenu
. - ASMUContainerMenuHook() - Constructor for class info.u_team.u_team_core.intern.asm.ASMUContainerMenuHook
- assemble(CraftingContainer) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- axe() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
axe
record component. - AXE - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
B
- background - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- backgroundColor - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- backgroundColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- backgroundColor - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- BackgroundColorProvider - Interface in info.u_team.u_team_core.api.gui
- backgroundFrameColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- backgroundHeight - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- backgroundWidth - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- BasicEnergyAcceptorDelegate - Class in info.u_team.u_team_core.energy
- BasicEnergyAcceptorDelegate(IEnergyStorage) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- BasicEnergyProducerDelegate - Class in info.u_team.u_team_core.energy
- BasicEnergyProducerDelegate(IEnergyStorage) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- BasicEnergyStorage - Class in info.u_team.u_team_core.energy
- BasicEnergyStorage(int) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyStorage
- BasicEnergyStorage(int, int) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyStorage
- BasicEnergyStorage(int, int, int) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyStorage
- BasicEnergyStorage(int, int, int, int) - Constructor for class info.u_team.u_team_core.energy.BasicEnergyStorage
- BLACK - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- BLACK - Static variable in class info.u_team.u_team_core.util.RGBA
- BlockDeferredRegister - Class in info.u_team.u_team_core.util.registry
- BlockDeferredRegister(String) - Constructor for class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- blockEntity - Variable in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
- blockEntityType(BlockPos, BlockState) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Returns the
BlockEntityType
that is used for creating theBlockEntity
whenEntityBlockProvider.newBlockEntity(BlockPos, BlockState)
is invoked. - blockEntityType(BlockPos, BlockState) - Method in class info.u_team.u_team_core.block.UEntityBlock
- BlockEntityTypeDeferredRegister - Class in info.u_team.u_team_core.util.registry
- BlockEntityTypeDeferredRegister(String) - Constructor for class info.u_team.u_team_core.util.registry.BlockEntityTypeDeferredRegister
- blockItem - Variable in class info.u_team.u_team_core.block.UBlock
- blockItem() - Method in interface info.u_team.u_team_core.api.block.BlockItemProvider
-
Must return the same block item instance every time you call this method.
- blockItem() - Method in class info.u_team.u_team_core.block.UBlock
- BlockItemProvider - Interface in info.u_team.u_team_core.api.block
-
Implement this in a block to get the block item automatically registered with
BlockDeferredRegister
- BlockProperties - Class in info.u_team.u_team_core.util
- BlockProperties(BlockBehaviour.Properties) - Constructor for class info.u_team.u_team_core.util.BlockProperties
- BlockProperties(Material, MaterialColor) - Constructor for class info.u_team.u_team_core.util.BlockProperties
- BlockRegistryObject<B extends net.minecraft.world.level.block.Block,
I extends net.minecraft.world.item.BlockItem> - Class in info.u_team.u_team_core.util.registry - BlockRegistryObject(RegistryObject<B>, RegistryObject<I>) - Constructor for class info.u_team.u_team_core.util.registry.BlockRegistryObject
- boots() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
boots
record component. - BRIGHT_CONTAINER_BORDER_COLOR - Static variable in class info.u_team.u_team_core.util.RenderUtil
- broadcastChanges() - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Broadcast changed data
- broadcastChanges() - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Broadcast changed data
- broadcastChangesToServer() - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Broadcast data from the client to the server if changed.
- broadcastFullState() - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Broadcast all data
- builder() - Static method in class info.u_team.u_team_core.intern.loot.SetBlockEntityNBTLootFunction
- BusRegister - Class in info.u_team.u_team_core.util.registry
- BusRegister() - Constructor for class info.u_team.u_team_core.util.registry.BusRegister
- buttonColor - Variable in class info.u_team.u_team_core.gui.elements.UButton
- buttonTextureProvider - Variable in class info.u_team.u_team_core.gui.elements.UButton
C
- callAnnotations(String) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationManager
-
Tries to invoke
ModConstruct.construct()
andModConstruct.construct()
methods of classes that are annotated withConstruct
orIntegration
. - callConstructs(String) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationManager
-
Tries to invoke all
ModConstruct.construct()
methods of classes that are annotated withConstruct
. - callIntegrations(String) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationManager
-
Tries to invoke all
ModConstruct.construct()
methods of classes that are annotated withIntegration
. - canCraftInDimensions(int, int) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- canExtract() - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- canExtract() - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- canFluidStacksStack(FluidStack, FluidStack) - Static method in class info.u_team.u_team_core.util.FluidHandlerHelper
- canPlaceItem(int, ItemStack) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- canReceive() - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- canReceive() - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- capacity - Variable in class info.u_team.u_team_core.inventory.UFluidStackHandler
- CastUtil - Class in info.u_team.u_team_core.util
-
Utility methods for casts
- CastUtil() - Constructor for class info.u_team.u_team_core.util.CastUtil
- changeSliderValue(double) - Method in class info.u_team.u_team_core.gui.elements.USlider
- checkAndClearUpdateFlag() - Method in class info.u_team.u_team_core.api.sync.DataHolder
-
Checks if the data has changed.
- checkAndClearUpdateFlag() - Method in class info.u_team.u_team_core.api.sync.MessageHolder
- CheckboxButton - Class in info.u_team.u_team_core.gui.elements
- CheckboxButton(int, int, int, int, Component, boolean, boolean) - Constructor for class info.u_team.u_team_core.gui.elements.CheckboxButton
- CheckboxButton(int, int, int, int, Component, boolean, boolean, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.CheckboxButton
- CheckboxButton(int, int, int, int, Component, boolean, boolean, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.CheckboxButton
- CheckboxButton(int, int, int, int, Component, boolean, boolean, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.CheckboxButton
- checked - Variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- checkSigned(String) - Static method in class info.u_team.u_team_core.util.verify.JarSignVerifier
- chestplate() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
chestplate
record component. - clearContent() - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- click - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- client() - Element in annotation interface info.u_team.u_team_core.api.construct.Construct
- client() - Element in annotation interface info.u_team.u_team_core.api.integration.Integration
- color - Variable in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- color - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- colorStack(ItemStack, List<DyeColor>) - Static method in interface info.u_team.u_team_core.api.dye.DyeableItem
- colorStackDyeItem(ItemStack, List<DyeItem>) - Static method in interface info.u_team.u_team_core.api.dye.DyeableItem
- ColorUtil - Class in info.u_team.u_team_core.util
- ColorUtil() - Constructor for class info.u_team.u_team_core.util.ColorUtil
- CommonBlockStateProvider - Class in info.u_team.u_team_core.data
- CommonBlockStateProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonBlockStateProvider
- CommonBlockTagsProvider - Class in info.u_team.u_team_core.data
- CommonBlockTagsProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonBlockTagsProvider
- CommonDataProvider<V> - Interface in info.u_team.u_team_core.data
- CommonDataProvider.NoParam - Interface in info.u_team.u_team_core.data
- CommonDeferredRegister<R> - Class in info.u_team.u_team_core.util.registry
- CommonDeferredRegister(ResourceKey<? extends Registry<R>>, String) - Constructor for class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- CommonDeferredRegister(IForgeRegistry<R>, String) - Constructor for class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- CommonFluidTagsProvider - Class in info.u_team.u_team_core.data
- CommonFluidTagsProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonFluidTagsProvider
- CommonGlobalLootModifierProvider - Class in info.u_team.u_team_core.data
- CommonGlobalLootModifierProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- CommonItemModelProvider - Class in info.u_team.u_team_core.data
- CommonItemModelProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonItemModelProvider
- CommonItemTagsProvider - Class in info.u_team.u_team_core.data
- CommonItemTagsProvider(GenerationData, CommonBlockTagsProvider) - Constructor for class info.u_team.u_team_core.data.CommonItemTagsProvider
- CommonJsonCodecsProvider - Class in info.u_team.u_team_core.data
- CommonJsonCodecsProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonJsonCodecsProvider
- CommonLanguagesProvider - Class in info.u_team.u_team_core.data
- CommonLanguagesProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonLanguagesProvider
- CommonLootTableProvider - Class in info.u_team.u_team_core.data
- CommonLootTableProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonLootTableProvider
- CommonRecipeProvider - Class in info.u_team.u_team_core.data
- CommonRecipeProvider(GenerationData) - Constructor for class info.u_team.u_team_core.data.CommonRecipeProvider
- CommonTagsProvider<T> - Class in info.u_team.u_team_core.data
- CommonTagsProvider(GenerationData, Registry<T>) - Constructor for class info.u_team.u_team_core.data.CommonTagsProvider
- ConfigUtil - Class in info.u_team.u_team_core.util
-
Utility methods for loading and reading json config files with gson
- ConfigUtil() - Constructor for class info.u_team.u_team_core.util.ConfigUtil
- construct() - Method in interface info.u_team.u_team_core.api.construct.ModConstruct
- construct() - Method in class info.u_team.u_team_core.intern.init.UCoreClientConstruct
- construct() - Method in class info.u_team.u_team_core.intern.init.UCoreCommonConstruct
- Construct - Annotation Interface in info.u_team.u_team_core.api.construct
- containerId() - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Returns the value of the
containerId
record component. - ContainerSetFluidContentMessage - Class in info.u_team.u_team_core.intern.network
- ContainerSetFluidContentMessage(int, int, List<FluidStack>) - Constructor for class info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage
- ContainerSetFluidContentMessage.Handler - Class in info.u_team.u_team_core.intern.network
- ContainerSetFluidSlotMessage - Class in info.u_team.u_team_core.intern.network
- ContainerSetFluidSlotMessage(int, int, int, FluidStack) - Constructor for class info.u_team.u_team_core.intern.network.ContainerSetFluidSlotMessage
- ContainerSetFluidSlotMessage.Handler - Class in info.u_team.u_team_core.intern.network
- containerTick() - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- copy(TagKey<Block>, TagKey<Item>) - Method in class info.u_team.u_team_core.data.CommonItemTagsProvider
- copyStackWithSize(FluidStack, int) - Static method in class info.u_team.u_team_core.util.FluidHandlerHelper
- copyState(ScrollingText) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- copyValue(Field, O, N) - Static method in class info.u_team.u_team_core.util.ReflectionUtil
-
Utility method to copy a field value from an old oject instance to a new instance.
- CRAFTING_SPECIAL_ITEMDYE - Static variable in class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- CraftingRecipeWrapper - Class in info.u_team.u_team_core.inventory
- CraftingRecipeWrapper(IItemHandlerModifiable, int, int) - Constructor for class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- create(CommonDeferredRegister<Item>, String, CreativeModeTab, Item.Properties, ExtendedTier) - Static method in class info.u_team.u_team_core.item.tier.TierSetCreator
- create(CommonDeferredRegister<Item>, String, CreativeModeTab, Item.Properties, ArmorMaterial) - Static method in class info.u_team.u_team_core.item.armor.ArmorSetCreator
- create(CommonDeferredRegister<Item>, String, Item.Properties, ExtendedTier) - Static method in class info.u_team.u_team_core.item.tier.TierSetCreator
- create(CommonDeferredRegister<Item>, String, Item.Properties, ArmorMaterial) - Static method in class info.u_team.u_team_core.item.armor.ArmorSetCreator
- create(String) - Static method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- create(String) - Static method in class info.u_team.u_team_core.util.registry.BlockEntityTypeDeferredRegister
- create(String) - Static method in class info.u_team.u_team_core.util.registry.EntityTypeDeferredRegister
- create(String, String, String, int) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(String, String, String, int, Object...) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(ResourceKey<? extends Registry<C>>, String) - Static method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- create(Item, String, int) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(Item, String, int, Object...) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(Block, String, int) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(Block, String, int, Object...) - Static method in class info.u_team.u_team_core.util.TooltipCreator
- create(IForgeRegistry<C>, String) - Static method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- createBlockItem(Item.Properties) - Method in class info.u_team.u_team_core.block.UBlock
- createBlockTag(String, String) - Static method in class info.u_team.u_team_core.util.TagUtil
- createBlockTag(ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- createBooleanHolder(BooleanSupplier, BooleanConsumer) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createByteHolder(Supplier<Byte>, Consumer<Byte>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createDoubleHolder(Supplier<Double>, Consumer<Double>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createEntityTypeTag(String, String) - Static method in class info.u_team.u_team_core.util.TagUtil
- createEntityTypeTag(ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- createFloatHolder(Supplier<Float>, Consumer<Float>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createFluidTag(String, String) - Static method in class info.u_team.u_team_core.util.TagUtil
- createFluidTag(ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- createHolder(Supplier<FriendlyByteBuf>, Consumer<FriendlyByteBuf>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createIntHolder(IntSupplier, IntConsumer) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createItemTag(String, String) - Static method in class info.u_team.u_team_core.util.TagUtil
- createItemTag(ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- createLongHolder(LongSupplier, LongConsumer) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createMenu(int, Inventory, Player) - Method in interface info.u_team.u_team_core.api.block.MenuSyncedBlockEntity
-
Used to create a menu on the server side
- createShortHolder(Supplier<Short>, Consumer<Short>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createSyncHandler() - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- createTabWriter(Gson, Writer) - Static method in class info.u_team.u_team_core.util.GsonUtil
-
Creates a
JsonWriter
with the indent set to one tab - createTag(ResourceKey<? extends Registry<T>>, ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- cubeFacing(String, ResourceLocation, ResourceLocation) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- cubeFacing(String, ResourceLocation, ResourceLocation, ResourceLocation) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- cubeFacingBottomTop(String, ResourceLocation, ResourceLocation, ResourceLocation, ResourceLocation) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- cubeFacingBottomTop(String, ResourceLocation, ResourceLocation, ResourceLocation, ResourceLocation, ResourceLocation) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- cursorColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
D
- DARK_CONTAINER_BORDER_COLOR - Static variable in class info.u_team.u_team_core.util.RenderUtil
- DARK_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- DARKER_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- data(GatherDataEvent) - Static method in class info.u_team.u_team_core.intern.data.UCoreDataGenerator
- dataChanged(AbstractContainerMenu, int, int) - Method in interface info.u_team.u_team_core.api.menu.FluidContainerListener
- DataHolder - Class in info.u_team.u_team_core.api.sync
-
This class holds a data buffer with setter and getter for synchronizing.
- DataHolder() - Constructor for class info.u_team.u_team_core.api.sync.DataHolder
- dataHolderBuffer() - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Returns the value of the
dataHolderBuffer
record component. - DataHolderMenuMessage - Record Class in info.u_team.u_team_core.intern.network
- DataHolderMenuMessage(int, int, FriendlyByteBuf) - Constructor for record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Creates an instance of a
DataHolderMenuMessage
record class. - DataHolderMenuMessage.Handler - Class in info.u_team.u_team_core.intern.network
- dataPackRegistry(RegistryOps<JsonElement>, ResourceKey<Registry<T>>, Map<ResourceLocation, T>) - Method in class info.u_team.u_team_core.data.CommonJsonCodecsProvider
- decimalPrecision - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- decode(FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage
- decode(FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidSlotMessage
- decode(FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
- decode(FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.FluidClickContainerMessage
- DEFAULT_COLOR - Static variable in interface info.u_team.u_team_core.api.dye.DyeableItem
- DEFAULT_INSTANCE - Static variable in class info.u_team.u_team_core.gui.renderer.FluidInventoryRenderer
- DEFAULT_TEXT_COLOR - Static variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- deserialize(JsonElement) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
- deserialize(JsonObject, JsonDeserializationContext, LootItemCondition[]) - Method in class info.u_team.u_team_core.intern.loot.SetBlockEntityNBTLootFunction.Serializer
- deserializeFluidIngredient(JsonElement) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- deserializeFluidList(JsonObject) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
- deserializeIngredients(String[], Map<String, Ingredient>, int, int) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- deserializeItemIngredient(JsonElement) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- deserializeItemStack(JsonElement) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- deserializeKey(JsonObject) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- deserializeNBT(CompoundTag) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- deserializeNBT(CompoundTag) - Method in class info.u_team.u_team_core.inventory.UItemStackHandler
- deserializeNBT(Tag) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- DEV - Enum constant in enum class info.u_team.u_team_core.util.verify.JarSignVerifier.VerifyStatus
- DimensionTeleportSubCommand - Class in info.u_team.u_team_core.intern.command.uteamcore
- DimensionTeleportSubCommand() - Constructor for class info.u_team.u_team_core.intern.command.uteamcore.DimensionTeleportSubCommand
- disabledTextColor - Variable in class info.u_team.u_team_core.gui.elements.UButton
- disabledTextColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- dragging - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- drain(int, IFluidHandler.FluidAction) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
-
Deprecated.
- drain(FluidStack, IFluidHandler.FluidAction) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
-
Deprecated.
- drawContainerBorder(PoseStack, int, int, int, int, float, RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Draws the default container border
- drawContinuousTexturedBox(PoseStack, int, int, int, int, int, int, int, int, int, int, int, int, float, ResourceLocation, RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Draws a textured box of any size (smallest size is borderSize * 2 square) based on a fixed size textured box with continuous borders and filler.
- drawDescription - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- drawFluidInSlot(PoseStack, int, int, float, FluidStack) - Method in class info.u_team.u_team_core.gui.renderer.FluidInventoryRenderer
- drawInventoryText - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- drawText - Variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- drawTexturedQuad(PoseStack, int, int, int, int, float, float, float, float, float, ResourceLocation, RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Draws a textured quad.
- drawTexturedQuad(PoseStack, int, int, int, int, float, TextureAtlasSprite, RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Draws a textured quad.
- drawTexturedQuad(PoseStack, int, int, int, int, int, int, float, float, int, int, float, ResourceLocation, RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Draws a textured quad.
- drawTitleText - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- dropShadow - Variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- DyeableItem - Interface in info.u_team.u_team_core.api.dye
-
Attach this to any item that can be colors.
- DyeableItemDyeRecipe - Class in info.u_team.u_team_core.intern.recipe
- DyeableItemDyeRecipe(ResourceLocation) - Constructor for class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- DyeableItemsRegistry - Class in info.u_team.u_team_core.api.dye
- DyeableItemsRegistry() - Constructor for class info.u_team.u_team_core.api.dye.DyeableItemsRegistry
E
- EMPTY - Static variable in class info.u_team.u_team_core.ingredient.FluidIngredient
- EMPTY_SLIDER - Static variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- EMPTY_SLIDER - Static variable in class info.u_team.u_team_core.gui.elements.USlider
- EMPTY_TEXT_CHANGED - Static variable in class info.u_team.u_team_core.gui.elements.ScalableText
- EMPTY_TOOLTIP - Static variable in class info.u_team.u_team_core.gui.elements.UButton
- EMPTY_TOOLTIP - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- EmptyMessageHolder(Runnable) - Constructor for class info.u_team.u_team_core.api.sync.MessageHolder.EmptyMessageHolder
- EmptyStateDefinition(Block) - Constructor for class info.u_team.u_team_core.util.ModelUtil.EmptyStateDefinition
- EMTPY_PRESSABLE - Static variable in class info.u_team.u_team_core.gui.elements.UButton
- enabled - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- encode(ContainerSetFluidContentMessage, FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage
- encode(ContainerSetFluidSlotMessage, FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidSlotMessage
- encode(DataHolderMenuMessage, FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
- encode(FluidClickContainerMessage, FriendlyByteBuf) - Static method in class info.u_team.u_team_core.intern.network.FluidClickContainerMessage
- ENERGY_TEXTURE - Static variable in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- EnergyStorageWidget - Class in info.u_team.u_team_core.gui.elements
- EnergyStorageWidget(int, int, int, LongSupplier, LongSupplier) - Constructor for class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- EnergyStorageWidget(int, int, int, Supplier<IEnergyStorage>) - Constructor for class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- EntityBlockProvider - Interface in info.u_team.u_team_core.api.block
-
Provides a convenience way to implement block entities for blocks.
- EntityTypeDeferredRegister - Class in info.u_team.u_team_core.util.registry
- EntityTypeDeferredRegister(String) - Constructor for class info.u_team.u_team_core.util.registry.EntityTypeDeferredRegister
- equals(Object) - Method in record class info.u_team.u_team_core.data.GenerationData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Indicates whether some other object is "equal to" this one.
- EXECUTE - Enum constant in enum class info.u_team.u_team_core.api.InteractionType
- existingFileHelper() - Method in record class info.u_team.u_team_core.data.GenerationData
-
Returns the value of the
existingFileHelper
record component. - ExtendedFluidHandler - Interface in info.u_team.u_team_core.api.fluid
- ExtendedFluidHandlerUtils - Class in info.u_team.u_team_core.api.fluid
- ExtendedFluidHandlerUtils() - Constructor for class info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils
- ExtendedFluidHandlerUtils.ExtractFluid - Interface in info.u_team.u_team_core.api.fluid
- ExtendedFluidHandlerUtils.InsertFluid - Interface in info.u_team.u_team_core.api.fluid
- ExtendedItemHandler - Interface in info.u_team.u_team_core.api.item
- ExtendedTier - Interface in info.u_team.u_team_core.api.item
-
This interface extends the
Tier
interface for tool materials of vanilla style tools. - ExtendedTier.Tools - Enum Class in info.u_team.u_team_core.api.item
-
Contains all vanilla tools.
- extract(int, int, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils.ExtractFluid
- extract(int, InteractionType, IntSupplier, Int2ObjectFunction<FluidStack>, ExtendedFluidHandlerUtils.ExtractFluid) - Static method in class info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils
-
Util method for a generic extraction implementation for various handlers.
- extract(FluidStack, InteractionType, IntSupplier, Int2ObjectFunction<FluidStack>, ExtendedFluidHandlerUtils.ExtractFluid) - Static method in class info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils
-
Util method for a generic extraction implementation for various handlers.
- extractEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- extractEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- extractEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- extractFluid(int, int, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
- extractFluid(int, int, InteractionType) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- extractFluid(int, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
- extractFluid(FluidStack, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
- extractItem(int, int, InteractionType) - Method in interface info.u_team.u_team_core.api.item.ExtendedItemHandler
F
- facingBlock(Block, Function<BlockState, ModelFile>, int) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- facingBlock(Block, ModelFile) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- facingBlock(Block, ModelFile, int) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- fill(FluidStack, IFluidHandler.FluidAction) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
-
Deprecated.
- fillStackedContents(StackedContents) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- findField(Class<?>, String) - Static method in class info.u_team.u_team_core.util.ReflectionUtil
-
Method to find a field in a give class.
- findFluidSlot(double, double) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- FluidClickContainerMessage - Class in info.u_team.u_team_core.intern.network
- FluidClickContainerMessage(int, int, boolean, ItemStack) - Constructor for class info.u_team.u_team_core.intern.network.FluidClickContainerMessage
- FluidClickContainerMessage.Handler - Class in info.u_team.u_team_core.intern.network
- FluidContainerListener - Interface in info.u_team.u_team_core.api.menu
- FluidContainerMenu - Class in info.u_team.u_team_core.menu
-
Adds a management system for fluids in menus like items.
- FluidContainerMenu(MenuType<?>, int) - Constructor for class info.u_team.u_team_core.menu.FluidContainerMenu
-
Creates a container menu.
- FluidContainerMenu.FluidSlotHandlerFunction - Interface in info.u_team.u_team_core.menu
-
Used as a function to customize fluid slots with the append methods
- FluidContainerMenuScreen<T extends net.minecraft.world.inventory.AbstractContainerMenu> - Class in info.u_team.u_team_core.screen
- FluidContainerMenuScreen(T, Inventory, Component) - Constructor for class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- FluidHandlerHelper - Class in info.u_team.u_team_core.util
- FluidHandlerHelper() - Constructor for class info.u_team.u_team_core.util.FluidHandlerHelper
- FluidHandlerModifiable - Interface in info.u_team.u_team_core.api.fluid
- FluidIngredient - Class in info.u_team.u_team_core.ingredient
- FluidIngredient(int, Stream<? extends FluidIngredient.IFluidList>) - Constructor for class info.u_team.u_team_core.ingredient.FluidIngredient
- FluidIngredient.IFluidList - Interface in info.u_team.u_team_core.ingredient
- FluidIngredient.SingleFluidList - Class in info.u_team.u_team_core.ingredient
- FluidIngredient.TagList - Class in info.u_team.u_team_core.ingredient
- FluidInventoryRenderer - Class in info.u_team.u_team_core.gui.renderer
- FluidInventoryRenderer() - Constructor for class info.u_team.u_team_core.gui.renderer.FluidInventoryRenderer
- fluidRenderer - Variable in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- FluidSlot - Class in info.u_team.u_team_core.menu
- FluidSlot(FluidHandlerModifiable, int, int, int) - Constructor for class info.u_team.u_team_core.menu.FluidSlot
- fluidSlotChanged(FluidContainerMenu, int, FluidStack) - Method in interface info.u_team.u_team_core.api.menu.FluidContainerListener
- fluidSlotClick(ServerPlayer, int, boolean, ItemStack) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
- fluidSlots - Variable in class info.u_team.u_team_core.menu.FluidContainerMenu
- font - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- fork() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- forkPositional() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- fromARGB(int) - Static method in class info.u_team.u_team_core.util.RGBA
-
Returns an
RGBA
object from an argb integer. - fromBlockTag(TagKey<Block>) - Static method in class info.u_team.u_team_core.util.TagUtil
- fromBoolean(boolean) - Static method in enum class info.u_team.u_team_core.api.InteractionType
- fromFluidAction(IFluidHandler.FluidAction) - Static method in enum class info.u_team.u_team_core.api.InteractionType
- fromFluids(int, Fluid...) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
- fromItems(int, ItemLike...) - Static method in class info.u_team.u_team_core.ingredient.ItemIngredient
- fromItemTag(TagKey<Item>) - Static method in class info.u_team.u_team_core.util.TagUtil
- fromJson(ResourceLocation, JsonObject) - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- fromNetwork(ResourceLocation, FriendlyByteBuf) - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- fromStacks(int, ItemStack...) - Static method in class info.u_team.u_team_core.ingredient.ItemIngredient
- fromStacks(int, FluidStack...) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
- fromTag(int, TagKey<Item>) - Static method in class info.u_team.u_team_core.ingredient.ItemIngredient
- fromTag(int, TagKey<Fluid>) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
G
- GenerationData - Record Class in info.u_team.u_team_core.data
- GenerationData(String, DataGenerator, ExistingFileHelper) - Constructor for record class info.u_team.u_team_core.data.GenerationData
-
Creates an instance of a
GenerationData
record class. - GenerationData(String, GatherDataEvent) - Constructor for record class info.u_team.u_team_core.data.GenerationData
- generator() - Method in record class info.u_team.u_team_core.data.GenerationData
-
Returns the value of the
generator
record component. - get() - Method in class info.u_team.u_team_core.api.sync.DataHolder
-
Should return an instance of
FriendlyByteBuf
that cannot be manipulated after that call. - get() - Method in class info.u_team.u_team_core.api.sync.MessageHolder
- get() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- getActivatedColor() - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- getActivatedColor() - Method in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- 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
- getAmount() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient
- getAmount() - Method in class info.u_team.u_team_core.ingredient.ItemIngredient
- getAnnotations(String, Type) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationUtil
-
Returns a list of found
ModFileScanData.AnnotationData
for the give annotationType
and modid. - getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class info.u_team.u_team_core.item.armor.UArmorItem
- getAttackDamage(ExtendedTier.Tools) - Method in interface info.u_team.u_team_core.api.item.ExtendedTier
-
Returns the additional damage that is added to the
Tier.getAttackDamageBonus()
per given tool. - getAttackDamage(ExtendedTier.Tools) - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getAttackDamageBonus() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getAttackSpeed(ExtendedTier.Tools) - Method in interface info.u_team.u_team_core.api.item.ExtendedTier
-
Returns the attack speed per given tool.
- getAttackSpeed(ExtendedTier.Tools) - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getBackgroundColor() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- getBackgroundColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getBackgroundFrameColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getBlockEntity() - Method in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
Gets the block entity
- getBlockEntity(BlockGetter, BlockPos) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Returns a optional with can contain the
BlockEntity
at that give position if theBlockEntityType
is correct. - getBlockRegister() - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- 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
- getButtonColor() - Method in class info.u_team.u_team_core.gui.elements.UButton
- getColor() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getColor() - Method in class info.u_team.u_team_core.util.RGBA
-
Get the integer (hex) representation of this color in rgba format
- getColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- getColorARGB() - Method in class info.u_team.u_team_core.util.RGBA
-
Get the integer (hex) representation of this color in argb format
- getColorFromWool(Item) - Static method in class info.u_team.u_team_core.util.ColorUtil
- getColorFromWool(Block) - Static method in class info.u_team.u_team_core.util.ColorUtil
- getContainerSize() - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- getContainerSlot() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.BackgroundColorProvider
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentBackgroundColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentBackgroundFrameColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentCursorColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentImage(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getCurrentImage(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getCurrentImageColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getCurrentImageColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getCurrentScale(double, double) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- getCurrentScale(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.ScaleProvider
- getCurrentScale(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableButton
- getCurrentScale(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- getCurrentScale(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- getCurrentScale(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableSlider
- getCurrentSliderColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentSuggestionTextColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentText() - Method in interface info.u_team.u_team_core.api.gui.TextProvider
- getCurrentText() - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentText() - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentTextColor(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.TextSettingsProvider
- getCurrentTextColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentTextColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentTextColor(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentTextFont() - Method in interface info.u_team.u_team_core.api.gui.TextSettingsProvider
- getCursorColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getDefaultColor() - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- getDefenseForSlot(EquipmentSlot) - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getDisabledTextColor() - Method in class info.u_team.u_team_core.gui.elements.UButton
- getDisabledTextColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getDurabilityForSlot(EquipmentSlot) - 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
- getEnchantmentValue() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getEnchantmentValue() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getEnergy() - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- getEnergyStored() - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- getEnergyStored() - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- getEntries() - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- getEquipSound() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getFluid() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getFluidHandler() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getFluidInTank(int) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- getFluidSlot(int) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Returns the fluid slot for a give slot id.
- getFluidSlotColor(int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- getGenerationData() - Method in interface info.u_team.u_team_core.data.CommonDataProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonJsonCodecsProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonLootTableProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- getGenerationData() - Method in class info.u_team.u_team_core.data.CommonTagsProvider
- 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
- getHeight() - Method in interface info.u_team.u_team_core.api.gui.TextureProvider
- getHeight() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- getHeight() - Method in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- getId() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- getImage() - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getImageColor() - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getIndex() - Method in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
-
Returns the index
- getIngredientOfTag(TagKey<Item>) - Static method in class info.u_team.u_team_core.data.CommonRecipeProvider
- getItem() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- getItem(int) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- getItemId() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- getItemRegister() - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- getKnockbackResistance() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getLastFluidSlots() - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Returns the last slot list that is used to check if a fluid stack has changed since last check.
- getLastSlots() - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Returns the last slot list that is used to check if a stack has changed since last check.
- getLevel() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getList() - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- getM00() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM01() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM02() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM03() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM10() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM11() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM12() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM13() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM20() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM21() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM22() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM23() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM30() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM31() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM32() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getM33() - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- getMaxEnergyStored() - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- getMaxEnergyStored() - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- getModid() - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- getMovingX(float) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- getName() - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonBlockTagsProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonFluidTagsProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonItemTagsProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonJsonCodecsProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonLootTableProvider
- getName() - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- 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
- getNoItemIcon() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getOrCreateRawBuilder(TagKey<T>) - Method in class info.u_team.u_team_core.data.CommonTagsProvider
- getPath(Block) - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- getPath(ItemLike) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- getPlaneDistance(int, int, int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns the distance between x1, z1 and x2, z2
- getPluginUid() - Method in class info.u_team.u_team_core.integration.jei.UTeamCoreJeiPlugin
- getPossibleStates() - Method in class info.u_team.u_team_core.util.ModelUtil.EmptyStateDefinition
- 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
- getRecipeWithSerializer(FinishedRecipe, Supplier<? extends RecipeSerializer<?>>) - Static method in class info.u_team.u_team_core.util.RecipeBuilderUtil
-
Returns a
FinishedRecipe
with a custom serializer. - 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
- getRegister() - Method in class info.u_team.u_team_core.util.registry.BlockEntityTypeDeferredRegister
- getRegister() - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- getRegister() - Method in class info.u_team.u_team_core.util.registry.EntityTypeDeferredRegister
- getRemainingSlotCapacity() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getRepairIngredient() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getRepairIngredient() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getRowWidth() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- getSaveData(ServerLevel, String, Function<CompoundTag, T>, Supplier<T>) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Get a saved instance (own implementation) of
SavedData
. - getSaveData(ServerLevel, Function<CompoundTag, T>, String, Function<String, T>) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Get a saved instance (own implementation) of
SavedData
. - getScale() - Method in interface info.u_team.u_team_core.api.gui.Scalable
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableButton
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableSlider
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getScrollbarPosition() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- getSerializableIngredientOfTag(TagKey<Item>) - Static method in class info.u_team.u_team_core.util.TagUtil
- getSerializer() - Method in class info.u_team.u_team_core.ingredient.ItemIngredient
- getSerializer() - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- getSerializer() - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
- getServerLevel(MinecraftServer, ResourceKey<Level>) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Get the
ServerLevel
from theResourceKey
- getServerLevel(Entity, ResourceKey<Level>) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Get the
ServerLevel
from theResourceKey
- getSideDistance() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- getSliderBackgroundColor() - Method in class info.u_team.u_team_core.gui.elements.USlider
- getSliderColor() - Method in class info.u_team.u_team_core.gui.elements.USlider
- getSlot(FluidHandlerModifiable, int, int, int) - Method in interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidSlotHandlerFunction
-
Should return a slot with the applied parameters.
- getSlot(Container, int, int, int) - Method in interface info.u_team.u_team_core.menu.UAbstractContainerMenu.SlotContainerFunction
-
Should return a slot with the applied parameters.
- getSlot(IItemHandler, int, int, int) - Method in interface info.u_team.u_team_core.menu.UAbstractContainerMenu.SlotHandlerFunction
-
Should return a slot with the applied parameters.
- getSlotCapacity() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getSpeed() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getSpeedTime() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- getStacks() - Method in interface info.u_team.u_team_core.ingredient.FluidIngredient.IFluidList
- getStacks() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient.SingleFluidList
- getStacks() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient.TagList
- getStepSize() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- getSuggestionTextColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getSynchronizerPlayer() - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Returns the player that opened the container and should be used for synchronizing purposes.
- getTag() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getTankCapacity(int) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- getTanks() - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- getTextColor() - Method in class info.u_team.u_team_core.gui.elements.UButton
- getTextColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getTextSupplier() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getTexture() - Method in interface info.u_team.u_team_core.api.gui.TextureProvider
- getTexture() - Method in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- getTextWidth() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getToggleImage() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getToggleImageColor() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getTooltipFromFluid(FluidSlot) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- getToughness() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getTransparentBorderSize() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- getType() - Method in class info.u_team.u_team_core.intern.loot.SetBlockEntityNBTLootFunction
- getTypeString(EquipmentSlot) - Method in class info.u_team.u_team_core.item.armor.UArmorItem
- getU() - Method in interface info.u_team.u_team_core.api.gui.TextureProvider
- getU() - Method in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- getUnfocusedBackgroundFrameColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getUpdatePacket() - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- getUpdateTag() - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- getUses() - Method in class info.u_team.u_team_core.item.tier.UExtendedTier
- getV() - Method in interface info.u_team.u_team_core.api.gui.TextureProvider
- getV() - Method in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- getValue() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- getValue(Field, I) - Static method in class info.u_team.u_team_core.util.ReflectionUtil
-
Gets the value of a field.
- getValueInt() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- getWaitTime() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- getWidth() - Method in interface info.u_team.u_team_core.api.gui.TextureProvider
- getWidth() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- getWidth() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- getWidth() - Method in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- 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
- getX() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getX() - Method in class info.u_team.u_team_core.menu.FluidSlot
- getY() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- getY() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getY() - Method in class info.u_team.u_team_core.menu.FluidSlot
- GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- GsonUtil - Class in info.u_team.u_team_core.util
-
Utility methods for gson
- GsonUtil() - Constructor for class info.u_team.u_team_core.util.GsonUtil
H
- handle(ContainerSetFluidContentMessage, Supplier<NetworkEvent.Context>) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage.Handler
- handle(ContainerSetFluidSlotMessage, Supplier<NetworkEvent.Context>) - Static method in class info.u_team.u_team_core.intern.network.ContainerSetFluidSlotMessage.Handler
- handle(DataHolderMenuMessage, Supplier<NetworkEvent.Context>) - Static method in class info.u_team.u_team_core.intern.network.DataHolderMenuMessage.Handler
- handle(FluidClickContainerMessage, Supplier<NetworkEvent.Context>) - Static method in class info.u_team.u_team_core.intern.network.FluidClickContainerMessage.Handler
- handleChunkLoadData(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
The data from the chunk load is received here.
- handleInitialMenuDataFromServer(FriendlyByteBuf) - Method in interface info.u_team.u_team_core.api.block.MenuSyncedBlockEntity
-
The collected data for the initial menu opening is received here on the client side.
- Handler() - Constructor for class info.u_team.u_team_core.intern.network.ContainerSetFluidContentMessage.Handler
- Handler() - Constructor for class info.u_team.u_team_core.intern.network.ContainerSetFluidSlotMessage.Handler
- Handler() - Constructor for class info.u_team.u_team_core.intern.network.DataHolderMenuMessage.Handler
- Handler() - Constructor for class info.u_team.u_team_core.intern.network.FluidClickContainerMessage.Handler
- handleUpdateStateData(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
The data from the block update is received here.
- handleUpdateTag(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- has(ItemPredicate...) - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- has(TagKey<Item>) - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- has(ItemLike) - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- hasColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- hasFluid() - Method in class info.u_team.u_team_core.menu.FluidSlot
- hashCode() - Method in record class info.u_team.u_team_core.data.GenerationData
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Returns a hash code value for this object.
- hasItem() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- hasSpeedTimePassed() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- hasWaitTimePassed() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- height - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- helmet() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
helmet
record component. - hoe() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
hoe
record component. - HOE - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
- hook(AbstractContainerMenu, ServerPlayer) - Static method in class info.u_team.u_team_core.intern.asm.ASMUContainerMenuHook
-
Called from asm core mod from
ServerPlayer.initMenu(AbstractContainerMenu)
method. - hovered - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- hoveredFluidSlot - Variable in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
I
- image - Variable in class info.u_team.u_team_core.gui.elements.ImageButton
- ImageActivatableButton - Class in info.u_team.u_team_core.gui.elements
- ImageActivatableButton(int, int, int, int, ResourceLocation, boolean, RGBA) - Constructor for class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- ImageActivatableButton(int, int, int, int, ResourceLocation, boolean, RGBA, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- ImageActivatableButton(int, int, int, int, ResourceLocation, boolean, RGBA, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- ImageActivatableButton(int, int, int, int, ResourceLocation, boolean, RGBA, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- 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.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ImageButton
- ImageButton(int, int, int, int, ResourceLocation, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageButton
- ImageButton(int, int, int, int, ResourceLocation, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageButton
- imageColor - Variable in class info.u_team.u_team_core.gui.elements.ImageButton
- ImageToggleButton - Class in info.u_team.u_team_core.gui.elements
- ImageToggleButton(int, int, int, int, ResourceLocation, ResourceLocation, boolean) - Constructor for class info.u_team.u_team_core.gui.elements.ImageToggleButton
- ImageToggleButton(int, int, int, int, ResourceLocation, ResourceLocation, boolean, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ImageToggleButton
- ImageToggleButton(int, int, int, int, ResourceLocation, ResourceLocation, boolean, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageToggleButton
- ImageToggleButton(int, int, int, int, ResourceLocation, ResourceLocation, boolean, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ImageToggleButton
- index - Variable in class info.u_team.u_team_core.menu.FluidSlot
- index() - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Returns the value of the
index
record component. - 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.block - package info.u_team.u_team_core.api.block
- info.u_team.u_team_core.api.construct - package info.u_team.u_team_core.api.construct
- info.u_team.u_team_core.api.dye - package info.u_team.u_team_core.api.dye
- info.u_team.u_team_core.api.fluid - package info.u_team.u_team_core.api.fluid
- info.u_team.u_team_core.api.gui - package info.u_team.u_team_core.api.gui
- info.u_team.u_team_core.api.integration - package info.u_team.u_team_core.api.integration
- info.u_team.u_team_core.api.item - package info.u_team.u_team_core.api.item
- info.u_team.u_team_core.api.menu - package info.u_team.u_team_core.api.menu
- info.u_team.u_team_core.api.sync - package info.u_team.u_team_core.api.sync
- info.u_team.u_team_core.block - package info.u_team.u_team_core.block
- info.u_team.u_team_core.blockentity - package info.u_team.u_team_core.blockentity
- info.u_team.u_team_core.creativetab - package info.u_team.u_team_core.creativetab
- info.u_team.u_team_core.data - package info.u_team.u_team_core.data
- info.u_team.u_team_core.data.builder - package info.u_team.u_team_core.data.builder
- info.u_team.u_team_core.energy - package info.u_team.u_team_core.energy
- info.u_team.u_team_core.event - package info.u_team.u_team_core.event
- info.u_team.u_team_core.gui.elements - package info.u_team.u_team_core.gui.elements
- info.u_team.u_team_core.gui.renderer - package info.u_team.u_team_core.gui.renderer
- info.u_team.u_team_core.ingredient - package info.u_team.u_team_core.ingredient
- info.u_team.u_team_core.integration.jei - package info.u_team.u_team_core.integration.jei
- info.u_team.u_team_core.intern.asm - package info.u_team.u_team_core.intern.asm
- 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.data - package info.u_team.u_team_core.intern.data
- info.u_team.u_team_core.intern.data.provider - package info.u_team.u_team_core.intern.data.provider
- info.u_team.u_team_core.intern.init - package info.u_team.u_team_core.intern.init
- info.u_team.u_team_core.intern.loot - package info.u_team.u_team_core.intern.loot
- info.u_team.u_team_core.intern.network - package info.u_team.u_team_core.intern.network
- info.u_team.u_team_core.intern.recipe - package info.u_team.u_team_core.intern.recipe
- info.u_team.u_team_core.inventory - package info.u_team.u_team_core.inventory
- 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.tier - package info.u_team.u_team_core.item.tier
- info.u_team.u_team_core.menu - package info.u_team.u_team_core.menu
- info.u_team.u_team_core.menutype - package info.u_team.u_team_core.menutype
- info.u_team.u_team_core.recipeserializer - package info.u_team.u_team_core.recipeserializer
- info.u_team.u_team_core.screen - package info.u_team.u_team_core.screen
- info.u_team.u_team_core.util - package info.u_team.u_team_core.util
- info.u_team.u_team_core.util.annotation - package info.u_team.u_team_core.util.annotation
- info.u_team.u_team_core.util.registry - package info.u_team.u_team_core.util.registry
- info.u_team.u_team_core.util.verify - package info.u_team.u_team_core.util.verify
- init(LogicalSide) - Method in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
Is called after the server and client constructor.
- initCapabilities(ItemStack, CompoundTag) - Method in class info.u_team.u_team_core.item.UBucketItem
- initialize(ItemStack) - Method in class info.u_team.u_team_core.menu.ItemSlot
- initializeFluidContents(int, List<FluidStack>) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Sets the fluid slots on the client side
- initMenu(ServerPlayer) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Will be called immediately after the
UAbstractContainerMenu.setSynchronizerPlayer(ServerPlayer)
. - insert(int, FluidStack, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils.InsertFluid
- insert(FluidStack, InteractionType, IntSupplier, Int2ObjectFunction<FluidStack>, ExtendedFluidHandlerUtils.InsertFluid) - Static method in class info.u_team.u_team_core.api.fluid.ExtendedFluidHandlerUtils
-
Util method for a generic insert implementation for various handlers.
- insertFluid(int, FluidStack, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
- insertFluid(int, FluidStack, InteractionType) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- insertFluid(FluidStack, InteractionType) - Method in interface info.u_team.u_team_core.api.fluid.ExtendedFluidHandler
- insertItem(int, ItemStack, InteractionType) - Method in interface info.u_team.u_team_core.api.item.ExtendedItemHandler
- INSTANCE - Static variable in class info.u_team.u_team_core.ingredient.ItemIngredient.Serializer
- integration() - Element in annotation interface info.u_team.u_team_core.api.integration.Integration
- Integration - Annotation Interface in info.u_team.u_team_core.api.integration
- InteractionType - Enum Class in info.u_team.u_team_core.api
- inventory - Variable in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- isActivated() - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- isActivated() - Method in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- isActive() - Method in class info.u_team.u_team_core.menu.FluidSlot
- isChecked() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- isDrawText() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- isEmpty() - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- isEnabled() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isExecute() - Method in enum class info.u_team.u_team_core.api.InteractionType
- isFluidValid(int, FluidStack) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- isHovered() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isHovered(AbstractWidget) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- isHovering(FluidSlot, double, double) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- isInContainer - Variable in class info.u_team.u_team_core.gui.elements.USlider
- isLeftSideText() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- isPresent() - Method in class info.u_team.u_team_core.util.registry.BlockRegistryObject
- isPressable(double, double) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isRenderTransparentBorder() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- isShadow() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- isSimulate() - Method in enum class info.u_team.u_team_core.api.InteractionType
- isToggled() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- isUseScissor() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- isVisible() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- ItemIngredient - Class in info.u_team.u_team_core.ingredient
- ItemIngredient(int, Stream<? extends Ingredient.Value>) - Constructor for class info.u_team.u_team_core.ingredient.ItemIngredient
- ItemIngredient.Serializer - Class in info.u_team.u_team_core.ingredient
- 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
- ItemSlot - Class in info.u_team.u_team_core.menu
- ItemSlot(IItemHandler, int, int, int) - Constructor for class info.u_team.u_team_core.menu.ItemSlot
- ItemStackInfoSubCommand - Class in info.u_team.u_team_core.intern.command.uteamcore
- ItemStackInfoSubCommand() - Constructor for class info.u_team.u_team_core.intern.command.uteamcore.ItemStackInfoSubCommand
- iterateBlocks(Iterable<? extends RegistryObject<? extends Block>>, Consumer<ItemLike>) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- iterateItems(Iterable<? extends Supplier<? extends Item>>, Consumer<ItemLike>) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- iterator() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
- iterator() - Method in record class info.u_team.u_team_core.item.tier.TierSet
- iterator() - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
J
- JarSignVerifier - Class in info.u_team.u_team_core.util.verify
- JarSignVerifier() - Constructor for class info.u_team.u_team_core.util.verify.JarSignVerifier
- JarSignVerifier.VerifyStatus - Enum Class in info.u_team.u_team_core.util.verify
- JSON_EXTENSION - Static variable in class info.u_team.u_team_core.util.ConfigUtil
-
Default extension of json files
K
- keyPressed(int, int, int) - Method in class info.u_team.u_team_core.gui.elements.USlider
L
- lastTime - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- leftSideText - Variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- leggings() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
leggings
record component. - LevelUtil - Class in info.u_team.u_team_core.util
-
Some utility methods for level interaction.
- LevelUtil() - Constructor for class info.u_team.u_team_core.util.LevelUtil
- LIGHT_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UButton
- LIGHT_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- LIGHT_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.USlider
- LIGHTER_GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- load(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- loadConfig(Path, String, Gson, Function<JsonWriter, T>, Function<BufferedReader, T>) - Static method in class info.u_team.u_team_core.util.ConfigUtil
-
Load and create a config file if not already there from a default value.
- loadConfig(Path, String, Gson, T, BiConsumer<JsonWriter, T>, Function<BufferedReader, T>) - Static method in class info.u_team.u_team_core.util.ConfigUtil
-
Load and create a config file if not already there from a default value.
- loadConfig(Path, String, String, Gson, Function<JsonWriter, T>, Function<BufferedReader, T>) - Static method in class info.u_team.u_team_core.util.ConfigUtil
-
Load and create a config file if not already there from a default value.
- loadConfig(Path, String, String, Gson, T, BiConsumer<JsonWriter, T>, Function<BufferedReader, T>) - Static method in class info.u_team.u_team_core.util.ConfigUtil
-
Load and create a config file if not already there from a default value.
- loadNBT(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Reads data from disk.
- LOGGER - Static variable in class info.u_team.u_team_core.UCoreMod
- LOOT_FUNCTIONS - Static variable in class info.u_team.u_team_core.intern.init.UCoreLootFunctions
M
- makeIcon() - Method in class info.u_team.u_team_core.creativetab.UCreativeModeTab
- matches(CraftingContainer, Level) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- matches(CraftingContainer, Level) - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
- MathUtil - Class in info.u_team.u_team_core.util
-
Utility methods for math
- MathUtil() - Constructor for class info.u_team.u_team_core.util.MathUtil
- MathUtil.RandomSourceWrapper - Record Class in info.u_team.u_team_core.util
-
Wrapper around the
RandomSource
for normalRandom
instances - Matrix4fExtended(Matrix4f) - Constructor for class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
-
Creates a matrix4f with the values of the parameter
- maxValue - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- mayPlace(FluidStack) - Method in class info.u_team.u_team_core.menu.FluidSlot
- MEDIUM_CONTAINER_BORDER_COLOR - Static variable in class info.u_team.u_team_core.util.RenderUtil
- MenuSyncedBlockEntity - Interface in info.u_team.u_team_core.api.block
-
Implement this in you block entity when it should synchronize initial values when a player opens the container
- MessageHolder - Class in info.u_team.u_team_core.api.sync
- MessageHolder(Consumer<FriendlyByteBuf>) - Constructor for class info.u_team.u_team_core.api.sync.MessageHolder
- MessageHolder.EmptyMessageHolder - Class in info.u_team.u_team_core.api.sync
- MINEABLE_WITH_AXE - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- MINEABLE_WITH_HOE - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- MINEABLE_WITH_PICKAXE - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- MINEABLE_WITH_SHOVEL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- minecraft - Variable in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- minValue - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- ModConstruct - Interface in info.u_team.u_team_core.api.construct
- ModelUtil - Class in info.u_team.u_team_core.util
-
Utility methods for interaction with
ModelBakery
private methods.
All methods should be called in theFMLClientSetupEvent
event withParallelDispatchEvent.enqueueWork(Runnable)
- ModelUtil() - Constructor for class info.u_team.u_team_core.util.ModelUtil
- ModelUtil.EmptyStateDefinition - Class in info.u_team.u_team_core.util
-
Utility class for an empty state definition
- modid() - Element in annotation interface info.u_team.u_team_core.api.construct.Construct
- modid() - Element in annotation interface info.u_team.u_team_core.api.integration.Integration
- modid() - Method in interface info.u_team.u_team_core.data.CommonDataProvider
- modid() - Method in record class info.u_team.u_team_core.data.GenerationData
-
Returns the value of the
modid
record component. - MODID - Static variable in class info.u_team.u_team_core.UCoreMod
- ModIntegration - Interface in info.u_team.u_team_core.api.integration
- mouseClicked(double, double, int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- mouseClicked(double, double, int) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- mouseClicked(double, double, int) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- mouseClicked(double, double, int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- mouseDragged(double, double, int, double, double) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- mouseReleased(double, double, int) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- moveDifference - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
N
- NEEDS_DIAMOND_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NEEDS_GOLD_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NEEDS_IRON_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NEEDS_NETHERITE_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NEEDS_STONE_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NEEDS_WOOD_TOOL - Static variable in class info.u_team.u_team_core.item.tier.VanillaTierTags
- NETWORK - Static variable in class info.u_team.u_team_core.intern.init.UCoreNetwork
- newBlockEntity(BlockPos, BlockState) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Returns a new
BlockEntity
for the giveBlockPos
andBlockState
. - nextBoolean() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextDouble() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextFloat() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextGaussian() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextInt() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextInt(int) - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- nextLong() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- NO_MIRROR_SHAPED - Static variable in class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- noMirrorShapedRecipe(ItemLike) - Static method in class info.u_team.u_team_core.data.builder.NoMirrorShapedRecipeBuilder
- noMirrorShapedRecipe(ItemLike, int) - Static method in class info.u_team.u_team_core.data.builder.NoMirrorShapedRecipeBuilder
- NoMirrorShapedRecipe - Class in info.u_team.u_team_core.intern.recipe
- NoMirrorShapedRecipe(ResourceLocation, String, int, int, NonNullList<Ingredient>, ItemStack) - Constructor for class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
- NoMirrorShapedRecipe.Serializer - Class in info.u_team.u_team_core.intern.recipe
- NoMirrorShapedRecipeBuilder - Class in info.u_team.u_team_core.data.builder
- NoMirrorShapedRecipeBuilder(ItemLike, int) - Constructor for class info.u_team.u_team_core.data.builder.NoMirrorShapedRecipeBuilder
- NoPlaceUBucketItem - Class in info.u_team.u_team_core.item
- NoPlaceUBucketItem(CreativeModeTab, Item.Properties, Supplier<? extends Fluid>) - Constructor for class info.u_team.u_team_core.item.NoPlaceUBucketItem
- NoPlaceUBucketItem(Item.Properties, Supplier<? extends Fluid>) - Constructor for class info.u_team.u_team_core.item.NoPlaceUBucketItem
O
- onChange(AbstractSliderLogic) - Method in interface info.u_team.u_team_core.gui.elements.AbstractSliderLogic.OnSliderChange
- onClick(double, double) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- onClick(double, double) - Method in class info.u_team.u_team_core.gui.elements.USlider
- onContentsChanged(int) - Method in class info.u_team.u_team_core.inventory.TileEntityUFluidStackHandler
- onContentsChanged(int) - Method in class info.u_team.u_team_core.inventory.TileEntityUItemStackHandler
- onContentsChanged(int) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- onContentsChanged(int) - Method in class info.u_team.u_team_core.inventory.UItemStackHandler
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- onDrag(double, double, double, double) - Method in class info.u_team.u_team_core.gui.elements.USlider
- onEnergyChanged() - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- onLoad() - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- onPress() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- onPress() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- onRelease(double, double) - Method in class info.u_team.u_team_core.gui.elements.USlider
- onTooltip - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- onTooltip(UEditBox, PoseStack, int, int) - Method in interface info.u_team.u_team_core.gui.elements.UEditBox.OnTooltip
- openMenu(Level, BlockPos, Player) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Opens the menu that is specified in the block entity with
MenuConstructor
. - openMenu(Level, BlockPos, Player, boolean) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Opens the menu that is specified in the block entity with
MenuConstructor
.
P
- parse(JsonObject) - Method in class info.u_team.u_team_core.ingredient.ItemIngredient.Serializer
- parse(FriendlyByteBuf) - Method in class info.u_team.u_team_core.ingredient.ItemIngredient.Serializer
- patternFromJson(JsonArray) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- PerspectiveRenderable - Interface in info.u_team.u_team_core.api.gui
- pickaxe() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
pickaxe
record component. - PICKAXE - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
- PingSubCommand - Class in info.u_team.u_team_core.intern.command.uteamcore
- PingSubCommand() - Constructor for class info.u_team.u_team_core.intern.command.uteamcore.PingSubCommand
- playDownSound(SoundManager) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- playDownSound(SoundManager) - Method in class info.u_team.u_team_core.gui.elements.USlider
- playerInventory - Variable in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
- playPressSound(SoundManager) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- precision - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- prefix - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- progress - Variable 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, RGBA, RGBA, Supplier<Double>, Consumer<Double>) - Constructor for class info.u_team.u_team_core.gui.elements.ProgressBar
- progressColor - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- PROTOCOL - Static variable in class info.u_team.u_team_core.intern.init.UCoreNetwork
R
- random() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Returns the value of the
random
record component. - RANDOM - Static variable in class info.u_team.u_team_core.util.MathUtil
-
Static random instance if random numbers without specific seed are desired.
- randomNumberInRange(double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- randomNumberInRange(float, float) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- randomNumberInRange(int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- randomNumberInRange(RandomSource, double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- randomNumberInRange(RandomSource, float, float) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- randomNumberInRange(RandomSource, int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a pseudo random number in range of min and max (inclusive).
- RandomSourceWrapper(Random) - Constructor for record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Creates an instance of a
RandomSourceWrapper
record class. - rayTraceServerSide(Entity, double) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Raytrace from an entities look vector for collisions in range.
- rayTraceServerSide(Entity, double, ClipContext.Block, ClipContext.Fluid) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Raytrace from an entities look vector for collisions in range.
- read(FriendlyByteBuf) - Static method in class info.u_team.u_team_core.ingredient.FluidIngredient
- readableSi(long) - Static method in class info.u_team.u_team_core.util.SiUtil
- receiveEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyAcceptorDelegate
- receiveEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyProducerDelegate
- receiveEnergy(int, boolean) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- RECIPE_SERIALIZERS - Static variable in class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- RecipeBuilderUtil - Class in info.u_team.u_team_core.util
-
Utility methods for recipes
- RecipeBuilderUtil() - Constructor for class info.u_team.u_team_core.util.RecipeBuilderUtil
- ReflectionUtil - Class in info.u_team.u_team_core.util
-
Utility methods for reflection stuff
- ReflectionUtil() - Constructor for class info.u_team.u_team_core.util.ReflectionUtil
- register() - Method in interface info.u_team.u_team_core.data.CommonDataProvider.NoParam
- register() - Static method in class info.u_team.u_team_core.intern.command.uteamcore.DimensionTeleportSubCommand
- register() - Static method in class info.u_team.u_team_core.intern.command.uteamcore.ItemStackInfoSubCommand
- register() - Static method in class info.u_team.u_team_core.intern.command.uteamcore.PingSubCommand
- register() - Method in class info.u_team.u_team_core.intern.data.provider.UCoreBlockStatesProvider
- register() - Method in class info.u_team.u_team_core.intern.data.provider.UCoreLanguagesProvider
- register(CommandDispatcher<CommandSourceStack>) - Static method in class info.u_team.u_team_core.intern.command.UTeamCoreCommand
- register(String, Function<ResourceLocation, ? extends E>) - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- register(String, Supplier<? extends B>) - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- register(String, Supplier<? extends B>, Supplier<? extends I>) - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- register(String, Supplier<? extends E>) - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- register(String, Supplier<EntityType.Builder<E>>) - Method in class info.u_team.u_team_core.util.registry.EntityTypeDeferredRegister
- register(String, Supplier<BlockEntityType.Builder<T>>) - Method in class info.u_team.u_team_core.util.registry.BlockEntityTypeDeferredRegister
- register(Void) - Method in interface info.u_team.u_team_core.data.CommonDataProvider.NoParam
- register(Consumer<FinishedRecipe>) - Method in class info.u_team.u_team_core.intern.data.provider.UCoreRecipesProvider
- register(IEventBus) - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- register(IEventBus) - Method in class info.u_team.u_team_core.util.registry.BlockEntityTypeDeferredRegister
- register(IEventBus) - Method in class info.u_team.u_team_core.util.registry.CommonDeferredRegister
- register(IEventBus) - Method in class info.u_team.u_team_core.util.registry.EntityTypeDeferredRegister
- register(IEventBus, Consumer<IEventBus>) - Static method in class info.u_team.u_team_core.util.registry.BusRegister
- register(Mod.EventBusSubscriber.Bus, Consumer<IEventBus>) - Static method in class info.u_team.u_team_core.util.registry.BusRegister
- register(V) - Method in interface info.u_team.u_team_core.data.CommonDataProvider
- registerBlock(String, Supplier<? extends B>) - Method in class info.u_team.u_team_core.util.registry.BlockDeferredRegister
- registerBlock(Supplier<? extends Block>, LootTable, BiConsumer<ResourceLocation, LootTable>) - Static method in class info.u_team.u_team_core.data.CommonLootTableProvider
- registerBlock(Block, LootTable, BiConsumer<ResourceLocation, LootTable>) - Static method in class info.u_team.u_team_core.data.CommonLootTableProvider
- registerForge(Consumer<IEventBus>) - Static method in class info.u_team.u_team_core.util.registry.BusRegister
- registerForge(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCoreCommands
- RegisterMenuScreensEvent - Class in info.u_team.u_team_core.event
- RegisterMenuScreensEvent() - Constructor for class info.u_team.u_team_core.event.RegisterMenuScreensEvent
- registerMod(Consumer<IEventBus>) - Static method in class info.u_team.u_team_core.util.registry.BusRegister
- registerMod(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCoreColors
- registerMod(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCoreLootFunctions
- registerMod(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCoreNetwork
- registerMod(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCorePostMenuScreensEvent
- registerMod(IEventBus) - Static method in class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- registerModels() - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- registerRecipes(IRecipeRegistration) - Method in class info.u_team.u_team_core.integration.jei.UTeamCoreJeiPlugin
- registerScreen(Supplier<? extends MenuType<? extends M>>, MenuScreens.ScreenConstructor<M, U>) - Method in class info.u_team.u_team_core.event.RegisterMenuScreensEvent
-
Registers a menu screen.
- registerScreen(MenuType<? extends M>, MenuScreens.ScreenConstructor<M, U>) - Method in class info.u_team.u_team_core.event.RegisterMenuScreensEvent
-
Registers a menu screen.
- registerStatesAndModels() - Method in class info.u_team.u_team_core.data.CommonBlockStateProvider
- registerVanilla(Consumer<FinishedRecipe>) - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- removeColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- removeEnergy(int) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- removeItem(int, int) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- removeItemNoUpdate(int) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- render(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- render(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- render(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- render(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- render(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- render(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- render(PoseStack, int, int, int, int, int, int, int, boolean, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- renderBackground(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderBackground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- renderBg(PoseStack, float, int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderBg(PoseStack, Minecraft, int, int) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderButton(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- renderButton(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- renderButton(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderButton(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderButton(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderButtonLikeWidget(T, TextureProvider, PoseStack, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderFluidSlot(PoseStack, FluidSlot) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- renderFont(PoseStack, Font, float, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- renderForeground(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableButton
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableSlider
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderForeground(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- renderLabels(PoseStack, int, int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- renderLabels(PoseStack, int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderList(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- renderScaledText(T, PoseStack, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderText(T, PoseStack, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderTick() - Method in interface info.u_team.u_team_core.api.gui.RenderTickable
- renderTick() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- RenderTickable - Interface in info.u_team.u_team_core.api.gui
- renderTooltip(PoseStack, int, int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- renderToolTip(PoseStack, int, int) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderToolTip(PoseStack, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.TooltipRenderable
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderToolTip(PoseStack, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- renderTooltips(List<Widget>, PoseStack, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderTransparentBorder - Variable in class info.u_team.u_team_core.gui.elements.ScrollableList
- RenderUtil - Class in info.u_team.u_team_core.util
-
Utility methods for rendering
- RenderUtil() - Constructor for class info.u_team.u_team_core.util.RenderUtil
- RenderUtil.Matrix4fExtended - Class in info.u_team.u_team_core.util
-
Extended matrix that adds getters and setters for all matrix values
- replace - Variable in class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- replacing() - Method in class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- resourceType - Variable in class info.u_team.u_team_core.data.CommonTagsProvider
- RGBA - Class in info.u_team.u_team_core.util
-
Basic rgba representation of a color with some conversion methods
- RGBA(float, float, float, float) - Constructor for class info.u_team.u_team_core.util.RGBA
-
Creates a new RGBA object from the color components in range from 0 to 1 floats.
- RGBA(int) - Constructor for class info.u_team.u_team_core.util.RGBA
-
Creates a new RGBA object from a color integer
- RGBA(int, int, int, int) - Constructor for class info.u_team.u_team_core.util.RGBA
-
Creates a new RGBA object from the color components in range from 0 to 255 integers.
- rotateVectorAroundYCC(Vec3, double) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Rotate a vector counter clock wise around the y axis.
- rotateVectorCC(Vec3, Vec3, double) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Rotate a vector counter clock wise around an axis.
- run(CachedOutput) - Method in class info.u_team.u_team_core.data.CommonGlobalLootModifierProvider
- run(CachedOutput) - Method in class info.u_team.u_team_core.data.CommonJsonCodecsProvider
- run(CachedOutput) - Method in class info.u_team.u_team_core.data.CommonLanguagesProvider
- run(CachedOutput) - Method in class info.u_team.u_team_core.data.CommonLootTableProvider
- run(CachedOutput) - Method in class info.u_team.u_team_core.data.CommonRecipeProvider
- run(ItemStack, LootContext) - Method in class info.u_team.u_team_core.intern.loot.SetBlockEntityNBTLootFunction
S
- save(Consumer<FinishedRecipe>, ResourceLocation) - Method in class info.u_team.u_team_core.data.builder.NoMirrorShapedRecipeBuilder
- saveAdditional(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- saveData(CachedOutput, JsonElement, Path, String) - Static method in interface info.u_team.u_team_core.data.CommonDataProvider
- saveNBT(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Save data to disk.
- Scalable - Interface in info.u_team.u_team_core.api.gui
- ScalableActivatableButton - Class in info.u_team.u_team_core.gui.elements
- ScalableActivatableButton(int, int, int, int, Component, float, boolean, RGBA) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- ScalableActivatableButton(int, int, int, int, Component, float, boolean, RGBA, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- ScalableActivatableButton(int, int, int, int, Component, float, boolean, RGBA, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- ScalableActivatableButton(int, int, int, int, Component, float, boolean, RGBA, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- ScalableButton - Class in info.u_team.u_team_core.gui.elements
- ScalableButton(int, int, int, int, Component, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableButton
- ScalableButton(int, int, int, int, Component, float, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableButton
- ScalableButton(int, int, int, int, Component, float, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableButton
- ScalableButton(int, int, int, int, Component, float, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableButton
- ScalableCheckboxButton - Class in info.u_team.u_team_core.gui.elements
- ScalableCheckboxButton(int, int, int, int, Component, boolean, boolean, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- ScalableCheckboxButton(int, int, int, int, Component, boolean, boolean, float, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- ScalableCheckboxButton(int, int, int, int, Component, boolean, boolean, float, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- ScalableCheckboxButton(int, int, int, int, Component, boolean, boolean, float, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- ScalableEditBox - Class in info.u_team.u_team_core.gui.elements
- ScalableEditBox(Font, int, int, int, int, UEditBox, Component, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableEditBox
- ScalableEditBox(Font, int, int, int, int, UEditBox, Component, float, UEditBox.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableEditBox
- ScalableSlider - Class in info.u_team.u_team_core.gui.elements
- ScalableSlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableSlider
- ScalableSlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, float, AbstractSliderLogic.OnSliderChange) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableSlider
- ScalableSlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, float, AbstractSliderLogic.OnSliderChange, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableSlider
- ScalableSlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, float, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableSlider
- ScalableText - Class in info.u_team.u_team_core.gui.elements
- ScalableText(Font, Supplier<String>, float, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScalableText
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableButton
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableSlider
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- ScaleProvider - Interface in info.u_team.u_team_core.api.gui
- ScrollableList<T extends net.minecraft.client.gui.components.ObjectSelectionList.Entry<T>> - Class in info.u_team.u_team_core.gui.elements
- ScrollableList(int, int, int, int, int, int) - Constructor for class info.u_team.u_team_core.gui.elements.ScrollableList
- ScrollableList(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
- ScrollingText - Class in info.u_team.u_team_core.gui.elements
- ScrollingText(Font, Supplier<String>, float, float) - Constructor for class info.u_team.u_team_core.gui.elements.ScrollingText
- sendAllDataToRemote() - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Sends all menu data to the client.
- sendAllDataToRemote() - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Sends all menu data to the client.
- sendChangesToClient() - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Calls
UBlockEntity.sendChangesToClient(int)
with flag 2 (send changes to client) - sendChangesToClient(int) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Triggers a block update to send the data from the server to the client.
- sendChunkLoadData(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Data here will be send to the client side when the chunk is loaded.
- sendInitialMenuDataToClient(FriendlyByteBuf) - Method in interface info.u_team.u_team_core.api.block.MenuSyncedBlockEntity
-
Collect data here that should be sent to the client side when the menu will be opened.
- sendUpdateStateData(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Data here will be send to the client side when the block is updated.
- serialize() - Method in interface info.u_team.u_team_core.ingredient.FluidIngredient.IFluidList
- serialize() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient
- serialize() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient.SingleFluidList
- serialize() - Method in class info.u_team.u_team_core.ingredient.FluidIngredient.TagList
- serializeFluidIngredient(FluidIngredient) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- serializeItemIngredient(Ingredient) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- serializeItemStack(ItemStack) - Static method in class info.u_team.u_team_core.util.SerializeUtil
- serializeNBT() - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- serializeNBT() - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- serializeNBT() - Method in class info.u_team.u_team_core.inventory.UItemStackHandler
- Serializer() - Constructor for class info.u_team.u_team_core.ingredient.ItemIngredient.Serializer
- Serializer() - Constructor for class info.u_team.u_team_core.intern.loot.SetBlockEntityNBTLootFunction.Serializer
- Serializer() - Constructor for class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- SerializeUtil - Class in info.u_team.u_team_core.util
- SerializeUtil() - Constructor for class info.u_team.u_team_core.util.SerializeUtil
- set(FriendlyByteBuf) - Method in class info.u_team.u_team_core.api.sync.DataHolder
-
Sets the received instance of the
FriendlyByteBuf
. - set(FriendlyByteBuf) - Method in class info.u_team.u_team_core.api.sync.MessageHolder
- set(FluidStack) - Method in class info.u_team.u_team_core.menu.FluidSlot
- SET_BLOCKENTITY_NBT - Static variable in class info.u_team.u_team_core.intern.init.UCoreLootFunctions
- setActivated(boolean) - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- setActivated(boolean) - Method in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- setActivatedColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- setActivatedColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ScalableActivatableButton
- setAlpha(int) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the alpha component in range from 0 to 255
- setAlphaComponent(float) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the alpha component in range from 0 to 1
- setBackground(ResourceLocation) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setBackground(ResourceLocation, ResourceLocation) - Method in class info.u_team.u_team_core.menu.FluidSlot
-
Sets the background atlas and sprite location.
- setBackgroundColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setBackgroundColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setBackgroundDimensions(int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setBackgroundDimensions(int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setBackgroundFrameColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- SetBlockEntityNBTLootFunction - Class in info.u_team.u_team_core.intern.loot
- SetBlockEntityNBTLootFunction.Serializer - Class in info.u_team.u_team_core.intern.loot
- setBlue(int) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the blue component in range from 0 to 255
- setBlueComponent(float) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the blue component in range from 0 to 1
- setButtonColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setChanged() - Method in class info.u_team.u_team_core.menu.FluidSlot
- setChanged() - Method in class info.u_team.u_team_core.menu.ItemSlot
- setChecked(boolean) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- setClick(Consumer<Double>) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setColor(ItemStack, int) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- setCursorColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setDataHolder(LogicalSide, int, FriendlyByteBuf) - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Called by the packet handler to update the values on the right side.
- setDefaultTextLocation() - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setDisabledTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setDisabledTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setDrawText(boolean) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- setDrawText(boolean, boolean) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setEnabled(boolean) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setEnergy(int) - Method in class info.u_team.u_team_core.energy.BasicEnergyStorage
- setFluid(int, int, FluidStack) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Sets a fluid slot on the client side
- setFluidInTank(int, FluidStack) - Method in interface info.u_team.u_team_core.api.fluid.FluidHandlerModifiable
- setFluidInTank(int, FluidStack) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- setFluidRenderer(FluidInventoryRenderer) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- setGreen(int) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the green component in range from 0 to 255
- setGreenComponent(float) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the green component in range from 0 to 1
- setHeight(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setImage(ResourceLocation) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- setImageColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- setImageDimensions(int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setItem(int, ItemStack) - Method in class info.u_team.u_team_core.inventory.CraftingRecipeWrapper
- setLeftSideText(boolean) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- setM00(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM01(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM02(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM03(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM10(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM11(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM12(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM13(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM20(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM21(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM22(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM23(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM30(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM31(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM32(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setM33(float) - Method in class info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- setPressable(Runnable) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setPressable(Button.OnPress) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setPreviousText(UEditBox) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setProgressColor(RGBA) - 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
- setRed(int) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the red component in range from 0 to 255
- setRedComponent(float) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the red component in range from 0 to 1
- setRemoteFluidSlot(int, FluidStack) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Set the fluid stack that should be in the remote fluid slot.
- setRemoteFluidSlotNoCopy(int, FluidStack) - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
-
Set the fluid stack that should be in the remote fluid slot.
- setRenderTransparentBorder(boolean) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- setScale(float) - Method in interface info.u_team.u_team_core.api.gui.Scalable
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableButton
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableCheckboxButton
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableSlider
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setSeed(long) - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
- setShaderColor(RGBA) - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Sets the shader color from
RGBA
type - setShadow(boolean) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setSideDistance(int) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- setSize(int) - Method in class info.u_team.u_team_core.inventory.UItemStackHandler
- setSlider(AbstractSliderLogic.OnSliderChange) - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- setSlider(Runnable) - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- setSliderBackgroundColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.USlider
- setSliderColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.USlider
- setSliderValue(double) - Method in class info.u_team.u_team_core.gui.elements.USlider
- setSpeedTime(int) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- setStepSize(float) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- setSuggestionTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setSynchronizerPlayer(ServerPlayer) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Do not call your self.
- setText(String) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setTextChanged(Consumer<ScalableText>) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setTextColor(int) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setTextColorUneditable(int) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setTextLocation(int, int, int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- setTextSupplier(Supplier<String>) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setToggled(boolean) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- setToggleImage(ResourceLocation) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- setToggleImageColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- setTooltip(UEditBox.OnTooltip) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setTooltip(Button.OnTooltip) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setTransparentBorderSize(float) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- setUnfocusedBackgroundFrameColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setup(FMLCommonSetupEvent) - Static method in class info.u_team.u_team_core.intern.init.UCoreNetwork
- setUseScissor(boolean) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- setValue(double) - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- setValue(Field, I, V) - Static method in class info.u_team.u_team_core.util.ReflectionUtil
-
Sets the value of a field.
- 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.elements.ScrollingText
- 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.elements.ScrollingText
- setX(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setX(int) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setY(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- 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.elements.ScalableText
- shovel() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
shovel
record component. - SHOVEL - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
- shrink(String...) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- sideDistance - Variable in class info.u_team.u_team_core.gui.elements.ScrollableList
- SIGNED - Enum constant in enum class info.u_team.u_team_core.util.verify.JarSignVerifier.VerifyStatus
- simpleBlock(Block) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- simpleGenerated(ItemLike) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- simpleHandheld(ItemLike) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- simpleParent(ItemLike, String) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- SIMULATE - Enum constant in enum class info.u_team.u_team_core.api.InteractionType
- SingleFluidList(FluidStack) - Constructor for class info.u_team.u_team_core.ingredient.FluidIngredient.SingleFluidList
- SiUtil - Class in info.u_team.u_team_core.util
- SiUtil() - Constructor for class info.u_team.u_team_core.util.SiUtil
- slider - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- sliderBackgroundColor - Variable in class info.u_team.u_team_core.gui.elements.USlider
- sliderBackgroundTextureProvider - Variable in class info.u_team.u_team_core.gui.elements.USlider
- sliderColor - Variable in class info.u_team.u_team_core.gui.elements.USlider
- sliderTextureProvider - Variable in class info.u_team.u_team_core.gui.elements.USlider
- slotChanged(AbstractContainerMenu, int, ItemStack) - Method in interface info.u_team.u_team_core.api.menu.FluidContainerListener
- spawnEgg(ItemLike) - Method in class info.u_team.u_team_core.data.CommonItemModelProvider
- speedTime - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- stacks - Variable in class info.u_team.u_team_core.inventory.UFluidStackHandler
- state - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- stepSize - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- stillValid(Player) - Method in class info.u_team.u_team_core.menu.UContainerMenu
-
Default player interaction with this container to true
- suffix - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- suggestionTextColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- sword() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
sword
record component. - SWORD - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
T
- TAG_COLOR - Static variable in interface info.u_team.u_team_core.api.dye.DyeableItem
- TAG_DISPLAY - Static variable in interface info.u_team.u_team_core.api.dye.DyeableItem
- TagList(TagKey<Fluid>) - Constructor for class info.u_team.u_team_core.ingredient.FluidIngredient.TagList
- TagUtil - Class in info.u_team.u_team_core.util
- TagUtil() - Constructor for class info.u_team.u_team_core.util.TagUtil
- teleportEntity(Entity, ResourceKey<Level>, double, double, double, float, float) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
DimensionType
. - teleportEntity(Entity, ResourceKey<Level>, BlockPos) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - teleportEntity(Entity, ResourceKey<Level>, Vec3) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - teleportEntity(Entity, ServerLevel, double, double, double, float, float) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - teleportEntity(Entity, ServerLevel, double, double, double, float, float, boolean) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - teleportEntity(Entity, ServerLevel, BlockPos) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - teleportEntity(Entity, ServerLevel, Vec3) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Teleports any entity to a given location in a given
ServerLevel
. - test(ItemStack) - Method in class info.u_team.u_team_core.ingredient.ItemIngredient
- test(FluidStack) - Method in class info.u_team.u_team_core.ingredient.FluidIngredient
- textChanged - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- textColor - Variable in class info.u_team.u_team_core.gui.elements.UButton
- textColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- textColor - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- TextProvider - Interface in info.u_team.u_team_core.api.gui
- TextSettingsProvider - Interface in info.u_team.u_team_core.api.gui
- textSupplier - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- texture - Variable in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- texture - Variable in class info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
- TEXTURE - Static variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- textureName - Variable in class info.u_team.u_team_core.item.armor.UArmorItem
- TextureProvider - Interface in info.u_team.u_team_core.api.gui
- tick() - Method in class info.u_team.u_team_core.screen.UScreen
- TierSet - Record Class in info.u_team.u_team_core.item.tier
- TierSet(RegistryObject<UAxeItem>, RegistryObject<UHoeItem>, RegistryObject<UPickaxeItem>, RegistryObject<UShovelItem>, RegistryObject<USwordItem>) - Constructor for record class info.u_team.u_team_core.item.tier.TierSet
-
Creates an instance of a
TierSet
record class. - TierSetCreator - Class in info.u_team.u_team_core.item.tier
- TierSetCreator() - Constructor for class info.u_team.u_team_core.item.tier.TierSetCreator
- tileEntity - Variable in class info.u_team.u_team_core.inventory.TileEntityUFluidStackHandler
- tileEntity - Variable in class info.u_team.u_team_core.inventory.TileEntityUItemStackHandler
- tileEntityType - Variable in class info.u_team.u_team_core.block.UEntityBlock
- TileEntityUFluidStackHandler - Class in info.u_team.u_team_core.inventory
- TileEntityUFluidStackHandler(int, int, BlockEntity) - Constructor for class info.u_team.u_team_core.inventory.TileEntityUFluidStackHandler
- TileEntityUFluidStackHandler(int, BlockEntity) - Constructor for class info.u_team.u_team_core.inventory.TileEntityUFluidStackHandler
- TileEntityUItemStackHandler - Class in info.u_team.u_team_core.inventory
- TileEntityUItemStackHandler(int, BlockEntity) - Constructor for class info.u_team.u_team_core.inventory.TileEntityUItemStackHandler
- toggle() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- toggle() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- toggled - Variable in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- toggleImage - Variable in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- toggleImageColor - Variable in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- toJson() - Method in class info.u_team.u_team_core.ingredient.ItemIngredient
- toNetwork(FriendlyByteBuf, NoMirrorShapedRecipe) - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- TooltipCreator - Class in info.u_team.u_team_core.util
- TooltipCreator() - Constructor for class info.u_team.u_team_core.util.TooltipCreator
- TooltipRenderable - Interface in info.u_team.u_team_core.api.gui
- toString() - Method in record class info.u_team.u_team_core.data.GenerationData
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.intern.network.DataHolderMenuMessage
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Returns a string representation of this record class.
- toString() - Method in class info.u_team.u_team_core.util.RGBA
- transparentBorderSize - Variable in class info.u_team.u_team_core.gui.elements.ScrollableList
- TriConsumer<A,
B, C> - Interface in info.u_team.u_team_core.util -
Consumer with three parameters
- triggerMessage() - Method in class info.u_team.u_team_core.api.sync.MessageHolder.EmptyMessageHolder
- triggerMessage(Supplier<FriendlyByteBuf>) - Method in class info.u_team.u_team_core.api.sync.MessageHolder
U
- UAbstractContainerMenu - Class in info.u_team.u_team_core.menu
-
Enhanced version of
AbstractContainerMenu
with the benefit that the player that opened the container is known and a method is called when the container is opened on the logical server. - UAbstractContainerMenu(MenuType<?>, int) - Constructor for class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Creates a container menu.
- UAbstractContainerMenu.SlotContainerFunction - Interface in info.u_team.u_team_core.menu
-
Used as a function to add slots
- UAbstractContainerMenu.SlotHandlerFunction - Interface in info.u_team.u_team_core.menu
-
Used as a function to add slots
- UArmorItem - Class in info.u_team.u_team_core.item.armor
- UArmorItem(String, CreativeModeTab, Item.Properties, ArmorMaterial, EquipmentSlot) - Constructor for class info.u_team.u_team_core.item.armor.UArmorItem
- UArmorItem(String, Item.Properties, ArmorMaterial, EquipmentSlot) - Constructor for class info.u_team.u_team_core.item.armor.UArmorItem
- UArmorMaterial - Class in info.u_team.u_team_core.item.armor
- UArmorMaterial(int[], int[], int, Supplier<SoundEvent>, float, float, Supplier<Ingredient>) - Constructor for class info.u_team.u_team_core.item.armor.UArmorMaterial
- UArmorMaterialVanilla - Class in info.u_team.u_team_core.item.armor
- UArmorMaterialVanilla(int, int[], int, Supplier<SoundEvent>, float, float, Supplier<Ingredient>) - Constructor for class info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
- UArmorMaterialVanilla(String, int, int[], int, Supplier<SoundEvent>, float, float, Supplier<Ingredient>) - Constructor for class info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
- UAxeItem - Class in info.u_team.u_team_core.item.tier
- UAxeItem(CreativeModeTab, Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UAxeItem
- UAxeItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UAxeItem
- UBlock - Class in info.u_team.u_team_core.block
- UBlock(CreativeModeTab, BlockBehaviour.Properties) - Constructor for class info.u_team.u_team_core.block.UBlock
- UBlock(CreativeModeTab, BlockBehaviour.Properties, Item.Properties) - Constructor for class info.u_team.u_team_core.block.UBlock
- UBlock(BlockBehaviour.Properties) - Constructor for class info.u_team.u_team_core.block.UBlock
- UBlock(BlockBehaviour.Properties, Item.Properties) - Constructor for class info.u_team.u_team_core.block.UBlock
- UBlockEntity - Class in info.u_team.u_team_core.blockentity
-
Basic implementation of
BlockEntity
with some extra data synchronization methods. - UBlockEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class info.u_team.u_team_core.blockentity.UBlockEntity
- UBlockEntityContainerMenu<T extends net.minecraft.world.level.block.entity.BlockEntity> - Class in info.u_team.u_team_core.menu
- UBlockEntityContainerMenu(MenuType<?>, int, Inventory, FriendlyByteBuf) - Constructor for class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
This is the client constructor.
- UBlockEntityContainerMenu(MenuType<?>, int, Inventory, FriendlyByteBuf, boolean) - Constructor for class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
This is the client constructor.
- UBlockEntityContainerMenu(MenuType<?>, int, Inventory, T) - Constructor for class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
This is the server constructor.
- UBlockEntityContainerMenu(MenuType<?>, int, Inventory, T, boolean) - Constructor for class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
This is the server constructor.
- UBootsItem - Class in info.u_team.u_team_core.item.armor
- UBootsItem(String, CreativeModeTab, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UBootsItem
- UBootsItem(String, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UBootsItem
- UBucketItem - Class in info.u_team.u_team_core.item
- UBucketItem(CreativeModeTab, Item.Properties, Supplier<? extends Fluid>) - Constructor for class info.u_team.u_team_core.item.UBucketItem
- UBucketItem(Item.Properties, Supplier<? extends Fluid>) - Constructor for class info.u_team.u_team_core.item.UBucketItem
- UButton - Class in info.u_team.u_team_core.gui.elements
-
A button that fixes vanilla not drawing the continuous border if the button is smaller than 20.
- UButton(int, int, int, int, Component) - Constructor for class info.u_team.u_team_core.gui.elements.UButton
- UButton(int, int, int, int, Component, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.UButton
- UButton(int, int, int, int, Component, Button.OnPress, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.UButton
- UButton(int, int, int, int, Component, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.UButton
- UChestplateItem - Class in info.u_team.u_team_core.item.armor
- UChestplateItem(String, CreativeModeTab, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UChestplateItem
- UChestplateItem(String, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UChestplateItem
- UContainerMenu - Class in info.u_team.u_team_core.menu
-
A basic menu with synchronization capabilities that implements the
FluidContainerMenu
. - UContainerMenu(MenuType<?>, int) - Constructor for class info.u_team.u_team_core.menu.UContainerMenu
-
Creates a new container.
- UContainerMenuScreen<T extends net.minecraft.world.inventory.AbstractContainerMenu> - Class in info.u_team.u_team_core.screen
- UContainerMenuScreen(T, Inventory, Component, ResourceLocation) - Constructor for class info.u_team.u_team_core.screen.UContainerMenuScreen
- UContainerMenuScreen(T, Inventory, Component, ResourceLocation, int, int) - Constructor for class info.u_team.u_team_core.screen.UContainerMenuScreen
- UCoreBlockStatesProvider - Class in info.u_team.u_team_core.intern.data.provider
- UCoreBlockStatesProvider(GenerationData) - Constructor for class info.u_team.u_team_core.intern.data.provider.UCoreBlockStatesProvider
- UCoreClientConstruct - Class in info.u_team.u_team_core.intern.init
- UCoreClientConstruct() - Constructor for class info.u_team.u_team_core.intern.init.UCoreClientConstruct
- UCoreColors - Class in info.u_team.u_team_core.intern.init
- UCoreColors() - Constructor for class info.u_team.u_team_core.intern.init.UCoreColors
- UCoreCommands - Class in info.u_team.u_team_core.intern.init
- UCoreCommands() - Constructor for class info.u_team.u_team_core.intern.init.UCoreCommands
- UCoreCommonConstruct - Class in info.u_team.u_team_core.intern.init
- UCoreCommonConstruct() - Constructor for class info.u_team.u_team_core.intern.init.UCoreCommonConstruct
- UCoreDataGenerator - Class in info.u_team.u_team_core.intern.data
- UCoreDataGenerator() - Constructor for class info.u_team.u_team_core.intern.data.UCoreDataGenerator
- UCoreLanguagesProvider - Class in info.u_team.u_team_core.intern.data.provider
- UCoreLanguagesProvider(GenerationData) - Constructor for class info.u_team.u_team_core.intern.data.provider.UCoreLanguagesProvider
- UCoreLootFunctions - Class in info.u_team.u_team_core.intern.init
- UCoreLootFunctions() - Constructor for class info.u_team.u_team_core.intern.init.UCoreLootFunctions
- UCoreMod - Class in info.u_team.u_team_core
- UCoreMod() - Constructor for class info.u_team.u_team_core.UCoreMod
- UCoreNetwork - Class in info.u_team.u_team_core.intern.init
- UCoreNetwork() - Constructor for class info.u_team.u_team_core.intern.init.UCoreNetwork
- UCorePostMenuScreensEvent - Class in info.u_team.u_team_core.intern.init
- UCorePostMenuScreensEvent() - Constructor for class info.u_team.u_team_core.intern.init.UCorePostMenuScreensEvent
- UCoreRecipeSerializers - Class in info.u_team.u_team_core.intern.init
- UCoreRecipeSerializers() - Constructor for class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- UCoreRecipesProvider - Class in info.u_team.u_team_core.intern.data.provider
- UCoreRecipesProvider(GenerationData) - Constructor for class info.u_team.u_team_core.intern.data.provider.UCoreRecipesProvider
- UCreativeModeTab - Class in info.u_team.u_team_core.creativetab
- UCreativeModeTab(String, String, Supplier<? extends ItemLike>) - Constructor for class info.u_team.u_team_core.creativetab.UCreativeModeTab
- UCreativeModeTab(ResourceLocation, Supplier<? extends ItemLike>) - Constructor for class info.u_team.u_team_core.creativetab.UCreativeModeTab
- UEditBox - Class in info.u_team.u_team_core.gui.elements
- UEditBox(Font, int, int, int, int, UEditBox, Component) - Constructor for class info.u_team.u_team_core.gui.elements.UEditBox
- UEditBox(Font, int, int, int, int, UEditBox, Component, UEditBox.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.UEditBox
- UEditBox.OnTooltip - Interface in info.u_team.u_team_core.gui.elements
- UEntityBlock - Class in info.u_team.u_team_core.block
- UEntityBlock(CreativeModeTab, BlockBehaviour.Properties, Supplier<? extends BlockEntityType<?>>) - Constructor for class info.u_team.u_team_core.block.UEntityBlock
- UEntityBlock(CreativeModeTab, BlockBehaviour.Properties, Item.Properties, Supplier<? extends BlockEntityType<?>>) - Constructor for class info.u_team.u_team_core.block.UEntityBlock
- UEntityBlock(BlockBehaviour.Properties, Supplier<? extends BlockEntityType<?>>) - Constructor for class info.u_team.u_team_core.block.UEntityBlock
- UEntityBlock(BlockBehaviour.Properties, Item.Properties, Supplier<? extends BlockEntityType<?>>) - Constructor for class info.u_team.u_team_core.block.UEntityBlock
- UExtendedTier - Class in info.u_team.u_team_core.item.tier
- UExtendedTier(float[], float[], TagKey<Block>, int, float, float, int, Supplier<? extends Ingredient>) - Constructor for class info.u_team.u_team_core.item.tier.UExtendedTier
- UFluidStackHandler - Class in info.u_team.u_team_core.inventory
- UFluidStackHandler(int) - Constructor for class info.u_team.u_team_core.inventory.UFluidStackHandler
- UFluidStackHandler(int, int) - Constructor for class info.u_team.u_team_core.inventory.UFluidStackHandler
- UHelmetItem - Class in info.u_team.u_team_core.item.armor
- UHelmetItem(String, CreativeModeTab, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UHelmetItem
- UHelmetItem(String, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UHelmetItem
- UHoeItem - Class in info.u_team.u_team_core.item.tier
- UHoeItem(CreativeModeTab, Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UHoeItem
- UHoeItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UHoeItem
- UItem - Class in info.u_team.u_team_core.item
- UItem(CreativeModeTab, Item.Properties) - Constructor for class info.u_team.u_team_core.item.UItem
- UItem(Item.Properties) - Constructor for class info.u_team.u_team_core.item.UItem
- UItemStackHandler - Class in info.u_team.u_team_core.inventory
- UItemStackHandler(int) - Constructor for class info.u_team.u_team_core.inventory.UItemStackHandler
- ULeggingsItem - Class in info.u_team.u_team_core.item.armor
- ULeggingsItem(String, CreativeModeTab, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.ULeggingsItem
- ULeggingsItem(String, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.ULeggingsItem
- UMenuType<T extends net.minecraft.world.inventory.AbstractContainerMenu> - Class in info.u_team.u_team_core.menutype
- UMenuType(UMenuType.ForgeMenuSupplier<T>) - Constructor for class info.u_team.u_team_core.menutype.UMenuType
- UMenuType(MenuType.MenuSupplier<T>) - Constructor for class info.u_team.u_team_core.menutype.UMenuType
- UMenuType.ForgeMenuSupplier<T extends net.minecraft.world.inventory.AbstractContainerMenu> - Interface in info.u_team.u_team_core.menutype
- uncheckedCast(Object) - Static method in class info.u_team.u_team_core.util.CastUtil
-
Convenient helper method for unchecked class without suppressing warnings.
- unfocusedBackgroundFrameColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- UNSIGNED - Enum constant in enum class info.u_team.u_team_core.util.verify.JarSignVerifier.VerifyStatus
- updatedText() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- updatedText() - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- updateNarration(NarrationElementOutput) - Method in class info.u_team.u_team_core.gui.elements.EnergyStorageWidget
- updateSettings(int, int, int, int) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- updateSettings(int, int, int, int, int, int) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- updateSlider() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- UPickaxeItem - Class in info.u_team.u_team_core.item.tier
- UPickaxeItem(CreativeModeTab, Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UPickaxeItem
- UPickaxeItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UPickaxeItem
- UScreen - Class in info.u_team.u_team_core.screen
- UScreen(Component) - Constructor for class info.u_team.u_team_core.screen.UScreen
- use(Level, Player, InteractionHand) - Method in class info.u_team.u_team_core.item.NoPlaceUBucketItem
- useScissor - Variable in class info.u_team.u_team_core.gui.elements.ScrollableList
- UShapedRecipeSerializer<T extends net.minecraft.world.item.crafting.ShapedRecipe> - Class in info.u_team.u_team_core.recipeserializer
- UShapedRecipeSerializer() - Constructor for class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- UShovelItem - Class in info.u_team.u_team_core.item.tier
- UShovelItem(CreativeModeTab, Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UShovelItem
- UShovelItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UShovelItem
- USlider - Class in info.u_team.u_team_core.gui.elements
- USlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, AbstractSliderLogic.OnSliderChange) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, AbstractSliderLogic.OnSliderChange, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, boolean, Button.OnTooltip) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USpawnEggItem - Class in info.u_team.u_team_core.item
- USpawnEggItem(CreativeModeTab, Item.Properties, Supplier<? extends EntityType<? extends Mob>>, int, int) - Constructor for class info.u_team.u_team_core.item.USpawnEggItem
- USpawnEggItem(Item.Properties, Supplier<? extends EntityType<? extends Mob>>, int, int) - Constructor for class info.u_team.u_team_core.item.USpawnEggItem
- USwordItem - Class in info.u_team.u_team_core.item.tier
- USwordItem(CreativeModeTab, Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.USwordItem
- USwordItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.USwordItem
- UTeamCoreCommand - Class in info.u_team.u_team_core.intern.command
- UTeamCoreCommand() - Constructor for class info.u_team.u_team_core.intern.command.UTeamCoreCommand
- UTeamCoreJeiPlugin - Class in info.u_team.u_team_core.integration.jei
- UTeamCoreJeiPlugin() - Constructor for class info.u_team.u_team_core.integration.jei.UTeamCoreJeiPlugin
V
- validateTankIndex(int) - Method in class info.u_team.u_team_core.inventory.UFluidStackHandler
- value - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- valueInRange(double, double, double) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a value between min and max
- valueInRange(float, float, float) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a value between min and max
- valueInRange(int, int, int) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a value between min and max
- valueInRange(long, long, long) - Static method in class info.u_team.u_team_core.util.MathUtil
-
Returns a value between min and max
- valueOf(String) - Static method in enum class info.u_team.u_team_core.api.InteractionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class info.u_team.u_team_core.util.verify.JarSignVerifier.VerifyStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class info.u_team.u_team_core.api.InteractionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class info.u_team.u_team_core.util.verify.JarSignVerifier.VerifyStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VanillaTierTags - Class in info.u_team.u_team_core.item.tier
- VanillaTierTags() - Constructor for class info.u_team.u_team_core.item.tier.VanillaTierTags
- verify(String) - Static method in class info.u_team.u_team_core.util.verify.JarSignVerifier
- visible - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
W
- waitTime - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- WHITE - Static variable in class info.u_team.u_team_core.gui.elements.UButton
- WHITE - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- WHITE - Static variable in class info.u_team.u_team_core.gui.elements.USlider
- WHITE - Static variable in class info.u_team.u_team_core.util.RGBA
- WHITE_RGB - Static variable in class info.u_team.u_team_core.util.ColorUtil
- WHITE_RGBA - Static variable in class info.u_team.u_team_core.util.ColorUtil
- widget - Variable in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- WidgetTextureProvider - Class in info.u_team.u_team_core.gui.elements
- WidgetTextureProvider(AbstractWidget, Function<Boolean, Integer>) - Constructor for class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- WidgetUtil - Class in info.u_team.u_team_core.util
- WidgetUtil() - Constructor for class info.u_team.u_team_core.util.WidgetUtil
- width - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- width - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- write(FriendlyByteBuf) - Method in class info.u_team.u_team_core.ingredient.FluidIngredient
- write(FriendlyByteBuf, ItemIngredient) - Method in class info.u_team.u_team_core.ingredient.ItemIngredient.Serializer
X
- x - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- x - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
Y
- y - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- y - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- yImage - Variable in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
All Classes and Interfaces|All Packages|Constant Field Values