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) - 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
- ActivatableButton - Class in info.u_team.u_team_core.gui.elements
- ActivatableButton(int, int, int, int, Component, boolean, RGBA) - Constructor for class info.u_team.u_team_core.gui.elements.ActivatableButton
- ActivatableButton(int, int, int, int, Component, boolean, RGBA, Button.OnPress) - Constructor for class info.u_team.u_team_core.gui.elements.ActivatableButton
- activated - Variable in class info.u_team.u_team_core.gui.elements.ActivatableButton
- activated - Variable in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- activatedColor - Variable in class info.u_team.u_team_core.gui.elements.ActivatableButton
- activatedColor - Variable in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- 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
DataHolderthat 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
DataHolderthat will synchronize values from the client to the server. - addItem(T) - Static method in class info.u_team.u_team_core.api.dye.DyeableItemsRegistry
- addPlayerInventory(Inventory, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods adds a player inventory to the container.
- 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(ItemSlotCreator, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
ItemSlotCreatorto this menu. - addSlots(ItemSlotCreator, int, int, int, int, int) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
This methods can add any
ItemSlotCreatorto this menu. - 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.
- alwaysEat() - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- annotationData() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns the value of the
annotationDatarecord component. - AnnotationData(Type, ElementType, Type, String, Map<String, Object>) - Constructor for record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Creates an instance of a
AnnotationDatarecord class. - AnnotationManager - Class in info.u_team.u_team_core.util.annotation
-
Manager for calling the classes that are annotated with
ConstructorIntegration - AnnotationManager() - Constructor for class info.u_team.u_team_core.util.annotation.AnnotationManager
- annotationType() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns the value of the
annotationTyperecord component. - 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
- AnnotationUtil.AnnotationData - Record Class in info.u_team.u_team_core.util.annotation
- AnnotationUtil.AnnotationScanner - Interface in info.u_team.u_team_core.util.annotation
- applyValue() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- ArmorSet - Record Class in info.u_team.u_team_core.item.armor
- ArmorSet(RegistryEntry<UHelmetItem>, RegistryEntry<UChestplateItem>, RegistryEntry<ULeggingsItem>, RegistryEntry<UBootsItem>) - Constructor for record class info.u_team.u_team_core.item.armor.ArmorSet
-
Creates an instance of a
ArmorSetrecord 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
- assemble(CraftingContainer, RegistryAccess) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- assertCast(Object, Class<T>) - Static method in class info.u_team.u_team_core.util.CastUtil
- attributes - Variable in class info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
- axe() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
axerecord 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
- 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.RGB
- BLACK - Static variable in class info.u_team.u_team_core.util.RGBA
- blockEntity - Variable in class info.u_team.u_team_core.inventory.BlockEntityUItemStackContainer
- blockEntity - Variable in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
- blockEntityProviders - Variable in class info.u_team.u_team_core.impl.common.CommonEntityRendererRegister
- blockEntityType - Variable in class info.u_team.u_team_core.block.UEntityBlock
- blockEntityType(BlockPos, BlockState) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Returns the
BlockEntityTypethat is used for creating theBlockEntitywhenEntityBlockProvider.newBlockEntity(BlockPos, BlockState)is invoked. - blockEntityType(BlockPos, BlockState) - Method in class info.u_team.u_team_core.block.UEntityBlock
- BlockEntityTypeRegister - Interface in info.u_team.u_team_core.api.registry
- BlockEntityUItemStackContainer - Class in info.u_team.u_team_core.inventory
- BlockEntityUItemStackContainer(int, BlockEntity) - Constructor for class info.u_team.u_team_core.inventory.BlockEntityUItemStackContainer
- blockEntries - Variable in class info.u_team.u_team_core.impl.common.CommonColorProviderRegister
- 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
BlockRegister - blockIterable() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- BlockProperties - Class in info.u_team.u_team_core.util
- BlockProperties() - Constructor for class info.u_team.u_team_core.util.BlockProperties
- BlockProperties(BlockBehaviour.Properties) - Constructor for class info.u_team.u_team_core.util.BlockProperties
- BlockProperties.Extension - Interface in info.u_team.u_team_core.util
- BlockRegister - Interface in info.u_team.u_team_core.api.registry
- BlockRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- BlockRegistryEntry<B extends net.minecraft.world.level.block.Block,
I extends net.minecraft.world.item.Item> - Interface in info.u_team.u_team_core.api.registry - boots() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
bootsrecord 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 interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidContainerDelegator
- 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
- broadcastFullState() - Method in interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidContainerDelegator
- build() - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- builder() - Static method in class info.u_team.u_team_core.intern.loot_item_function.SetBlockEntityNBTLootItemFunction
- builder() - Static method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- 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 withConstructorIntegration. - 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. - callWhen(Platform.Environment, Supplier<Callable<V>>) - Static method in class info.u_team.u_team_core.util.EnvironmentUtil
- canBeDropped(ItemStack, Player) - Method in interface info.u_team.u_team_core.api.item.UItemExtension
- canCraftInDimensions(int, int) - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- 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
- category() - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Returns the value of the
categoryrecord component. - category() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
categoryrecord component. - changeDimension(Entity, ServerLevel, PortalInfo) - Static method in class info.u_team.u_team_core.util.DimensionTeleportUtil
- changeDimension(Entity, ServerLevel, PortalInfo) - Method in interface info.u_team.u_team_core.util.DimensionTeleportUtil.Handler
- 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
- checked - Variable in class info.u_team.u_team_core.gui.elements.CheckboxButton
- chestplate() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
chestplaterecord component. - clazz() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns the value of the
clazzrecord component. - 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
- CLIENT - Enum constant in enum class info.u_team.u_team_core.api.network.NetworkEnvironment
- CLIENT - Enum constant in enum class info.u_team.u_team_core.api.Platform.Environment
- ClientEvents - Interface in info.u_team.u_team_core.api.event
- ClientEvents.EndClientLevelTick - Interface in info.u_team.u_team_core.api.event
- ClientEvents.EndClientTick - Interface in info.u_team.u_team_core.api.event
- ClientEvents.Handler - Interface in info.u_team.u_team_core.api.event
- ClientEvents.ItemTooltip - Interface in info.u_team.u_team_core.api.event
- ClientEvents.ScreenAfterKeyPressed - Interface in info.u_team.u_team_core.api.event
- ClientEvents.StartClientLevelTick - Interface in info.u_team.u_team_core.api.event
- ClientEvents.StartClientTick - Interface in info.u_team.u_team_core.api.event
- color - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- ColorProviderRegister - Interface in info.u_team.u_team_core.api.registry.client
- ColorProviderRegister.BlockRegisterHandler - Interface in info.u_team.u_team_core.api.registry.client
- ColorProviderRegister.Factory - Interface in info.u_team.u_team_core.api.registry.client
- ColorProviderRegister.ItemRegisterHandler - Interface in info.u_team.u_team_core.api.registry.client
- ColorProviderRegister.Register<T,
E> - Interface in info.u_team.u_team_core.api.registry.client - 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
- CommandHandler(CommandDispatcher<CommandSourceStack>, CommandBuildContext, Commands.CommandSelection) - Constructor for record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Creates an instance of a
CommandHandlerrecord class. - CommandRegister - Interface in info.u_team.u_team_core.api.registry
- CommandRegister.CommandHandler - Record Class in info.u_team.u_team_core.api.registry
- CommandRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- CommonBlockRegistryEntry<B extends net.minecraft.world.level.block.Block,
I extends net.minecraft.world.item.Item, RB extends RegistryEntry<B>, RI extends RegistryEntry<I>> - Class in info.u_team.u_team_core.impl.common - CommonBlockRegistryEntry(RB, RI) - Constructor for class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- CommonColorProviderRegister - Class in info.u_team.u_team_core.impl.common
- CommonColorProviderRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonColorProviderRegister
- CommonCommandRegister - Class in info.u_team.u_team_core.impl.common
- CommonCommandRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonCommandRegister
- CommonEntityAttributeRegister - Class in info.u_team.u_team_core.impl.common
- CommonEntityAttributeRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
- CommonEntityRendererRegister - Class in info.u_team.u_team_core.impl.common
- CommonEntityRendererRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonEntityRendererRegister
- CommonEvents - Interface in info.u_team.u_team_core.api.event
- CommonEvents.EndLevelTick - Interface in info.u_team.u_team_core.api.event
- CommonEvents.EndServerTick - Interface in info.u_team.u_team_core.api.event
- CommonEvents.Handler - Interface in info.u_team.u_team_core.api.event
- CommonEvents.LevelLoad - Interface in info.u_team.u_team_core.api.event
- CommonEvents.LevelUnload - Interface in info.u_team.u_team_core.api.event
- CommonEvents.RegisterEvent - Interface in info.u_team.u_team_core.api.event
- CommonEvents.SetupEvent - Interface in info.u_team.u_team_core.api.event
- CommonEvents.StartLevelTick - Interface in info.u_team.u_team_core.api.event
- CommonEvents.StartServerTick - Interface in info.u_team.u_team_core.api.event
- CommonGameRuleRegister - Class in info.u_team.u_team_core.impl.common
- CommonGameRuleRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonGameRuleRegister
- CommonGameRuleRegister.GameRuleData<T extends net.minecraft.world.level.GameRules.Value<T>> - Record Class in info.u_team.u_team_core.impl.common
- CommonGameRuleRegister.GameRuleLazyEntry<T extends net.minecraft.world.level.GameRules.Value<T>> - Class in info.u_team.u_team_core.impl.common
- CommonKeyMappingRegister - Class in info.u_team.u_team_core.impl.common
- CommonKeyMappingRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister
- CommonKeyMappingRegister.KeyMappingLazyEntry - Class in info.u_team.u_team_core.impl.common
- CommonMenuScreenRegister - Class in info.u_team.u_team_core.impl.common
- CommonMenuScreenRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonMenuScreenRegister
- CommonRegister<R> - Interface in info.u_team.u_team_core.api.registry
- CommonRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- CommonSpawnPlacementRegister - Class in info.u_team.u_team_core.impl.common
- CommonSpawnPlacementRegister() - Constructor for class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister
- CommonSpawnPlacementRegister.Holder<T extends net.minecraft.world.entity.Mob> - Record Class in info.u_team.u_team_core.impl.common
- ConfigValueHolder<V> - Record Class in info.u_team.u_team_core.util
- ConfigValueHolder(Supplier<V>, Consumer<V>) - Constructor for record class info.u_team.u_team_core.util.ConfigValueHolder
-
Creates an instance of a
ConfigValueHolderrecord class. - 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.init.network.DataHolderMenuMessage
-
Returns the value of the
containerIdrecord component. - containerId() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
Returns the value of the
containerIdrecord component. - containerTick() - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- copy(BlockProperties, BlockBehaviour.Properties) - Method in interface info.u_team.u_team_core.util.BlockProperties.Extension
- copy(ItemProperties, Item.Properties) - Method in interface info.u_team.u_team_core.util.ItemProperties.Extension
- copyState(ScrollingText) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- CRAFTING_SPECIAL_ITEMDYE - Static variable in class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- create() - Static method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.client.KeyMappingRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.client.KeyMappingRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.client.MenuScreenRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.client.MenuScreenRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.CommandRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.CommandRegister.Factory
- create() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister.Builder
- create() - Static method in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister.Factory
- create() - Static method in interface info.u_team.u_team_core.api.registry.SpawnPlacementRegister
- create() - Method in interface info.u_team.u_team_core.api.registry.SpawnPlacementRegister.Factory
- create(int, float, boolean, boolean, boolean, List<Pair<Supplier<MobEffectInstance>, Float>>) - Method in interface info.u_team.u_team_core.item.food.UFoodPropertiesBuilder.Creator
- create(int, Inventory) - Method in interface info.u_team.u_team_core.menutype.UMenuType.DataMenuSupplier
- create(int, Inventory, FriendlyByteBuf) - Method in interface info.u_team.u_team_core.menutype.UMenuType.DataMenuSupplier
- create(CommonRegister<Item>, String, Item.Properties, ExtendedTier) - Static method in class info.u_team.u_team_core.item.tier.TierSetCreator
- create(CommonRegister<Item>, String, Item.Properties, ArmorMaterial) - Static method in class info.u_team.u_team_core.item.armor.ArmorSetCreator
- create(FluidContainerMenu) - Method in interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidContainerDelegator.Factory
- create(FluidContainerMenuScreen<T>) - Method in interface info.u_team.u_team_core.screen.FluidContainerMenuScreen.FluidContainerScreenDelegator.Factory
- create(String) - Static method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- create(String) - Static method in interface info.u_team.u_team_core.api.registry.BlockRegister
- create(String) - Method in interface info.u_team.u_team_core.api.registry.BlockRegister.Factory
- create(String) - Static method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- create(String) - Static method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- 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(String, ResourceLocation) - Static method in interface info.u_team.u_team_core.api.network.NetworkHandler
- create(String, ResourceLocation) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler.Factory
- create(ResourceKey<? extends Registry<C>>, String) - Static method in interface info.u_team.u_team_core.api.registry.CommonRegister
- create(ResourceKey<? extends Registry<C>>, String) - Method in interface info.u_team.u_team_core.api.registry.CommonRegister.Factory
- create(Item.Properties, Supplier<? extends EntityType<? extends Mob>>, int, int) - Static method in class info.u_team.u_team_core.item.SpawnEggCreator
- create(Item.Properties, Supplier<? extends EntityType<? extends Mob>>, int, int) - Method in interface info.u_team.u_team_core.item.SpawnEggCreator.Creator
- 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
- 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
- createRecipe(ResourceLocation, String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack, boolean) - Method in class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- createRecipe(ResourceLocation, String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack, boolean) - Method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- createShortHolder(Supplier<Short>, Consumer<Short>) - Static method in class info.u_team.u_team_core.api.sync.DataHolder
- createSlot(int, int, int) - Method in interface info.u_team.u_team_core.api.menu.ItemSlotCreator
- createSlot(int, int, int) - Method in class info.u_team.u_team_core.menu.ItemContainerSlotCreator
- createTag(ResourceKey<? extends Registry<T>>, ResourceLocation) - Static method in class info.u_team.u_team_core.util.TagUtil
- createWithExtraData(int, Inventory, FriendlyByteBuf) - Method in class info.u_team.u_team_core.menutype.UMenuType
- CreativeModeTabRegister - Interface in info.u_team.u_team_core.api.registry
- CreativeModeTabRegister.Builder - Interface in info.u_team.u_team_core.api.registry
- 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
- 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.init.network.DataHolderMenuMessage
-
Returns the value of the
dataHolderBufferrecord component. - DataHolderMenuMessage - Record Class in info.u_team.u_team_core.intern.init.network
- DataHolderMenuMessage(int, int, FriendlyByteBuf) - Constructor for record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
-
Creates an instance of a
DataHolderMenuMessagerecord class. - DataHolderMenuMessage.Handler - Class in info.u_team.u_team_core.intern.init.network
- decimalPrecision - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- decode(FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
- decode(FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
- DEFAULT_COLOR - Static variable in interface info.u_team.u_team_core.api.dye.DyeableItem
- DEFAULT_NARRATION - Static variable in class info.u_team.u_team_core.gui.elements.UButton
- DEFAULT_TEXT_COLOR - Static variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- deserialize(JsonObject, JsonDeserializationContext, LootItemCondition[]) - Method in class info.u_team.u_team_core.intern.loot_item_function.SetBlockEntityNBTLootItemFunction.Serializer
- deserializeNBT(CompoundTag) - Method in class info.u_team.u_team_core.inventory.UItemStackContainer
- 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
- DimensionTeleportUtil - Class in info.u_team.u_team_core.util
- DimensionTeleportUtil() - Constructor for class info.u_team.u_team_core.util.DimensionTeleportUtil
- DimensionTeleportUtil.Handler - Interface in info.u_team.u_team_core.util
- 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
- disabledTextColor - Variable in class info.u_team.u_team_core.gui.elements.USlider
- dispatcher() - Method in record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Returns the value of the
dispatcherrecord component. - dissolvePattern(String[], Map<String, Ingredient>, int, int) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- 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
- drawInventoryText - Variable in class info.u_team.u_team_core.screen.UContainerMenuScreen
- drawString(GuiGraphics, Font, String, float, float, int, boolean) - Static method in class info.u_team.u_team_core.util.FontUtil
- drawString(GuiGraphics, Font, String, float, float, int, boolean) - Method in interface info.u_team.u_team_core.util.FontUtil.Handler
- drawString(GuiGraphics, Font, Component, float, float, int, boolean) - Static method in class info.u_team.u_team_core.util.FontUtil
- drawString(GuiGraphics, Font, FormattedCharSequence, float, float, int, boolean) - Static method in class info.u_team.u_team_core.util.FontUtil
- drawString(GuiGraphics, Font, FormattedCharSequence, float, float, int, boolean) - Method in interface info.u_team.u_team_core.util.FontUtil.Handler
- 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
- DummyCraftingContainer - Class in info.u_team.u_team_core.inventory
- DummyCraftingContainer(int, int) - Constructor for class info.u_team.u_team_core.inventory.DummyCraftingContainer
- 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, CraftingBookCategory) - 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
- effect(Supplier<MobEffectInstance>, float) - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- effect(MobEffectInstance, float) - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- ELLIPSIS - Enum constant in enum class info.u_team.u_team_core.api.gui.TextSettingsProvider.TextRenderType
- 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
- 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
- EnchantmentUtil - Class in info.u_team.u_team_core.util
- EnchantmentUtil() - Constructor for class info.u_team.u_team_core.util.EnchantmentUtil
- EnchantmentUtil.Handler - Interface in info.u_team.u_team_core.util
- encode(DataHolderMenuMessage, FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
- encode(OpenMenuScreenMessage, FriendlyByteBuf) - Static method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
- EntityAttributeRegister - Interface in info.u_team.u_team_core.api.registry
- EntityAttributeRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- EntityBlockProvider - Interface in info.u_team.u_team_core.api.block
-
Provides a convenience way to implement block entities for blocks.
- entityProviders - Variable in class info.u_team.u_team_core.impl.common.CommonEntityRendererRegister
- EntityRendererRegister - Interface in info.u_team.u_team_core.api.registry.client
- EntityRendererRegister.Factory - Interface in info.u_team.u_team_core.api.registry.client
- EntityTypeRegister - Interface in info.u_team.u_team_core.api.registry
- entries - Variable in class info.u_team.u_team_core.impl.common.CommonCommandRegister
- entries - Variable in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister
- entries - Variable in class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister
- entryIterable() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- entryIterable() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- entryIterable() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- entryIterable() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- entryIterable() - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- environment() - Method in record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Returns the value of the
environmentrecord component. - EnvironmentUtil - Class in info.u_team.u_team_core.util
- EnvironmentUtil() - Constructor for class info.u_team.u_team_core.util.EnvironmentUtil
- equals(Object) - Method in record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
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.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
-
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.
- executeOnMainThread(Runnable) - Method in interface info.u_team.u_team_core.api.network.NetworkContext
- ExtendedTier - Interface in info.u_team.u_team_core.api.item
-
This interface extends the
Tierinterface for tool materials of vanilla style tools. - ExtendedTier.Tools - Enum Class in info.u_team.u_team_core.api.item
-
Contains all vanilla tools.
- extraData() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
Returns the value of the
extraDatarecord component.
F
- fast() - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- findAnnotations(String) - Method in interface info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationScanner
- findClosestDyeColor(RGB) - Static method in class info.u_team.u_team_core.util.ColorUtil
- FluidContainerMenu - Class in info.u_team.u_team_core.menu
-
Unstable api!
- FluidContainerMenu(MenuType<?>, int) - Constructor for class info.u_team.u_team_core.menu.FluidContainerMenu
-
Creates a container menu.
- FluidContainerMenu.FluidContainerDelegator - Interface in info.u_team.u_team_core.menu
- FluidContainerMenu.FluidContainerDelegator.Factory - Interface in info.u_team.u_team_core.menu
- 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
- FluidContainerMenuScreen.FluidContainerScreenDelegator - Interface in info.u_team.u_team_core.screen
- FluidContainerMenuScreen.FluidContainerScreenDelegator.Factory - Interface in info.u_team.u_team_core.screen
- focused - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- font - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- FontUtil - Class in info.u_team.u_team_core.util
- FontUtil() - Constructor for class info.u_team.u_team_core.util.FontUtil
- FontUtil.Handler - Interface in info.u_team.u_team_core.util
- 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
RGBAobject from an argb integer. - fromBlockTag(TagKey<Block>) - Static method in class info.u_team.u_team_core.util.TagUtil
- 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.recipeserializer.UShapedRecipeSerializer
- fromNetwork(ResourceLocation, FriendlyByteBuf) - Method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- fromRGB(RGB) - Static method in class info.u_team.u_team_core.util.RGBA
- fromRGB(RGB, int) - Static method in class info.u_team.u_team_core.util.RGBA
- fromRGBA(RGBA) - Static method in class info.u_team.u_team_core.util.RGB
G
- GameRuleData(String, GameRules.Category, Supplier<? extends GameRules.Type<T>>) - Constructor for record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Creates an instance of a
GameRuleDatarecord class. - GameRuleRegister - Interface in info.u_team.u_team_core.api.registry
- GameRuleRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- get() - Method in class info.u_team.u_team_core.api.sync.DataHolder
-
Should return an instance of
FriendlyByteBufthat 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.impl.common.CommonBlockRegistryEntry
- get() - Method in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleLazyEntry
- get() - Method in class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister.KeyMappingLazyEntry
- get() - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
- getActivatedColor() - Method in class info.u_team.u_team_core.gui.elements.ActivatableButton
- getActivatedColor() - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- 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
- getAnnotations(String) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationUtil
-
Returns a list of found
AnnotationUtil.AnnotationDatafor a modid - getAnnotations(String, Type) - Static method in class info.u_team.u_team_core.util.annotation.AnnotationUtil
-
Returns a list of found
AnnotationUtil.AnnotationDatafor the give annotationTypeand modid. - 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
BlockEntityat that give position if theBlockEntityTypeis correct. - getBlockEntry() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getBlockRegister() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- getBlue() - Method in class info.u_team.u_team_core.util.RGB
-
Get blue component in range from 0 to 255
- 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.RGB
-
Get blue component in range from 0 to 1
- getBlueComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get blue component in range from 0 to 1
- getBuiltInRegistry(ResourceKey<? extends Registry<T>>) - Static method in class info.u_team.u_team_core.util.RegistryUtil
- 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.RGB
-
Get the integer (hex) representation of this color in rgb format
- 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
- getCommonRegister() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- getCommonRegister() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- getCommonRegister() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- getConfigPath() - Method in interface info.u_team.u_team_core.api.Platform
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.BackgroundColorProvider
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ActivatableButton
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentBackgroundColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentBackgroundFrameColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentCursorColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentHintTextColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentImage(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getCurrentImage(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getCurrentImageColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- getCurrentImageColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- getCurrentScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- getCurrentScale(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.ScaleProvider
- getCurrentScale(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- getCurrentScale(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentScale(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentSliderColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- getCurrentSuggestionTextColor(GuiGraphics, 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(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.TextSettingsProvider
- getCurrentTextColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- getCurrentTextColor(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getCurrentTextColor(GuiGraphics, 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
- getCurrentTextRenderType() - 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
- getDefenseForType(ArmorItem.Type) - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getDelegator() - Method in class info.u_team.u_team_core.menu.FluidContainerMenu
- getDelegator() - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- 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
- getDisabledTextColor() - Method in class info.u_team.u_team_core.gui.elements.USlider
- getDurabilityForType(ArmorItem.Type) - 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
- getEffects() - Method in class info.u_team.u_team_core.potion.UPotion
- getEnchantmentLevel(Enchantment, ItemStack) - Static method in class info.u_team.u_team_core.util.EnchantmentUtil
- getEnchantmentLevel(Enchantment, ItemStack) - Method in interface info.u_team.u_team_core.util.EnchantmentUtil.Handler
- 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
- getEntries() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- getEntries() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- getEntries() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- getEntries() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- getEntries() - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- getEntries() - Method in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister
- getEnvironment() - Method in interface info.u_team.u_team_core.api.network.NetworkContext
- getEnvironment() - Method in interface info.u_team.u_team_core.api.Platform
- getEquipSound() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- getGreen() - Method in class info.u_team.u_team_core.util.RGB
-
Get green component in range from 0 to 255
- 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.RGB
-
Get green component in range from 0 to 1
- 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
- getHintTextColor() - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- getHolder() - Method in interface info.u_team.u_team_core.api.registry.RegistryEntry
- getHolder() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getId() - Method in interface info.u_team.u_team_core.api.registry.ResourceEntry
- getId() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- 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
- getInstance() - Static method in interface info.u_team.u_team_core.api.Platform
- getItem() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- getItem() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getItemEntry() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getItemHolder() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- getItemHolder() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getItemId() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- getItemId() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getItemKey() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- getItemKey() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getItemRegister() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- getItemRegistryEntry() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- getItemRegistryEntry() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getKey() - Method in interface info.u_team.u_team_core.api.registry.RegistryEntry
- getKey() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- getKnockbackResistance() - Method in class info.u_team.u_team_core.item.armor.UArmorMaterial
- 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
- getModid() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- getModid() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- getModid() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- getModid() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- getModid() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- getMovingX(float) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- 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
- 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
- getPlayer() - Method in interface info.u_team.u_team_core.api.network.NetworkContext
- 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
- getProtocolVersion() - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- getRecipeWithSerializer(FinishedRecipe, Supplier<? extends RecipeSerializer<?>>) - Static method in class info.u_team.u_team_core.util.RecipeBuilderUtil
-
Returns a
FinishedRecipewith a custom serializer. - getRed() - Method in class info.u_team.u_team_core.util.RGB
-
Get red component in range from 0 to 255
- 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.RGB
-
Get red component in range from 0 to 1
- getRedComponent() - Method in class info.u_team.u_team_core.util.RGBA
-
Get red component in range from 0 to 1
- getRegistry(Level, ResourceKey<? extends Registry<T>>) - Static method in class info.u_team.u_team_core.util.RegistryUtil
- getRegistryKey() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- getRegistryKey() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- getRegistryKey() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- getRegistryKey() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- 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.ScalableEditBox
- getScale() - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- getScale() - Method in class info.u_team.u_team_core.gui.elements.UButton
- getScale() - Method in class info.u_team.u_team_core.gui.elements.USlider
- getScrollbarPosition() - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- getSerializer() - Method in class info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
- 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
ServerLevelfrom theResourceKey - getServerLevel(Entity, ResourceKey<Level>) - Static method in class info.u_team.u_team_core.util.LevelUtil
-
Get the
ServerLevelfrom 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
- 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
- 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.
- getter() - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
-
Returns the value of the
getterrecord component. - 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
- getTextColor() - Method in class info.u_team.u_team_core.gui.elements.USlider
- 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
- 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_item_function.SetBlockEntityNBTLootItemFunction
- 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
- getValueInt() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- getValueLong() - 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
- 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
- GRAY - Static variable in class info.u_team.u_team_core.gui.elements.UEditBox
- group() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
grouprecord component.
H
- handle(DataHolderMenuMessage, NetworkContext) - Static method in class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage.Handler
- handle(OpenMenuScreenMessage, NetworkContext) - Static method in class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage.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.init.network.DataHolderMenuMessage.Handler
- Handler() - Constructor for class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage.Handler
- handleUpdateStateData(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
The data from the block update is received here.
- hasColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- hashCode() - Method in record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
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.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns a hash code value for this object.
- hashCode() - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
-
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.
- hasInstantEffects() - Method in class info.u_team.u_team_core.potion.UPotion
- 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
- height() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
heightrecord component. - heightmap() - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Returns the value of the
heightmaprecord component. - helmet() - Method in record class info.u_team.u_team_core.item.armor.ArmorSet
-
Returns the value of the
helmetrecord component. - hintTextColor - Variable in class info.u_team.u_team_core.gui.elements.UEditBox
- hoe() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
hoerecord component. - HOE - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
- Holder(SpawnPlacements.Type, Heightmap.Types, SpawnPlacements.SpawnPredicate<T>) - Constructor for record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Creates an instance of a
Holderrecord class. - hovered - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
I
- id() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
idrecord component. - 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
- 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
- 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
- index() - Method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
-
Returns the value of the
indexrecord 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.event - package info.u_team.u_team_core.api.event
- 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.network - package info.u_team.u_team_core.api.network
- info.u_team.u_team_core.api.registry - package info.u_team.u_team_core.api.registry
- info.u_team.u_team_core.api.registry.client - package info.u_team.u_team_core.api.registry.client
- 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.gui.elements - package info.u_team.u_team_core.gui.elements
- info.u_team.u_team_core.impl.common - package info.u_team.u_team_core.impl.common
- info.u_team.u_team_core.integration.jei - package info.u_team.u_team_core.integration.jei
- 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.init - package info.u_team.u_team_core.intern.init
- info.u_team.u_team_core.intern.init.network - package info.u_team.u_team_core.intern.init.network
- info.u_team.u_team_core.intern.loot_item_function - package info.u_team.u_team_core.intern.loot_item_function
- 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.food - package info.u_team.u_team_core.item.food
- 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.potion - package info.u_team.u_team_core.potion
- info.u_team.u_team_core.recipeserializer - package info.u_team.u_team_core.recipeserializer
- info.u_team.u_team_core.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
- init(NetworkEnvironment) - Method in class info.u_team.u_team_core.menu.UBlockEntityContainerMenu
-
Is called after the server and client constructor.
- initMenu(ServerPlayer) - Method in class info.u_team.u_team_core.menu.UAbstractContainerMenu
-
Will be called immediately after the
UAbstractContainerMenu.setSynchronizerPlayer(ServerPlayer). - INSTANCE - Static variable in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.network.NetworkHandler.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.Platform
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.BlockRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.client.KeyMappingRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.client.MenuScreenRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.CommandRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.CommonRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister.Builder
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.GameRuleRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.api.registry.SpawnPlacementRegister.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidContainerDelegator.Factory
- INSTANCE - Static variable in interface info.u_team.u_team_core.screen.FluidContainerMenuScreen.FluidContainerScreenDelegator.Factory
- INSTANCES - Static variable in interface info.u_team.u_team_core.util.BlockProperties.Extension
- INSTANCES - Static variable in interface info.u_team.u_team_core.util.ItemProperties.Extension
- INSTANCES - Static variable in interface info.u_team.u_team_core.util.MenuUtil.Extension
- 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
- isActivated() - Method in class info.u_team.u_team_core.gui.elements.ActivatableButton
- isActivated() - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- 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
- isEnabled() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isFocused() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isHovered() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- isItemPresent() - Method in interface info.u_team.u_team_core.api.registry.BlockRegistryEntry
- isItemPresent() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- isLeftSideText() - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- isModLoaded(String) - Method in interface info.u_team.u_team_core.api.Platform
- isPresent() - Method in interface info.u_team.u_team_core.api.registry.LazyEntry
- isPresent() - Method in class info.u_team.u_team_core.impl.common.CommonBlockRegistryEntry
- isPresent() - Method in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleLazyEntry
- isPresent() - Method in class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister.KeyMappingLazyEntry
- 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
- isToggled() - Method in class info.u_team.u_team_core.gui.elements.ImageToggleButton
- isVisible() - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- ItemContainerSlotCreator - Class in info.u_team.u_team_core.menu
- ItemContainerSlotCreator(Container) - Constructor for class info.u_team.u_team_core.menu.ItemContainerSlotCreator
- itemEntries - Variable in class info.u_team.u_team_core.impl.common.CommonColorProviderRegister
- itemFromJson(JsonObject) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- itemIterable() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- 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
- ItemProperties.Extension - Interface in info.u_team.u_team_core.util
- ItemSlotCreator - Interface in info.u_team.u_team_core.api.menu
- itemStackFromJson(JsonObject) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- 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
- iterator() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- iterator() - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- 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
K
- keyFromJson(JsonObject) - Static method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- KeyMappingRegister - Interface in info.u_team.u_team_core.api.registry.client
- KeyMappingRegister.Factory - Interface in info.u_team.u_team_core.api.registry.client
- KeyMappingUtil - Class in info.u_team.u_team_core.util
- KeyMappingUtil() - Constructor for class info.u_team.u_team_core.util.KeyMappingUtil
- KeyMappingUtil.Handler - Interface in info.u_team.u_team_core.util
L
- lastTime - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- LazyEntry<R> - Interface in info.u_team.u_team_core.api.registry
- 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
leggingsrecord 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
- loadAll(Class<I>) - Static method in class info.u_team.u_team_core.util.ServiceUtil
- loadNBT(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
-
Reads data from disk.
- loadOne(Class<I>) - Static method in class info.u_team.u_team_core.util.ServiceUtil
- LOGGER - Static variable in class info.u_team.u_team_core.UCoreReference
- LOOT_FUNCTIONS - Static variable in class info.u_team.u_team_core.intern.init.UCoreLootItemFunctions
M
- matches(KeyMapping, InputConstants.Key) - Method in interface info.u_team.u_team_core.util.KeyMappingUtil.Handler
- matches(KeyMapping, InputConstants.Key) - Static method in class info.u_team.u_team_core.util.KeyMappingUtil
- 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
RandomSourcefor normalRandominstances - maxValue - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- meat() - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- MEDIUM_CONTAINER_BORDER_COLOR - Static variable in class info.u_team.u_team_core.util.RenderUtil
- memberName() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns the value of the
memberNamerecord component. - menuOpened(ServerPlayer, AbstractContainerMenu) - Method in interface info.u_team.u_team_core.util.MenuUtil.Extension
- MenuScreenRegister - Interface in info.u_team.u_team_core.api.registry.client
- MenuScreenRegister.Factory - Interface in info.u_team.u_team_core.api.registry.client
- 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
- MenuUtil - Class in info.u_team.u_team_core.util
- MenuUtil() - Constructor for class info.u_team.u_team_core.util.MenuUtil
- MenuUtil.Extension - Interface in info.u_team.u_team_core.util
- 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
- 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
ModelBakeryprivate methods. - 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 - Static variable in class info.u_team.u_team_core.UCoreReference
- 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 interface info.u_team.u_team_core.screen.FluidContainerMenuScreen.FluidContainerScreenDelegator
- 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
- mouseDragged(double, double, int, double, double) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- 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
- name() - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Returns the value of the
namerecord component. - nameSpacedComparator() - Static method in class info.u_team.u_team_core.util.ResourceLocationUtil
- NETWORK - Static variable in class info.u_team.u_team_core.intern.init.UCoreNetwork
- NetworkContext - Interface in info.u_team.u_team_core.api.network
- NetworkEnvironment - Enum Class in info.u_team.u_team_core.api.network
- NetworkHandler - Interface in info.u_team.u_team_core.api.network
- NetworkHandler.Factory - Interface in info.u_team.u_team_core.api.network
- newBlockEntity(BlockPos, BlockState) - Method in interface info.u_team.u_team_core.api.block.EntityBlockProvider
-
Returns a new
BlockEntityfor the giveBlockPosandBlockState. - 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 - Class in info.u_team.u_team_core.intern.recipe
- NoMirrorShapedRecipe(ResourceLocation, String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack, boolean) - Constructor for class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
- NoMirrorShapedRecipe.Serializer - Class in info.u_team.u_team_core.intern.recipe
- nutrition(int) - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
O
- of(Container) - Static method in class info.u_team.u_team_core.menu.ItemContainerSlotCreator
- 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
- onDrag(double, double, double, double) - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- onEndTick(Minecraft) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.EndClientTick
- onEndTick(ClientLevel) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.EndClientLevelTick
- onEndTick(ServerLevel) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.EndLevelTick
- onEndTick(MinecraftServer) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.EndServerTick
- onKeyPressed(Screen, int, int, int) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.ScreenAfterKeyPressed
- onLoad() - Method in class info.u_team.u_team_core.inventory.UItemStackContainer
- onLoad(ServerLevel) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.LevelLoad
- 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
- onRegister(ResourceKey<? extends Registry<?>>) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.RegisterEvent
- onSetup() - Method in interface info.u_team.u_team_core.api.event.CommonEvents.SetupEvent
- onStartTick(Minecraft) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.StartClientTick
- onStartTick(ClientLevel) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.StartClientLevelTick
- onStartTick(ServerLevel) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.StartLevelTick
- onStartTick(MinecraftServer) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.StartServerTick
- onTooltip(ItemStack, TooltipFlag, List<Component>) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.ItemTooltip
- onUnload(ServerLevel) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.LevelUnload
- openMenu(ServerPlayer, MenuProvider, Consumer<FriendlyByteBuf>, boolean) - Static method in class info.u_team.u_team_core.util.MenuUtil
- 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. - OpenMenuScreenMessage - Record Class in info.u_team.u_team_core.intern.init.network
- OpenMenuScreenMessage(int, MenuType<?>, Component, FriendlyByteBuf) - Constructor for record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
Creates an instance of a
OpenMenuScreenMessagerecord class. - OpenMenuScreenMessage.Handler - Class in info.u_team.u_team_core.intern.init.network
P
- 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
pickaxerecord 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
- placementType() - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Returns the value of the
placementTyperecord component. - Platform - Interface in info.u_team.u_team_core.api
- Platform.Environment - Enum Class in info.u_team.u_team_core.api
- 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
- predicate() - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Returns the value of the
predicaterecord component. - prefix - Variable in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- priority() - Element in annotation interface info.u_team.u_team_core.api.construct.Construct
- priority() - Element in annotation interface info.u_team.u_team_core.api.integration.Integration
- 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_VERSION - Static variable in class info.u_team.u_team_core.UCoreReference
R
- random() - Method in record class info.u_team.u_team_core.util.MathUtil.RandomSourceWrapper
-
Returns the value of the
randomrecord 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
RandomSourceWrapperrecord 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.
- readableSi(long) - Static method in class info.u_team.u_team_core.util.SiUtil
- receiveUpdatePacket(Connection, ClientboundBlockEntityDataPacket) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- receiveUpdateTag(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- 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
- recipeItems() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
recipeItemsrecord component. - register() - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.client.KeyMappingRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.client.MenuScreenRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.CommandRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- register() - Method in interface info.u_team.u_team_core.api.registry.SpawnPlacementRegister
- 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(CommandDispatcher<CommandSourceStack>) - Static method in class info.u_team.u_team_core.intern.command.UTeamCoreCommand
- register(ColorProviderRegister.BlockRegisterHandler) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister
- register(ColorProviderRegister.BlockRegisterHandler) - Method in class info.u_team.u_team_core.impl.common.CommonColorProviderRegister
- register(ColorProviderRegister.ItemRegisterHandler) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister
- register(ColorProviderRegister.ItemRegisterHandler) - Method in class info.u_team.u_team_core.impl.common.CommonColorProviderRegister
- register(String, String, GameRules.Category, Supplier<? extends GameRules.Type<T>>) - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- register(String, BiConsumer<ResourceLocation, CreativeModeTab.Builder>) - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- register(String, Consumer<CreativeModeTab.Builder>) - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- register(String, Function<ResourceLocation, ? extends E>) - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- register(String, Function<ResourceLocation, EntityType.Builder<T>>) - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- register(String, Function<ResourceLocation, CreativeModeTab.Builder>) - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- register(String, Function<ResourceLocation, BlockEntityType.Builder<T>>) - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- register(String, Supplier<? extends B>) - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- register(String, Supplier<? extends B>, Function<Block, ? extends I>) - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- register(String, Supplier<? extends B>, Supplier<? extends I>) - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- register(String, Supplier<? extends E>) - Method in interface info.u_team.u_team_core.api.registry.CommonRegister
- register(String, Supplier<EntityType.Builder<T>>) - Method in interface info.u_team.u_team_core.api.registry.EntityTypeRegister
- register(String, Supplier<CreativeModeTab.Builder>) - Method in interface info.u_team.u_team_core.api.registry.CreativeModeTabRegister
- register(String, Supplier<BlockEntityType.Builder<T>>) - Method in interface info.u_team.u_team_core.api.registry.BlockEntityTypeRegister
- register(String, GameRules.Category, Supplier<? extends GameRules.Type<T>>) - Method in interface info.u_team.u_team_core.api.registry.GameRuleRegister
- register(String, GameRules.Category, Supplier<? extends GameRules.Type<T>>) - Method in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister
- register(Consumer<CommandRegister.CommandHandler>) - Method in interface info.u_team.u_team_core.api.registry.CommandRegister
- register(Consumer<CommandRegister.CommandHandler>) - Method in class info.u_team.u_team_core.impl.common.CommonCommandRegister
- register(Supplier<? extends EntityType<? extends LivingEntity>>, Supplier<? extends AttributeSupplier>) - Method in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
- register(Supplier<? extends EntityType<? extends LivingEntity>>, Supplier<? extends AttributeSupplier>) - Method in class info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
- register(Supplier<? extends EntityType<? extends T>>, EntityRendererProvider<T>) - Method in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister
- register(Supplier<? extends EntityType<? extends T>>, EntityRendererProvider<T>) - Method in class info.u_team.u_team_core.impl.common.CommonEntityRendererRegister
- register(Supplier<? extends EntityType<T>>, SpawnPlacements.Type, Heightmap.Types, SpawnPlacements.SpawnPredicate<T>) - Method in interface info.u_team.u_team_core.api.registry.SpawnPlacementRegister
- register(Supplier<? extends EntityType<T>>, SpawnPlacements.Type, Heightmap.Types, SpawnPlacements.SpawnPredicate<T>) - Method in class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister
- register(Supplier<? extends MenuType<? extends M>>, MenuScreens.ScreenConstructor<M, U>) - Method in interface info.u_team.u_team_core.api.registry.client.MenuScreenRegister
- register(Supplier<? extends MenuType<? extends M>>, MenuScreens.ScreenConstructor<M, U>) - Method in class info.u_team.u_team_core.impl.common.CommonMenuScreenRegister
- register(Supplier<? extends BlockEntityType<? extends T>>, BlockEntityRendererProvider<T>) - Method in interface info.u_team.u_team_core.api.registry.client.EntityRendererRegister
- register(Supplier<? extends BlockEntityType<? extends T>>, BlockEntityRendererProvider<T>) - Method in class info.u_team.u_team_core.impl.common.CommonEntityRendererRegister
- register(Supplier<KeyMapping>) - Method in interface info.u_team.u_team_core.api.registry.client.KeyMappingRegister
- register(Supplier<KeyMapping>) - Method in class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister
- register(T, E) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.Register
- register(T, Stream<? extends E>) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.Register
- registerBlock(String, Supplier<? extends B>) - Method in interface info.u_team.u_team_core.api.registry.BlockRegister
- registerBuilder(Supplier<? extends EntityType<? extends LivingEntity>>, Supplier<? extends AttributeSupplier.Builder>) - Method in interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
- registerColor(Supplier<BlockColors>, ColorProviderRegister.Register<BlockColor, Block>) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.BlockRegisterHandler
- registerColor(Supplier<ItemColors>, Supplier<BlockColors>, ColorProviderRegister.Register<ItemColor, ItemLike>) - Method in interface info.u_team.u_team_core.api.registry.client.ColorProviderRegister.ItemRegisterHandler
- registerEndClientLevelTick(ClientEvents.EndClientLevelTick) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerEndClientLevelTick(ClientEvents.EndClientLevelTick) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerEndClientTick(ClientEvents.EndClientTick) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerEndClientTick(ClientEvents.EndClientTick) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerEndLevelTick(CommonEvents.EndLevelTick) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerEndLevelTick(CommonEvents.EndLevelTick) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerEndServerTick(CommonEvents.EndServerTick) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerEndServerTick(CommonEvents.EndServerTick) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerEntries() - Method in class info.u_team.u_team_core.impl.common.CommonGameRuleRegister
- registerItemTooltip(ClientEvents.ItemTooltip) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerItemTooltip(ClientEvents.ItemTooltip) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerLevelLoad(CommonEvents.LevelLoad) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerLevelLoad(CommonEvents.LevelLoad) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerLevelUnload(CommonEvents.LevelUnload) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerLevelUnload(CommonEvents.LevelUnload) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerMessage(int, Class<M>, BiConsumer<M, FriendlyByteBuf>, Function<FriendlyByteBuf, M>, BiConsumer<M, NetworkContext>) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- registerMessage(int, Class<M>, BiConsumer<M, FriendlyByteBuf>, Function<FriendlyByteBuf, M>, BiConsumer<M, NetworkContext>, Optional<NetworkEnvironment>) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- registerRecipes(IRecipeRegistration) - Method in class info.u_team.u_team_core.integration.jei.UTeamCoreJeiPlugin
- registerRegister(CommonEvents.RegisterEvent) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerRegister(CommonEvents.RegisterEvent) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerScreenAfterKeyPressed(ClientEvents.ScreenAfterKeyPressed) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerScreenAfterKeyPressed(ClientEvents.ScreenAfterKeyPressed) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerSetup(CommonEvents.SetupEvent) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerSetup(CommonEvents.SetupEvent) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerSetup(CommonEvents.SetupEvent, boolean) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerSetup(CommonEvents.SetupEvent, boolean) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerStartClientLevelTick(ClientEvents.StartClientLevelTick) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerStartClientLevelTick(ClientEvents.StartClientLevelTick) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerStartClientTick(ClientEvents.StartClientTick) - Method in interface info.u_team.u_team_core.api.event.ClientEvents.Handler
- registerStartClientTick(ClientEvents.StartClientTick) - Static method in interface info.u_team.u_team_core.api.event.ClientEvents
- registerStartLevelTick(CommonEvents.StartLevelTick) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerStartLevelTick(CommonEvents.StartLevelTick) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registerStartServerTick(CommonEvents.StartServerTick) - Method in interface info.u_team.u_team_core.api.event.CommonEvents.Handler
- registerStartServerTick(CommonEvents.StartServerTick) - Static method in interface info.u_team.u_team_core.api.event.CommonEvents
- registryAccess() - Method in record class info.u_team.u_team_core.api.registry.CommandRegister.CommandHandler
-
Returns the value of the
registryAccessrecord component. - RegistryEntry<R> - Interface in info.u_team.u_team_core.api.registry
- RegistryUtil - Class in info.u_team.u_team_core.util
- RegistryUtil() - Constructor for class info.u_team.u_team_core.util.RegistryUtil
- removeColor(ItemStack) - Method in interface info.u_team.u_team_core.api.dye.DyeableItem
- render(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- render(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- render(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- render(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollingText
- render(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- render(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollableListEntry
- renderBackground(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- renderBackground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderBackground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderBackground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderBackground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- renderBg(GuiGraphics, float, int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderButtonLikeTexture(T, TextureProvider, GuiGraphics, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderCustomTooltipForWidget(TooltipRenderable, GuiGraphics, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderFont(GuiGraphics, Font, float, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- renderForeground(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.PerspectiveRenderable
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ImageButton
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderForeground(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- renderLabels(GuiGraphics, int, int) - Method in interface info.u_team.u_team_core.screen.FluidContainerMenuScreen.FluidContainerScreenDelegator
- renderLabels(GuiGraphics, int, int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- renderLabels(GuiGraphics, int, int) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderList(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.ScrollableList
- renderText(T, GuiGraphics, 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(GuiGraphics, int, int) - Method in interface info.u_team.u_team_core.screen.FluidContainerMenuScreen.FluidContainerScreenDelegator
- renderTooltip(GuiGraphics, int, int) - Method in class info.u_team.u_team_core.screen.FluidContainerMenuScreen
- renderTooltip(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.TooltipRenderable
- renderTooltip(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UContainerMenuScreen
- renderTooltip(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.screen.UScreen
- 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
- renderWidget(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderWidget(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- renderWidget(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- renderWidget(T, GuiGraphics, int, int, float) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- renderWidgetTexture(GuiGraphics, int, int, float) - Method in interface info.u_team.u_team_core.api.gui.WidgetRenderable
- renderWidgetTexture(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- renderWidgetTexture(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- renderWidgetTexture(GuiGraphics, int, int, float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- resetShaderColor() - Static method in class info.u_team.u_team_core.util.RenderUtil
-
Sets the shader color to
RGBA.WHITE - resolveArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class info.u_team.u_team_core.item.armor.UArmorItem
- ResourceEntry<R> - Interface in info.u_team.u_team_core.api.registry
- ResourceLocationUtil - Class in info.u_team.u_team_core.util
- ResourceLocationUtil() - Constructor for class info.u_team.u_team_core.util.ResourceLocationUtil
- respectWidgetAlpha(AbstractWidget, RGBA) - Static method in class info.u_team.u_team_core.util.WidgetUtil
- result() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
resultrecord component. - RGB - Class in info.u_team.u_team_core.util
-
Basic rgb representation of a color with some conversion methods
- RGB(float, float, float) - Constructor for class info.u_team.u_team_core.util.RGB
-
Creates a new RGB object from the color components in range from 0 to 1 floats.
- RGB(int) - Constructor for class info.u_team.u_team_core.util.RGB
-
Creates a new RGB object from a color integer
- RGB(int, int, int) - Constructor for class info.u_team.u_team_core.util.RGB
-
Creates a new RGB object from the color components in range from 0 to 255 integers.
- 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(ItemStack, LootContext) - Method in class info.u_team.u_team_core.intern.loot_item_function.SetBlockEntityNBTLootItemFunction
- runWhen(Platform.Environment, Supplier<Runnable>) - Static method in class info.u_team.u_team_core.util.EnvironmentUtil
S
- saturationMod(float) - Method in class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- saveAdditional(CompoundTag) - Method in class info.u_team.u_team_core.blockentity.UBlockEntity
- 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
- 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
- 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.ScalableEditBox
- scale - Variable in class info.u_team.u_team_core.gui.elements.ScalableText
- scale - Variable in class info.u_team.u_team_core.gui.elements.UButton
- scale - Variable in class info.u_team.u_team_core.gui.elements.USlider
- ScaleProvider - Interface in info.u_team.u_team_core.api.gui
- screens - Variable in class info.u_team.u_team_core.impl.common.CommonMenuScreenRegister
- 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
- SCROLLING - Enum constant in enum class info.u_team.u_team_core.api.gui.TextSettingsProvider.TextRenderType
- 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 interface info.u_team.u_team_core.menu.FluidContainerMenu.FluidContainerDelegator
- 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.
- sendToPlayer(ServerPlayer, M) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- sendToServer(M) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- 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.
- serializeNBT() - Method in class info.u_team.u_team_core.inventory.UItemStackContainer
- Serializer() - Constructor for class info.u_team.u_team_core.intern.loot_item_function.SetBlockEntityNBTLootItemFunction.Serializer
- Serializer() - Constructor for class info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe.Serializer
- SERVER - Enum constant in enum class info.u_team.u_team_core.api.network.NetworkEnvironment
- SERVER - Enum constant in enum class info.u_team.u_team_core.api.Platform.Environment
- ServiceUtil - Class in info.u_team.u_team_core.util
- ServiceUtil() - Constructor for class info.u_team.u_team_core.util.ServiceUtil
- 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(V) - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
- SET_BLOCKENTITY_NBT - Static variable in class info.u_team.u_team_core.intern.init.UCoreLootItemFunctions
- setActivated(boolean) - Method in class info.u_team.u_team_core.gui.elements.ActivatableButton
- setActivated(boolean) - 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.ActivatableButton
- setActivatedColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.ImageActivatableButton
- 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
- 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
- SetBlockEntityNBTLootItemFunction - Class in info.u_team.u_team_core.intern.loot_item_function
- SetBlockEntityNBTLootItemFunction.Serializer - Class in info.u_team.u_team_core.intern.loot_item_function
- setBlue(int) - Method in class info.u_team.u_team_core.util.RGB
-
Set the blue component in range from 0 to 255
- 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.RGB
-
Set the blue component in range from 0 to 1
- 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.inventory.BlockEntityUItemStackContainer
- 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
- setCreateNarration(Button.CreateNarration) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setCursorColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- setDataHolder(NetworkEnvironment, 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
- setDisabledTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.USlider
- 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
- setFocused(boolean) - Method in class info.u_team.u_team_core.gui.elements.ProgressBar
- setGreen(int) - Method in class info.u_team.u_team_core.util.RGB
-
Set the green component in range from 0 to 255
- 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.RGB
-
Set the green component in range from 0 to 1
- 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
- setHighlightPos(int) - Method in class info.u_team.u_team_core.gui.elements.ScalableEditBox
- setHintTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.UEditBox
- 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
- setLeftSideText(boolean) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- 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
- setProtocolAcceptor(Predicate<String>, Predicate<String>) - Method in interface info.u_team.u_team_core.api.network.NetworkHandler
- setRed(int) - Method in class info.u_team.u_team_core.util.RGB
-
Set the red component in range from 0 to 255
- 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.RGB
-
Set the red component in range from 0 to 1
- setRedComponent(float) - Method in class info.u_team.u_team_core.util.RGBA
-
Set the red component in range from 0 to 1
- 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.ScalableEditBox
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.ScalableText
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.UButton
- setScale(float) - Method in class info.u_team.u_team_core.gui.elements.USlider
- 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
RGBAtype - 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
- 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
- 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.
- setter() - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
-
Returns the value of the
setterrecord component. - 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
- setTextColor(RGBA) - Method in class info.u_team.u_team_core.gui.elements.USlider
- 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
- 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
- setValue(double) - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- 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
- ShapedRecipeValues(int, int, NonNullList<Ingredient>, ItemStack, ResourceLocation, String, CraftingBookCategory, boolean) - Constructor for record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Creates an instance of a
ShapedRecipeValuesrecord class. - ShapedRecipeValues(ShapedRecipe) - Constructor for record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
- shouldPlayUpdateAnimation(ItemStack, ItemStack) - Method in interface info.u_team.u_team_core.api.item.UItemExtension
- shovel() - Method in record class info.u_team.u_team_core.item.tier.TierSet
-
Returns the value of the
shovelrecord component. - SHOVEL - Enum constant in enum class info.u_team.u_team_core.api.item.ExtendedTier.Tools
- showNotification() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
showNotificationrecord component. - 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
- 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
- SpawnEggCreator - Class in info.u_team.u_team_core.item
- SpawnEggCreator() - Constructor for class info.u_team.u_team_core.item.SpawnEggCreator
- SpawnEggCreator.Creator - Interface in info.u_team.u_team_core.item
- SpawnPlacementRegister - Interface in info.u_team.u_team_core.api.registry
- SpawnPlacementRegister.Factory - Interface in info.u_team.u_team_core.api.registry
- spawnPlacements - Variable in class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister
- speedTime - Variable in class info.u_team.u_team_core.gui.elements.ScrollingText
- 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
swordrecord 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
- TagUtil - Class in info.u_team.u_team_core.util
- TagUtil() - Constructor for class info.u_team.u_team_core.util.TagUtil
- targetType() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns the value of the
targetTyperecord component. - 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. - 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.gui.elements.USlider
- 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
- TextSettingsProvider.TextRenderType - Enum Class 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.WidgetTextureProvider
- 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(RegistryEntry<UAxeItem>, RegistryEntry<UHoeItem>, RegistryEntry<UPickaxeItem>, RegistryEntry<UShovelItem>, RegistryEntry<USwordItem>) - Constructor for record class info.u_team.u_team_core.item.tier.TierSet
-
Creates an instance of a
TierSetrecord 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
- title() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
Returns the value of the
titlerecord component. - 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
- toNetwork(FriendlyByteBuf, T) - Method in class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer
- 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.api.registry.CommandRegister.CommandHandler
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.impl.common.CommonSpawnPlacementRegister.Holder
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.intern.init.network.DataHolderMenuMessage
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
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.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.util.annotation.AnnotationUtil.AnnotationData
-
Returns a string representation of this record class.
- toString() - Method in record class info.u_team.u_team_core.util.ConfigValueHolder
-
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.RGB
- 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
- type() - Method in record class info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleData
-
Returns the value of the
typerecord component. - type() - Method in record class info.u_team.u_team_core.intern.init.network.OpenMenuScreenMessage
-
Returns the value of the
typerecord component.
U
- UAbstractContainerMenu - Class in info.u_team.u_team_core.menu
-
Enhanced version of
AbstractContainerMenuwith 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.
- UArmorItem - Class in info.u_team.u_team_core.item.armor
- UArmorItem(String, Item.Properties, ArmorMaterial, ArmorItem.Type) - 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(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(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
BlockEntitywith 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, Item.Properties, ArmorMaterial) - Constructor for class info.u_team.u_team_core.item.armor.UBootsItem
- UButton - Class in info.u_team.u_team_core.gui.elements
- 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.CreateNarration) - 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, 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
- 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
- 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
- UCoreLootItemFunctions - Class in info.u_team.u_team_core.intern.init
- UCoreLootItemFunctions() - Constructor for class info.u_team.u_team_core.intern.init.UCoreLootItemFunctions
- UCoreNetwork - Class in info.u_team.u_team_core.intern.init
- UCoreNetwork() - Constructor for class info.u_team.u_team_core.intern.init.UCoreNetwork
- UCoreRecipeSerializers - Class in info.u_team.u_team_core.intern.init
- UCoreRecipeSerializers() - Constructor for class info.u_team.u_team_core.intern.init.UCoreRecipeSerializers
- UCoreReference - Class in info.u_team.u_team_core
- 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
- UEntityBlock - Class in info.u_team.u_team_core.block
- 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[], int, int, float, float, int, Supplier<? extends Ingredient>) - Constructor for class info.u_team.u_team_core.item.tier.UExtendedTier
- UFoodPropertiesBuilder - Class in info.u_team.u_team_core.item.food
- UFoodPropertiesBuilder() - Constructor for class info.u_team.u_team_core.item.food.UFoodPropertiesBuilder
- UFoodPropertiesBuilder.Creator - Interface in info.u_team.u_team_core.item.food
- UHelmetItem - Class in info.u_team.u_team_core.item.armor
- 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(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(Item.Properties) - Constructor for class info.u_team.u_team_core.item.UItem
- UItemExtension - Interface in info.u_team.u_team_core.api.item
- UItemStackContainer - Class in info.u_team.u_team_core.inventory
- UItemStackContainer(int) - Constructor for class info.u_team.u_team_core.inventory.UItemStackContainer
- ULeggingsItem - Class in info.u_team.u_team_core.item.armor
- 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.DataMenuSupplier<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.DataMenuSupplier<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
- 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
- updateMessage() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- updateReference(CommonKeyMappingRegister.KeyMappingLazyEntry, KeyMapping) - Method in class info.u_team.u_team_core.impl.common.CommonKeyMappingRegister
- 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
- updateSliderText() - Method in class info.u_team.u_team_core.gui.elements.AbstractSliderLogic
- updateWidgetNarration(NarrationElementOutput) - Method in class info.u_team.u_team_core.gui.elements.CheckboxButton
- UPickaxeItem - Class in info.u_team.u_team_core.item.tier
- UPickaxeItem(Item.Properties, ExtendedTier) - Constructor for class info.u_team.u_team_core.item.tier.UPickaxeItem
- UPotion - Class in info.u_team.u_team_core.potion
- UPotion(String, Supplier<List<MobEffectInstance>>) - Constructor for class info.u_team.u_team_core.potion.UPotion
- UPotion(Supplier<List<MobEffectInstance>>) - Constructor for class info.u_team.u_team_core.potion.UPotion
- UScreen - Class in info.u_team.u_team_core.screen
- UScreen(Component) - Constructor for class info.u_team.u_team_core.screen.UScreen
- 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
- UShapedRecipeSerializer.ShapedRecipeValues - Record Class in info.u_team.u_team_core.recipeserializer
- UShovelItem - Class in info.u_team.u_team_core.item.tier
- 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) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USlider(int, int, int, int, Component, Component, double, double, double, boolean, boolean, AbstractSliderLogic.OnSliderChange) - Constructor for class info.u_team.u_team_core.gui.elements.USlider
- USwordItem - Class in info.u_team.u_team_core.item.tier
- 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
- 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.gui.TextSettingsProvider.TextRenderType
-
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.api.network.NetworkEnvironment
-
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.Platform.Environment
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class info.u_team.u_team_core.api.gui.TextSettingsProvider.TextRenderType
-
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.api.network.NetworkEnvironment
-
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.Platform.Environment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visible - Variable in class info.u_team.u_team_core.gui.elements.ProgressBar
- vSupplier - Variable in class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
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.RGB
- 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
- WidgetRenderable - Interface in info.u_team.u_team_core.api.gui
- WidgetTextureProvider - Class in info.u_team.u_team_core.gui.elements
- WidgetTextureProvider(IntSupplier) - Constructor for class info.u_team.u_team_core.gui.elements.WidgetTextureProvider
- WidgetTextureProvider(ResourceLocation, IntSupplier) - 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
- width() - Method in record class info.u_team.u_team_core.recipeserializer.UShapedRecipeSerializer.ShapedRecipeValues
-
Returns the value of the
widthrecord component.
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
All Classes and Interfaces|All Packages|Constant Field Values