Class Hierarchy
- java.lang.Object
- net.minecraft.client.gui.components.events.AbstractContainerEventHandler (implements net.minecraft.client.gui.components.events.ContainerEventHandler)
- net.minecraft.client.gui.screens.Screen (implements net.minecraft.client.gui.components.Renderable)
- net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<T> (implements net.minecraft.client.gui.screens.inventory.MenuAccess<T>)
- net.minecraft.world.inventory.AbstractContainerMenu
- net.minecraft.advancements.critereon.AbstractCriterionTriggerInstance (implements net.minecraft.advancements.CriterionTriggerInstance)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- net.minecraft.client.gui.components.AbstractWidget (implements net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.layouts.LayoutElement, net.minecraft.client.gui.narration.NarratableEntry, net.minecraft.client.gui.components.Renderable)
- net.minecraft.client.gui.components.AbstractButton
- net.minecraft.client.gui.components.Button
- org.cyclops.cyclopscore.infobook.AdvancedButton
- org.cyclops.cyclopscore.client.gui.component.button.ButtonCheckbox
- org.cyclops.cyclopscore.client.gui.component.button.ButtonExtended
- org.cyclops.cyclopscore.client.gui.component.button.ButtonArrow
- org.cyclops.cyclopscore.client.gui.component.button.ButtonImage
- org.cyclops.cyclopscore.client.gui.component.button.ButtonText
- net.minecraft.client.gui.components.EditBox (implements net.minecraft.client.gui.components.Renderable)
- org.cyclops.cyclopscore.client.gui.component.WidgetScrollBar
- org.cyclops.cyclopscore.infobook.AdvancedButtonEnum
- org.cyclops.cyclopscore.helper.AdvancementHelpers
- org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- org.cyclops.cyclopscore.Advancements
- org.cyclops.cyclopscore.block.multi.AllowedBlock
- org.cyclops.cyclopscore.tracking.Analytics
- org.cyclops.cyclopscore.command.argument.ArgumentInfoMod<T> (implements net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T>)
- org.cyclops.cyclopscore.command.argument.ArgumentInfoMod.Template (implements net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>)
- org.cyclops.cyclopscore.command.argument.ArgumentTypeConfigProperty (implements com.mojang.brigadier.arguments.ArgumentType<T>)
- org.cyclops.cyclopscore.command.argument.ArgumentTypeDebugPacket (implements com.mojang.brigadier.arguments.ArgumentType<T>)
- org.cyclops.cyclopscore.command.argument.ArgumentTypeEnum<T> (implements com.mojang.brigadier.arguments.ArgumentType<T>)
- org.cyclops.cyclopscore.command.argument.ArgumentTypeEnum.Info (implements net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T>)
- org.cyclops.cyclopscore.command.argument.ArgumentTypeEnum.Info.Template<T> (implements net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>)
- net.minecraft.world.level.block.state.BlockBehaviour (implements net.minecraft.world.flag.FeatureElement)
- net.minecraft.world.level.block.Block (implements net.minecraftforge.common.extensions.IForgeBlock, net.minecraft.world.level.ItemLike)
- net.minecraft.world.level.block.BaseEntityBlock (implements net.minecraft.world.level.block.EntityBlock)
- org.cyclops.cyclopscore.block.BlockGui (implements org.cyclops.cyclopscore.block.IBlockGui)
- org.cyclops.commoncapabilities.api.capability.block.BlockCapabilities (implements org.cyclops.commoncapabilities.api.capability.block.IBlockCapabilityProvider)
- org.cyclops.cyclopscore.modcompat.commoncapabilities.BlockCapabilitiesHelpers
- org.cyclops.cyclopscore.helper.BlockEntityHelpers
- org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<T> (implements net.minecraft.world.level.block.entity.BlockEntityTicker<T>)
- net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer (implements net.minecraft.server.packs.resources.ResourceManagerReloadListener)
- org.cyclops.cyclopscore.helper.BlockHelpers
- org.cyclops.cyclopscore.Capabilities
- org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.EntityEventListener
- org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.ItemStackEventListener
- org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.TileEventListener
- net.minecraftforge.common.capabilities.CapabilityProvider<B> (implements net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>)
- net.minecraft.world.level.block.entity.BlockEntity (implements net.minecraftforge.common.extensions.IForgeBlockEntity)
- org.cyclops.cyclopscore.helper.CollectionHelpers
- org.cyclops.cyclopscore.command.CommandConfig (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandDebug (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandDumpRegistries (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandIgnite (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandInfoBookTest (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandReloadResources (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.command.CommandVersion (implements com.mojang.brigadier.Command<S>)
- org.cyclops.cyclopscore.proxy.CommonProxyComponent (implements org.cyclops.cyclopscore.proxy.ICommonProxy)
- org.cyclops.cyclopscore.datastructure.CompositeMap<K,V> (implements java.util.Map<K,V>)
- org.cyclops.cyclopscore.config.ConfigHandler
- org.cyclops.cyclopscore.infobook.condition.ConfigSectionConditionHandler (implements org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler)
- org.cyclops.cyclopscore.config.ConfigurablePropertyData<T>
- org.cyclops.cyclopscore.config.ConfigurableType
- org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeAction<C,I>
- org.cyclops.cyclopscore.helper.CraftingHelpers
- org.cyclops.cyclopscore.helper.CraftingHelpers.CacheableCraftingInventory
- org.cyclops.cyclopscore.block.multi.CubeDetector
- org.cyclops.cyclopscore.block.multi.CubeSizeValidator (implements org.cyclops.cyclopscore.block.multi.ISizeValidator)
- org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
- net.minecraft.world.inventory.DataSlot
- org.cyclops.cyclopscore.modcompat.capabilities.DefaultCapabilityProvider<T> (implements net.minecraftforge.common.capabilities.ICapabilityProvider)
- org.cyclops.commoncapabilities.api.ingredient.storage.DefaultIngredientComponentStorageHandler (implements org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageHandler)
- org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler)
- org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider<T> (implements net.minecraftforge.common.capabilities.ICapabilityProvider)
- org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper (implements org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler)
- org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature (implements org.cyclops.commoncapabilities.api.capability.temperature.ITemperature)
- org.cyclops.commoncapabilities.api.capability.work.DefaultWorker (implements org.cyclops.commoncapabilities.api.capability.work.IWorker)
- org.cyclops.cyclopscore.block.multi.DetectionResult
- org.cyclops.cyclopscore.datastructure.DimPos (implements java.lang.Comparable<T>)
- org.cyclops.cyclopscore.helper.DirectionHelpers
- org.cyclops.cyclopscore.datastructure.DistinctIterator<T> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.client.model.DynamicBaseModel (implements net.minecraft.client.resources.model.BakedModel)
- org.cyclops.cyclopscore.helper.EnchantmentHelpers
- org.cyclops.cyclopscore.helper.EntityHelpers
- net.minecraft.client.renderer.entity.EntityRenderer<T>
- org.cyclops.cyclopscore.client.render.model.RenderModel<T,M>
- net.minecraftforge.eventbus.api.Event
- net.minecraftforge.eventbus.api.GenericEvent<T> (implements net.minecraftforge.eventbus.api.IGenericEvent<T>)
- net.minecraftforge.event.AttachCapabilitiesEvent<T>
- org.cyclops.cyclopscore.datastructure.EvictingStack<T>
- org.cyclops.cyclopscore.block.multi.ExactBlockCountValidator (implements org.cyclops.cyclopscore.block.multi.IBlockCountValidator)
- org.cyclops.cyclopscore.block.multi.ExactSizeValidator (implements org.cyclops.cyclopscore.block.multi.ISizeValidator)
- org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I> (implements java.lang.Comparable<T>)
- org.cyclops.commoncapabilities.api.capability.fluidhandler.FilteredFluidHandlerFluidStackIterator (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator<T,M> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator<T,M,I,C,L> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator<T,M,V> (implements java.util.Iterator<E>)
- org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator (implements java.util.Iterator<E>)
- org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidHandlerFluidStackIterator (implements java.util.Iterator<E>)
- net.minecraftforge.fluids.capability.templates.FluidHandlerItemStack (implements net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.fluids.capability.IFluidHandlerItem)
- org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly (implements net.minecraftforge.fluids.capability.IFluidHandler)
- org.cyclops.cyclopscore.fluid.FluidHandlerWrapper (implements net.minecraftforge.fluids.capability.IFluidHandler)
- org.cyclops.cyclopscore.helper.FluidHelpers
- org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
- org.cyclops.cyclopscore.infobook.condition.FluidSectionConditionHandler (implements org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler)
- net.minecraftforge.fluids.capability.templates.FluidTank (implements net.minecraftforge.fluids.capability.IFluidHandler, net.minecraftforge.fluids.IFluidTank)
- org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended
- org.cyclops.cyclopscore.helper.GuiHelpers
- org.cyclops.cyclopscore.client.gui.GuiMainMenuExtensionDevWorld
- org.cyclops.cyclopscore.helper.Helpers
- org.cyclops.cyclopscore.infobook.HyperLink
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator<T,M,I,L> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator<T,M,I,C,L> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,M,C,I,L> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.client.gui.image.Image (implements org.cyclops.cyclopscore.client.gui.image.IImage)
- org.cyclops.cyclopscore.client.gui.image.Images
- org.cyclops.cyclopscore.modcompat.IMCHandler
- org.cyclops.cyclopscore.tracking.ImportantUsers
- org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator (implements it.unimi.dsi.fastutil.ints.IntIterator)
- org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator (implements java.util.PrimitiveIterator.OfInt)
- org.cyclops.cyclopscore.infobook.InfoBook (implements org.cyclops.cyclopscore.infobook.IInfoBook)
- org.cyclops.cyclopscore.infobook.InfoBookParser
- org.cyclops.cyclopscore.infobook.InfoBookRegistry (implements org.cyclops.cyclopscore.infobook.IInfoBookRegistry)
- org.cyclops.cyclopscore.item.InformationProviderComponent
- org.cyclops.cyclopscore.infobook.InfoSection
- org.cyclops.cyclopscore.infobook.InfoSection.Location
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter<T,M> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter<T,M,C> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter<T,M,C> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified<T,M> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait<T,M,I,L>, org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap<T,M> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollapsedCollectionMutable<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified<T,M,C,L> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait<T,M,I,C,L>)
- org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff<T,M>
- org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffHelpers
- org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffManager<T,M>
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty<T,M> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionHelpers
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap.QuantityApplier<T,M> (implements com.google.common.base.Function<F,T>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper<T,M,W> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection<T,M>)
- org.cyclops.commoncapabilities.api.ingredient.IngredientComponent<T,M> (implements java.lang.Comparable<T>)
- org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherAdapter<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher<T,M>)
- org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
- org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType<T,M,C>
- org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>)
- org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>)
- org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted<T,M>)
- org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientInstanceUnwrapperFunction<T,M> (implements com.google.common.base.Function<F,T>)
- org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper<T,M> (implements java.lang.Comparable<T>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter<T,M,V> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable<T,M,V>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified<T,M,V> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait<T,M,I,L>, org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable<T,M,V>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified<T,M,V,C> (implements org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait<T,M,I,C,L>)
- org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter<T,M,V,C>
- org.cyclops.cyclopscore.ingredient.recipe.IngredientRecipeHelpers
- org.cyclops.cyclopscore.ingredient.collection.IngredientSet.ExactIterator<T> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- org.cyclops.cyclopscore.helper.InventoryHelpers
- org.cyclops.cyclopscore.inventory.InventoryIterator (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.modcompat.baubles.InventoryLocationBaubles (implements org.cyclops.cyclopscore.inventory.IInventoryLocation)
- org.cyclops.cyclopscore.modcompat.curios.InventoryLocationCurios (implements org.cyclops.cyclopscore.inventory.IInventoryLocation)
- org.cyclops.cyclopscore.inventory.InventoryLocationPlayer (implements org.cyclops.cyclopscore.inventory.IInventoryLocation)
- org.cyclops.cyclopscore.inventory.InventoryLocations
- org.cyclops.cyclopscore.inventory.InventorySlotMasked (implements net.minecraft.world.Container)
- net.minecraftforge.items.wrapper.InvWrapper (implements net.minecraftforge.items.IItemHandlerModifiable)
- net.minecraft.world.item.Item (implements net.minecraft.world.flag.FeatureElement, net.minecraftforge.common.extensions.IForgeItem, net.minecraft.world.level.ItemLike)
- net.minecraft.world.item.BlockItem
- net.minecraftforge.fluids.capability.ItemFluidContainer
- org.cyclops.cyclopscore.item.ItemGui
- org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState (implements org.cyclops.commoncapabilities.api.capability.inventorystate.IInventoryState, net.minecraftforge.items.IItemHandler)
- org.cyclops.commoncapabilities.api.capability.itemhandler.ItemHandlerItemStackIterator (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.item.ItemInformationProvider
- org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
- net.minecraft.client.renderer.block.model.ItemOverrides
- org.cyclops.cyclopscore.infobook.condition.ItemSectionConditionHandler (implements org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler)
- org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- org.cyclops.cyclopscore.helper.ItemStackHelpers
- org.cyclops.cyclopscore.client.key.KeyRegistry (implements org.cyclops.cyclopscore.client.key.IKeyRegistry)
- org.cyclops.cyclopscore.helper.L10NHelpers
- org.cyclops.cyclopscore.helper.LocationHelpers
- org.cyclops.cyclopscore.helper.LoggerHelper
- org.cyclops.cyclopscore.helper.LootHelpers
- net.minecraftforge.common.loot.LootModifier (implements net.minecraftforge.common.loot.IGlobalLootModifier)
- org.cyclops.cyclopscore.helper.MatrixHelpers
- org.cyclops.cyclopscore.block.multi.MaximumBlockCountValidator (implements org.cyclops.cyclopscore.block.multi.IBlockCountValidator)
- org.cyclops.cyclopscore.block.multi.MaximumSizeValidator (implements org.cyclops.cyclopscore.block.multi.ISizeValidator)
- net.minecraft.world.inventory.MenuType<T> (implements net.minecraft.world.flag.FeatureElement, net.minecraftforge.common.extensions.IForgeMenuType<T>)
- org.cyclops.cyclopscore.helper.MinecraftHelpers
- org.cyclops.cyclopscore.block.multi.MinimumBlockCountValidator (implements org.cyclops.cyclopscore.block.multi.IBlockCountValidator)
- org.cyclops.cyclopscore.block.multi.MinimumSizeValidator (implements org.cyclops.cyclopscore.block.multi.ISizeValidator)
- org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter (implements org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients)
- net.minecraft.world.effect.MobEffect (implements net.minecraftforge.common.extensions.IForgeMobEffect)
- org.cyclops.cyclopscore.init.ModBase<T>
- org.cyclops.cyclopscore.init.ModBase.EnumReferenceKey<T>
- org.cyclops.cyclopscore.modcompat.baubles.ModCompatBaubles (implements org.cyclops.cyclopscore.modcompat.IModCompat)
- org.cyclops.cyclopscore.modcompat.baubles.ModCompatBaublesInitializer (implements org.cyclops.cyclopscore.modcompat.ICompatInitializer)
- org.cyclops.cyclopscore.modcompat.curios.ModCompatCurios (implements org.cyclops.cyclopscore.modcompat.IModCompat)
- org.cyclops.cyclopscore.modcompat.curios.ModCompatCuriosInitializer (implements org.cyclops.cyclopscore.modcompat.ICompatInitializer)
- org.cyclops.cyclopscore.modcompat.ModCompatLoader
- org.cyclops.cyclopscore.helper.ModelHelpers
- org.cyclops.cyclopscore.infobook.condition.ModSectionConditionHandler (implements org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler)
- org.cyclops.cyclopscore.modcompat.capabilities.MultipleCapabilityProvider (implements net.minecraftforge.common.capabilities.ICapabilityProvider)
- org.cyclops.cyclopscore.datastructure.MultitransformIterator<T,F> (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.inventory.container.NamedContainerProviderItem (implements net.minecraft.world.MenuProvider)
- org.cyclops.cyclopscore.persist.nbt.NBTClassType<T>
- org.cyclops.cyclopscore.nbt.path.NbtPath
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- org.cyclops.cyclopscore.nbt.path.NbtPathExpressionList (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChildBrackets (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion (implements org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression (implements org.cyclops.cyclopscore.nbt.path.INbtPathExpression)
- org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter (implements org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation)
- org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLeafWildcard (implements org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation)
- org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLinkWildcard (implements org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation)
- org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationList (implements org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation)
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser
- org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser.StringParseResult
- org.cyclops.cyclopscore.persist.nbt.NBTProviderComponent (implements org.cyclops.cyclopscore.persist.nbt.INBTProvider)
- org.cyclops.cyclopscore.helper.obfuscation.ObfuscationData
- org.cyclops.cyclopscore.helper.obfuscation.ObfuscationHelpers
- org.cyclops.cyclopscore.network.PacketBase
- org.cyclops.cyclopscore.network.PacketHandler
- net.minecraft.client.particle.Particle
- net.minecraft.client.particle.SingleQuadParticle
- net.minecraft.client.particle.TextureSheetParticle
- org.cyclops.cyclopscore.client.particle.ParticleBlur.RenderType (implements net.minecraft.client.particle.ParticleRenderType)
- org.cyclops.cyclopscore.client.particle.ParticleBlurData (implements net.minecraft.core.particles.ParticleOptions)
- org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent (implements org.cyclops.cyclopscore.block.component.IEntityDropParticleFXBlock)
- org.cyclops.cyclopscore.client.particle.ParticleDropColoredData (implements net.minecraft.core.particles.ParticleOptions)
- org.cyclops.cyclopscore.inventory.PlayerExtendedInventoryIterator (implements java.util.Iterator<E>)
- org.cyclops.cyclopscore.event.PlayerRingOfFire
- org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient<T,M> (implements org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient<T,M>)
- org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives<T,M>)
- org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer<A>)
- org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList<T,M> (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives<T,M>)
- org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer<A>)
- org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition)
- org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType<C,R> (implements org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler)
- org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper<C,R,J>
- org.cyclops.cyclopscore.recipe.type.RecipeSerializerCraftingShapedCustomOutput (implements net.minecraft.world.item.crafting.RecipeSerializer<T>)
- org.cyclops.cyclopscore.recipe.type.RecipeSerializerCraftingShapelessCustomOutput (implements net.minecraft.world.item.crafting.RecipeSerializer<T>)
- org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- java.lang.Record
- org.cyclops.cyclopscore.Reference
- org.cyclops.cyclopscore.RegistryEntries
- org.cyclops.cyclopscore.metadata.RegistryExportableFluidTranslationKeys (implements org.cyclops.cyclopscore.metadata.IRegistryExportable)
- org.cyclops.cyclopscore.metadata.RegistryExportableItemTranslationKeys (implements org.cyclops.cyclopscore.metadata.IRegistryExportable)
- org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract<T,R,C> (implements org.cyclops.cyclopscore.metadata.IRegistryExportable)
- org.cyclops.cyclopscore.metadata.RegistryExportableRegistry (implements org.cyclops.cyclopscore.metadata.IRegistryExportableRegistry)
- org.cyclops.cyclopscore.metadata.RegistryExportables
- org.cyclops.cyclopscore.inventory.RegistryInventoryLocation (implements org.cyclops.cyclopscore.inventory.IRegistryInventoryLocation)
- org.cyclops.cyclopscore.init.RegistryManager
- org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel<T,M> (implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<T>)
- org.cyclops.cyclopscore.helper.RenderHelpers
- org.cyclops.cyclopscore.infobook.pageelement.RewardItem (implements org.cyclops.cyclopscore.infobook.pageelement.IReward)
- net.minecraft.world.level.saveddata.SavedData
- org.cyclops.cyclopscore.client.gui.ScreenFactorySafe<T,U1,U2> (implements net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor<T,U>)
- org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- net.minecraft.world.item.crafting.ShapedRecipe (implements net.minecraft.world.item.crafting.CraftingRecipe, net.minecraftforge.common.crafting.IShapedRecipe<T>)
- net.minecraft.world.item.crafting.ShapelessRecipe (implements net.minecraft.world.item.crafting.CraftingRecipe)
- org.cyclops.cyclopscore.modcompat.capabilities.SimpleCapabilityConstructor<C,H> (implements org.cyclops.cyclopscore.modcompat.capabilities.ICapabilityConstructor<C,T,H>)
- net.minecraft.advancements.critereon.SimpleCriterionTrigger<T> (implements net.minecraft.advancements.CriterionTrigger<T>)
- org.cyclops.cyclopscore.inventory.SimpleInventory (implements org.cyclops.cyclopscore.inventory.INBTInventory, net.minecraft.world.WorldlyContainer)
- org.cyclops.cyclopscore.inventory.SimpleInventoryState (implements org.cyclops.commoncapabilities.api.capability.inventorystate.IInventoryState)
- org.cyclops.cyclopscore.datastructure.SingleCache<K,V>
- org.cyclops.cyclopscore.block.multi.SizeValidators
- net.minecraft.world.inventory.Slot
- org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper (implements org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler)
- org.cyclops.cyclopscore.helper.StringHelpers
- org.cyclops.cyclopscore.inventory.container.SyncedGuiVariable<T> (implements java.util.function.Supplier<T>)
- org.cyclops.cyclopscore.infobook.condition.TagSectionConditionHandler<T> (implements org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler)
- java.lang.Throwable (implements java.io.Serializable)
- net.minecraft.world.inventory.TransientCraftingContainer (implements net.minecraft.world.inventory.CraftingContainer)
- org.cyclops.cyclopscore.helper.ValueNotifierHelpers
- org.cyclops.cyclopscore.tracking.Versions
- org.cyclops.cyclopscore.item.WeightedItemStack
- org.cyclops.cyclopscore.helper.WorldHelpers
- org.cyclops.cyclopscore.helper.WorldHelpersClient
- org.cyclops.cyclopscore.helper.WorldHelpersServer
- org.cyclops.cyclopscore.persist.world.WorldStorage (implements org.cyclops.cyclopscore.persist.nbt.INBTProvider)
- org.cyclops.cyclopscore.datastructure.Wrapper<T>
Interface Hierarchy
- net.minecraft.world.Clearable
- net.minecraft.world.Container
- java.lang.Comparable<T>
- java.util.Comparator<T>
- net.minecraft.advancements.CriterionTriggerInstance
- org.cyclops.cyclopscore.block.multi.CubeDetector.BlockPosAction
- org.cyclops.cyclopscore.block.multi.CubeDetector.IDetectionListener
- org.cyclops.cyclopscore.block.multi.CubeDetector.IValidationAction
- org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider.ISidedCapabilityConstructor<T>
- org.cyclops.commoncapabilities.api.capability.block.IBlockCapabilityConstructor
- org.cyclops.commoncapabilities.api.capability.block.IBlockCapabilityProvider
- org.cyclops.cyclopscore.block.multi.IBlockCountValidator
- org.cyclops.cyclopscore.blockentity.IBlockEntityDelayedTickable
- org.cyclops.cyclopscore.block.IBlockGui
- org.cyclops.cyclopscore.block.IBlockGui.IBlockContainerProvider
- org.cyclops.cyclopscore.block.IBlockRarityProvider
- org.cyclops.cyclopscore.modcompat.capabilities.ICapabilityTypeGetter<C>
- org.cyclops.cyclopscore.proxy.ICommonProxy
- org.cyclops.cyclopscore.modcompat.ICompatInitializer
- org.cyclops.cyclopscore.config.IConfigInitializer
- org.cyclops.cyclopscore.inventory.container.button.IContainerButtonAction<C>
- org.cyclops.cyclopscore.inventory.container.button.IContainerButtonClickAcceptorServer<C>
- org.cyclops.cyclopscore.persist.IDirtyMarkListener
- org.cyclops.cyclopscore.client.model.IDynamicModelElement
- org.cyclops.cyclopscore.block.component.IEntityDropParticleFXBlock
- org.cyclops.cyclopscore.modcompat.IExternalCompat
- net.minecraftforge.fluids.capability.IFluidHandler
- org.cyclops.cyclopscore.client.gui.image.IImage
- org.cyclops.cyclopscore.infobook.IInfoBook
- org.cyclops.cyclopscore.item.IInformationProvider
- org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher<T,M>
- org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageHandler
- org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler<T,M,S>
- org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer<T,M>
- org.cyclops.cyclopscore.client.gui.component.input.IInputListener
- org.cyclops.cyclopscore.inventory.IInventoryLocation
- org.cyclops.commoncapabilities.api.capability.inventorystate.IInventoryState
- org.cyclops.cyclopscore.client.key.IKeyHandler
- org.cyclops.cyclopscore.modcompat.IMCHandler.IIMCAction
- org.cyclops.cyclopscore.config.extendedconfig.IModelProviderConfig
- org.cyclops.cyclopscore.tracking.IModVersion
- org.cyclops.cyclopscore.nbt.path.INbtPathExpression
- org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
- org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation
- org.cyclops.cyclopscore.persist.nbt.INBTProvider
- org.cyclops.cyclopscore.persist.nbt.INBTSerializable
- org.cyclops.cyclopscore.inventory.INBTInventory (also extends net.minecraft.world.Container)
- org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference
- org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixFactory
- org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixItemFactory<C,R>
- org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixListFactory
- org.cyclops.cyclopscore.infobook.InfoBookParser.IInfoSectionFactory
- org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException.IThrower<R>
- org.cyclops.cyclopscore.ingredient.collection.IngredientCollections.IIngredientCollectionConstructor<C>
- org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.IIngredientStorageConstructor<C>
- org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives<T,M>
- org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer<A>
- org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
- org.cyclops.cyclopscore.init.IRegistry
- org.cyclops.cyclopscore.metadata.IRegistryExportable
- org.cyclops.cyclopscore.infobook.pageelement.IReward
- org.cyclops.cyclopscore.infobook.pageelement.IRewardFactory
- org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler
- org.cyclops.cyclopscore.block.multi.ISizeValidator
- org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
- org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- java.lang.Iterable<T>
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike<T,M,I>
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection<T,M>
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait<T,M,I,L>
- org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait<T,M,I,C,L>
- org.cyclops.cyclopscore.ingredient.collection.IIngredientMap<T,M,V>
- org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>
- org.cyclops.cyclopscore.inventory.IValueNotifiable
- org.cyclops.cyclopscore.inventory.IValueNotifier
- org.cyclops.commoncapabilities.api.capability.work.IWorker
- org.cyclops.cyclopscore.inventory.container.NamedContainerProviderItem.IContainerSupplier
- org.cyclops.cyclopscore.network.PacketCodec.ICodecAction
- org.cyclops.cyclopscore.network.PacketCodec.ICodecRunnable
- org.cyclops.cyclopscore.recipe.type.RecipeSerializerCraftingShapedCustomOutput.IOutputTransformer
- org.cyclops.cyclopscore.recipe.type.RecipeSerializerCraftingShapelessCustomOutput.IOutputTransformer
- org.cyclops.cyclopscore.helper.RenderHelpers.IFluidContextRender
- org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer.IItemPredicate<E>
- org.cyclops.cyclopscore.datastructure.SingleCache.ICacheUpdater<K,V>
- org.cyclops.cyclopscore.client.gui.component.WidgetScrollBar.IScrollCallback
- org.cyclops.cyclopscore.helper.WorldHelpers.WorldFoldingFunction<F,T,W>
Annotation Interface Hierarchy