Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAttacher(IIngredientComponentCapabilityAttacher<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
-
Register the given capability attacher.
- addRecipeIfNew(IPrototypedIngredient<ItemStack, Integer>, IPrototypedIngredient<ItemStack, Integer>, ItemStack, List<ItemStack>) - Static method in class net.minecraft.potion.PotionHelperCommonCapabilities
- afterCapabilitiesLoaded(InterModEnqueueEvent) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- AMOUNT - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Match FluidStacks amounts.
- ANY - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Convenience value matching any FluidStack.
- ANY - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Convenience value matching any ItemStack.
- areFluidStacksEqual(FluidStack, FluidStack, int) - Static method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
- areItemStackDataComponentsEqual(ItemStack, ItemStack) - Static method in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
- areItemStacksEqual(ItemStack, ItemStack, int) - Static method in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
- AttachCapabilitiesEventIngredientComponent<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient.capability -
Event for when an
IngredientComponentis being constructed that is emitted on the mod event bus. - AttachCapabilitiesEventIngredientComponent(IngredientComponent<T, M>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
B
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.IngredientComponentStorageHandler
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.InventoryState
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.RecipeHandler
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.SlotlessItemHandler
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Temperature
- BLOCK - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Worker
C
- CACHED_RECIPES - Static variable in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- CACHED_RECIPES - Static variable in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- canHandleCapabilityType(BaseCapability<?, ?>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- canWork() - Method in class org.cyclops.commoncapabilities.api.capability.work.DefaultWorker
- canWork() - Method in interface org.cyclops.commoncapabilities.api.capability.work.IWorker
- canWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaAbstractFurnaceWorker
- canWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaBrewingStandWorker
- canWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaCampfireWorker
- Capabilities - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities
- Capabilities.IngredientComponentStorageHandler - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.InventoryState - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.RecipeHandler - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.SlotlessItemHandler - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.Temperature - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.Worker - Class in org.cyclops.commoncapabilities.api.capability
- ClientProxy - Class in org.cyclops.commoncapabilities.proxy
-
Proxy for the client side.
- ClientProxy() - Constructor for class org.cyclops.commoncapabilities.proxy.ClientProxy
- clog(String) - Static method in class org.cyclops.commoncapabilities.CommonCapabilities
-
Log a new info message for this mod.
- clog(Level, String) - Static method in class org.cyclops.commoncapabilities.CommonCapabilities
-
Log a new message of the given level for this mod.
- CommonCapabilities - Class in org.cyclops.commoncapabilities
-
The main mod class of this mod.
- CommonCapabilities(IEventBus) - Constructor for class org.cyclops.commoncapabilities.CommonCapabilities
- CommonProxy - Class in org.cyclops.commoncapabilities.proxy
-
Proxy for server and client side.
- CommonProxy() - Constructor for class org.cyclops.commoncapabilities.proxy.CommonProxy
- compare(Long, Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- compare(DataComponentMap, DataComponentMap) - Method in class org.cyclops.commoncapabilities.ingredient.DataComparator
- compare(DataComponentMap, DataComponentMap, Set<ResourceLocation>) - Method in class org.cyclops.commoncapabilities.ingredient.DataComparator
- compare(ItemStack, ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- compare(FluidStack, FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- compareCollection(Collection<? super T>, Collection<? super T>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
-
Compare two collections with comparable elements.
- compareCollection(Collection<? super T>, Collection<? super T>, Comparator<T>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
-
Compare two collections with a custom comparator.
- compareData(DataComponentMap, DataComponentMap) - Static method in class org.cyclops.commoncapabilities.ingredient.IngredientHelpers
-
Compare the given NBT tags with each other for order.
- compareTo(IRecipeDefinition) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- compareTo(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- compareTo(IngredientComponent<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- compareTo(IngredientInstanceWrapper<T, M>) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- compareTo(IPrototypedIngredient<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- ComponentStorageWrapper(IngredientComponent<Long, Boolean>, EnergyHandler) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- ComponentStorageWrapper(IngredientComponent<ItemStack, Integer>, ISlotlessItemHandler) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- ComponentStorageWrapper(IngredientComponent<T, M>, ResourceHandler<R>, IResourceConverter<R, T>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- ComponentStorageWrapperCombined(IngredientComponent<ItemStack, Integer>, ResourceHandler<ItemResource>, IResourceConverter<ItemResource, ItemStack>, ISlotlessItemHandler) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- CompositeList<E> - Class in org.cyclops.commoncapabilities.core
-
A simple composite list implementation.
- CompositeList(List<List<E>>) - Constructor for class org.cyclops.commoncapabilities.core.CompositeList
- conditionCompare(Boolean, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- conditionCompare(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- conditionCompare(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- conditionCompare(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Compare two conditions with each other.
- constructClientProxy() - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- constructCommonProxy() - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- containsAll(IMixedIngredients) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Check if at least all ingredients from the supplied mixed ingredients are contained in this mixed ingredients.
- copy(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- copy(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- copy(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- copy(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Create a deep copy of the given instance.
- create(ResourceLocation, Class<T>, Class<C>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- createCapabilityProvider(IngredientComponent<T, M>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher
-
Create a capability provider for the given ingredient component instance.
- createInitializer() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.VanillaModCompat
- createInitializer() - Method in class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchModCompat
- createNewRecipeInput(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- createVoid(ResourceLocation, Class<T>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
D
- DATA - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Match FluidStacks data components.
- DATA - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Match ItemStack data components.
- DATA_COMPARATOR - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
A comparator for data components.
- DataComparator - Class in org.cyclops.commoncapabilities.ingredient
-
A comparator implementation for Data Components.
- DataComparator(Set<ResourceLocation>) - Constructor for class org.cyclops.commoncapabilities.ingredient.DataComparator
- debugLogUnequalItemDataComponents - Static variable in class org.cyclops.commoncapabilities.GeneralConfig
- DefaultIngredientComponentStorageHandler - Class in org.cyclops.commoncapabilities.api.ingredient.storage
-
Default implementation of
IIngredientComponentStorageHandler. - DefaultIngredientComponentStorageHandler() - Constructor for class org.cyclops.commoncapabilities.api.ingredient.storage.DefaultIngredientComponentStorageHandler
- DefaultRecipeHandler - Class in org.cyclops.commoncapabilities.api.capability.recipehandler
-
A default recipe handler that contains a dirt to diamonds recipe.
- DefaultRecipeHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- DefaultSlotlessItemHandlerWrapper - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
An naive
ISlotlessItemHandlerwrapper around anResourceHandlerfor items. - DefaultSlotlessItemHandlerWrapper(ResourceHandler<ItemResource>) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- DefaultTemperature - Class in org.cyclops.commoncapabilities.api.capability.temperature
-
A default temperature implementation that has a fixed temperature that can't be changed.
- DefaultTemperature() - Constructor for class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- DefaultTemperature(double) - Constructor for class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- DefaultWorker - Class in org.cyclops.commoncapabilities.api.capability.work
-
Default implementation of an
IWorker - DefaultWorker() - Constructor for class org.cyclops.commoncapabilities.api.capability.work.DefaultWorker
- deserialize(ValueInput) - Static method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
Deserialize a recipe from NBT
- deserialize(ValueInput) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Deserialize ingredients from NBT
- deserialize(ValueInput) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
-
Deserialize an ingredient from NBT
- deserialize(ValueInput, IngredientComponent<T, M>) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer
- deserialize(ValueInput, IngredientComponent<T, M>) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- deserialize(ValueInput, IngredientComponent<T, M>) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer
- deserializeCondition(Tag) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Deserialize a match condition from NBT.
- deserializeCondition(Tag) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerEnergy
- deserializeCondition(Tag) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerFluidStack
- deserializeCondition(Tag) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerItemStack
- deserializeInstance(ValueInput) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Deserialize an instance from NBT.
- deserializeInstance(ValueInput) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerEnergy
- deserializeInstance(ValueInput) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerFluidStack
- deserializeInstance(ValueInput) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerItemStack
- DUMMY_CONTAINTER - Static variable in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
E
- ENERGY - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- ENERGY - Static variable in class org.cyclops.commoncapabilities.IngredientComponents
- EnergyStorageWrapper(IIngredientComponentStorage<Long, Boolean>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.IngredientComponentStorageHandler
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.InventoryState
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.RecipeHandler
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.SlotlessItemHandler
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Temperature
- ENTITY - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Worker
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- equals(Object) - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- EXACT - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Convenience value matching FluidStacks exactly by fluid, data component and amount.
- EXACT - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Convenience value matching ItemStacks exactly by item, data component and stacksize.
- extract(int, long, boolean) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Extract the at most the given quantity from the ingredient from the given slot in the storage.
- extract(int, long, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Extract the at most the given quantity from the ingredient from the given slot in the storage.
- extract(int, long, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- extract(int, long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- extract(int, FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- extract(int, FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- extract(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- extract(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- extract(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- extract(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper
- extract(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- extract(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- extract(int, R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- extract(int, R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- extract(long, boolean) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Extract any ingredient, but the given maximum amount from the storage.
- extract(long, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Extract any ingredient, but the given maximum amount from the storage.
- extract(long, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- extract(long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- extract(long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- extract(long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- extract(long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- extract(Long, Boolean, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- extract(ItemStack, Integer, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- extract(ItemStack, Integer, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- extract(FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- extract(FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- extract(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- extract(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- extract(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- extract(R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- extract(T, M, boolean) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Extract an ingredient matching the given prototype from the storage.
- extract(T, M, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Extract an ingredient matching the given prototype from the storage.
- extract(T, M, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- extract(T, M, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- extractItem(int, boolean) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Extracts an ItemStack from the item handler.
- extractItem(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- extractItem(int, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Extracts an ItemStack from the item handler.
- extractItem(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- extractItem(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- extractItem(ItemStack, int, boolean) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Extract an ItemStack matching the given stack from the item handler.
- extractItem(ItemStack, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- extractItem(ItemStack, int, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Extract an ItemStack matching the given stack from the item handler.
- extractItem(ItemStack, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- extractItem(ItemStack, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
F
- FilteredItemHandlerItemStackIterator - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
A filtered iterator over all slots in an item handler.
- FilteredItemHandlerItemStackIterator(ResourceHandler<ItemResource>, ItemStack, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- finalizeExtractionForAmount(T, Pair<Wrapper<Integer>, List<Integer>>, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- findItems(ItemStack, int) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- findItems(ItemStack, int) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Find all ItemStacks matching the given stack from the item handler.
- findItems(ItemStack, int) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- findItems(ItemStack, int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- findNext() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- findRecipe(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- FLUID - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Match FluidStack fluids.
- FluidMatch - Class in org.cyclops.commoncapabilities.api.capability.fluidhandler
-
Fluid matching flags.
- FluidMatch() - Constructor for class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
- FLUIDSTACK - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- FLUIDSTACK - Static variable in class org.cyclops.commoncapabilities.IngredientComponents
- FLUIDSTACK_CONVERTER - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- forBlock(ILevelExtension, BlockPos, BlockState, BlockEntity) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- forBlockEntity(BlockEntity) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- forEntity(Entity) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- forItem(ItemStack) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- fromRecipeInput(IRecipeDefinition) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
-
Create ingredients from the given recipe's input.
- fromResource(FluidResource, int) - Method in class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterFluid
- fromResource(ItemResource, int) - Method in class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterItem
- fromResource(R, int) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IResourceConverter
G
- GameTestsVanillaCapabilitiesEntityItem - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesEntityItem() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- GameTestsVanillaCapabilitiesEntityItemFrame - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesEntityItemFrame() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItemFrame
- GameTestsVanillaCapabilitiesItemItemHandler - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesItemItemHandler() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- GameTestsVanillaCapabilitiesRecipeHandler - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesRecipeHandler() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- GameTestsVanillaCapabilitiesTemperature - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesTemperature() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- GameTestsVanillaCapabilitiesWorker - Class in org.cyclops.commoncapabilities.gametest
- GameTestsVanillaCapabilitiesWorker() - Constructor for class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- gatherCapabilities(RegisterCapabilitiesEvent) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- GeneralConfig - Class in org.cyclops.commoncapabilities
-
A config with general options for this mod.
- GeneralConfig() - Constructor for class org.cyclops.commoncapabilities.GeneralConfig
- get(int) - Method in class org.cyclops.commoncapabilities.core.CompositeList
- getAll() - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- getAlternatives() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives
- getAlternatives() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getAlternatives() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- getAmount() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- getAmountAsLong() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper
- getAmountAsLong() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- getAmountAsLong() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- getAmountAsLong(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- getAnyMatchCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getAnyMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getAnyMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getAnyMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getBlockStorage(Level, BlockPos, BlockState, BlockEntity, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getCapability() - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher
- getCapability() - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherAdapter
- getCapability() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- getCapability() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- getCapability(ItemStack) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- getCapability(ItemStack) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- getCapability(BaseCapability<T, C>, C) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- getCapability(IngredientComponentCapability<TC, Void>) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Get the given capability.
- getCapability(IngredientComponent<?, ?>, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- getCapabilityType() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- getCapacityAsLong() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper
- getCapacityAsLong() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- getCapacityAsLong() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- getCapacityAsLong(int, FluidResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- getCapacityAsLong(int, FluidResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- getCapacityAsLong(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- getCapacityAsLong(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- getCapacityAsLong(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- getCapacityAsLong(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- getCapacityAsLong(int, R) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- getCapacityAsLong(int, R) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- getCategoryType() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getCategoryTypes() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getClassifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getComment() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.VanillaModCompat
- getComment() - Method in class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchModCompat
- getComponent() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- getComponent() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
- getComponent() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- getComponent() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
- getComponent() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
- getComponent() - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- getComponent() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
- getComponents() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
- getComponents() - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
- getComponents() - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.DefaultIngredientComponentStorageHandler
- getComponents() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageHandler
- getComponentStorage(ICapabilityGetter<C>, C) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Get the ingredient storage within the given capability provider.
- getComponentStorage(ICapabilityGetter<C>, C) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack
- getCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
- getCondition() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- getDefaultTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getDefaultTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
-
A default temperature is active in the target's default state, for example if a machine has just been created and has its default temperature.
- getDefaultTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaAbstractFurnaceTemperature
- getDefaultTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaCampfireTemperature
- getDefaultTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- getDisplayName(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getDisplayName(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getDisplayName(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getDisplayName(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return the display name of the given instance.
- getEmptyInstance() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getEmptySlots() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getEntity() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- getEntity() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- getEntityStorage(Entity, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getExactMatchCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getExactMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getExactMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getExactMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getExactMatchNoQuantityCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getExactMatchNoQuantityCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getExactMatchNoQuantityCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getExactMatchNoQuantityCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getField(Class<? super T>, String) - Static method in class org.cyclops.commoncapabilities.core.Helpers
- getFieldValue(Object, Field) - Static method in class org.cyclops.commoncapabilities.core.Helpers
- getFirstNonEmpty(IngredientComponent<T, ?>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Get the first non-empty instance of the given type.
- getFluidStack() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- getGameTestClasses() - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- getId() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer
- getId() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- getId() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer
- getId() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.VanillaModCompat
- getId() - Method in class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchModCompat
- getIngredientComponent() - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- getIngredientComponentForStorageCapability(BaseCapability<?, ?>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Get the ingredient component that was attached to the given storage capability.
- getInputComponents() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
- getInputComponents() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- getInputs(IngredientComponent<T, M>) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
Get the input prototypes of a certain type.
- getInputs(IngredientComponent<T, M>) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- getInstance() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- getInstance() - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- getInstances(IngredientComponent<T, ?>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Get the instances of a certain type.
- getInstances(IngredientComponent<T, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
- getItemHandler() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- getItemList() - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- getItemList() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- getItemList() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- getItems() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- getItems() - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
- getItems() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getItems() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- getItemStack() - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- getItemStack() - Method in interface org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator
- getItemStack() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- getItemStack() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- getItemStorage(ItemStack, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getKeys() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getLimit() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- getLimit() - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Retrieves the total item stack count allowed to exist in this handler.
- getLimit() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getLimit() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- getMatchCondition() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getMatchCondition() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getMatcher() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getMaximumQuantity() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getMaximumQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getMaximumQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getMaximumQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getMaximumTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getMaximumTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- getMaximumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaAbstractFurnaceTemperature
- getMaximumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaCampfireTemperature
- getMaximumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- getMaxQuantity() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
- getMaxQuantity() - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- getMaxQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- getMaxQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- getMaxQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- getMaxQuantity() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- getMaxQuantity(int) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Get the maximum allowed quantity in the given slot.
- getMaxQuantity(int) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- getMaxQuantity(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- getMethod(Class<? super E>, String, Class<?>...) - Static method in class org.cyclops.commoncapabilities.core.Helpers
- getMinimumTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getMinimumTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- getMinimumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaAbstractFurnaceTemperature
- getMinimumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaCampfireTemperature
- getMinimumTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- getMod() - Method in class org.cyclops.commoncapabilities.proxy.ClientProxy
- getMod() - Method in class org.cyclops.commoncapabilities.proxy.CommonProxy
- getName() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getName() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getNonEmptyInstance() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getNonEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getNonEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getNonEmptyInstance() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getNonEmptySlots() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getNonEmptySlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
-
Get the slots in which the given ItemStack is present according to the given match flags.
- getNonFullSlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
-
Get the slots in which the given ItemStack is present according to the given match flags.
- getOutput() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
- getOutput() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- getPotion(ItemStack) - Static method in class net.minecraft.potion.PotionHelperCommonCapabilities
- getPrimaryQuantifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getPrototype() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
- getPrototype() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- getPrototypesFromDisplay(SlotDisplay) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
-
A heuristical method for converting a display slot to a list of prototyped ingredients.
- getPrototypesFromDisplay(SlotDisplay, int) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
-
A heuristical method for converting a display slot to a list of prototyped ingredients.
- getPrototypesFromIngredient(Ingredient, SlotDisplay) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
-
A heuristical method for converting an ingredient to a list of prototyped ingredients.
- getPrototypesFromIngredient(Ingredient, SlotDisplay, int) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
-
A heuristical method for converting an ingredient to a list of prototyped ingredients.
- getPrototypesFromIngredient(SizedIngredient) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- getQuantity() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getQuantity(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getQuantity(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getQuantity(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getQuantity(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Get the quantity in the given instance.
- getQuantityMatchCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getQuantityMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- getQuantityMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- getQuantityMatchCondition() - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- getRecipeCacheKey() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- getRecipeInputComponents() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- getRecipeInputComponents() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
- getRecipeInputComponents() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- getRecipeInputComponents() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- getRecipeInputComponents() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- getRecipeOutputComponents() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- getRecipeOutputComponents() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
- getRecipeOutputComponents() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- getRecipeOutputComponents() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- getRecipeOutputComponents() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- getRecipes() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- getRecipes() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
- getRecipes() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- getRecipes() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- getRecipes() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- getRecipesRaw() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- getResource() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- getResource(int) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- getResource(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- getResource(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- getResource(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- getResource(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- getResource(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- getResource(int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- getSerializer() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives
- getSerializer() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getSerializer() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- getSerializer() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getSlotContents(int) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Get the ingredient that is contained in the given slot.
- getSlotContents(int) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- getSlotContents(int) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- getSlots() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
- getSlots() - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- getSlots() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- getSlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
-
Get an iterator over all slots in which the given ItemStack is present according to the given match flags.
- getState() - Method in interface org.cyclops.commoncapabilities.api.capability.inventorystate.IInventoryState
-
Get a state value which represents the current state of an inventory.
- getStorage(Class<O>, ICapabilityGetter<C>, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Get the ingredient storage within the given capability provider.
- getStorage(ICapabilityGetter<C>, C) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Get the storage within the given capability provider.
- getStorage(ICapabilityGetter<C>, C) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler
- getStorage(ICapabilityGetter<C>, C) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless
- getStorage(ICapabilityGetter<C>, C) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
- getStorage(IngredientComponent<T, M>) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.DefaultIngredientComponentStorageHandler
- getStorage(IngredientComponent<T, M>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageHandler
-
Get the storage for the given ingredient component,
- getStorageWrapperHandler(BaseCapability<S, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Get the storage wrapper handler for this component.
- getStorageWrapperHandlerCapabilities() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getTargetName() - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher
- getTargetName() - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherAdapter
- getTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- getTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaAbstractFurnaceTemperature
- getTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaCampfireTemperature
- getTemperature() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- getTranslationKey() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getVanillaRecipes() - Static method in class net.minecraft.potion.PotionHelperCommonCapabilities
H
- hasCondition(Boolean, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- hasCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- hasCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- hasCondition(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Check if the given match condition contains at least the given condition.
- hasDefaultCreativeModeTab() - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- hash(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- hash(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- hash(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- hash(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Hash the given instance.
- hashCode() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- hashCode() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- hashCode() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- hashCode() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- hashCode() - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- hashCode() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.resourcehandler.ResourceHandlerIngredientIterator
- hasWork() - Method in class org.cyclops.commoncapabilities.api.capability.work.DefaultWorker
- hasWork() - Method in interface org.cyclops.commoncapabilities.api.capability.work.IWorker
- hasWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaAbstractFurnaceWorker
- hasWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaBrewingStandWorker
- hasWork() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaCampfireWorker
- Helpers - Class in org.cyclops.commoncapabilities.core
-
Helper methods.
- Helpers() - Constructor for class org.cyclops.commoncapabilities.core.Helpers
I
- ICapabilityGetter<C> - Interface in org.cyclops.commoncapabilities.api.ingredient.capability
-
Abstraction over Items, Entities, and Levels.
- identitySetsEqual(Set<?>, Set<?>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- ignoreDataComponentsForEqualityFilters - Static variable in class org.cyclops.commoncapabilities.GeneralConfig
- IIngredientComponentCapabilityAttacher<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient.capability -
Instances of this interfaces can be used to attach a
ICapabilityProviderto instances ofIngredientComponentthat are selected by name. - IIngredientComponentStorage<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient.storage -
A minimal storage for a type of ingredient component.
- IIngredientComponentStorageHandler - Interface in org.cyclops.commoncapabilities.api.ingredient.storage
-
A capability that can hold ingredient component storages.
- IIngredientComponentStorageSlotted<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient.storage -
A minimal slot-based storage for a type of ingredient component.
- IIngredientComponentStorageWrapperHandler<T,
M, - Interface in org.cyclops.commoncapabilities.api.ingredient.storageS, C> -
A handler for wrapping external storage interfaces into
IIngredientComponentStorageand the other way (IIngredientComponentStorageinto external storage interfaces). - IIngredientMatcher<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient -
An instance matcher for certain instance and condition types.
- IIngredientSerializer<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient -
An serializer for instances and condition parameters of a certain component type.
- IInventoryState - Interface in org.cyclops.commoncapabilities.api.capability.inventorystate
-
Represents the current state of an inventory.
- IMixedIngredients - Interface in org.cyclops.commoncapabilities.api.ingredient
-
A collection of ingredient instances of different types.
- IngredientComponent<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient -
A IngredientComponent is a type of component that can be used as ingredients inside recipes.
- IngredientComponent(String, IIngredientMatcher<T, M>, IIngredientSerializer<T, M>, List<IngredientComponentCategoryType<T, M, ?>>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- IngredientComponent(ResourceLocation, IIngredientMatcher<T, M>, IIngredientSerializer<T, M>, List<IngredientComponentCategoryType<T, M, ?>>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- IngredientComponentCapability<T,
C> - Class in org.cyclops.commoncapabilities.api.ingredient.capability - IngredientComponentCapabilityAttacherAdapter<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient.capability -
A base implementation of
IIngredientComponentCapabilityAttacher. - IngredientComponentCapabilityAttacherAdapter(ResourceLocation, IngredientComponentCapability<?, ?>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherAdapter
- IngredientComponentCapabilityAttacherManager - Class in org.cyclops.commoncapabilities.api.ingredient.capability
-
A helper manager that can be used to easily attach capabilities to ingredient components.
- IngredientComponentCapabilityAttacherManager() - Constructor for class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
- IngredientComponentCategoryType<T,
M, - Class in org.cyclops.commoncapabilities.api.ingredientC> -
A categorizer for an instance type.
- IngredientComponentCategoryType(ResourceLocation, Class<C>, boolean, Function<T, C>, M, boolean) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- IngredientComponents - Class in org.cyclops.commoncapabilities
-
The ingredient components that will be registered by this mod.
- IngredientComponents() - Constructor for class org.cyclops.commoncapabilities.IngredientComponents
- IngredientComponentStorageEmpty<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient.storage -
A dummy ingredient component storage that is empty.
- IngredientComponentStorageEmpty(IngredientComponent<T, M>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- IngredientComponentStorageHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.IngredientComponentStorageHandler
- IngredientComponentStorageSlottedEmpty<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient.storage -
A dummy slotted ingredient component storage that is empty.
- IngredientComponentStorageSlottedEmpty(IngredientComponent<T, M>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- IngredientComponentStorageWrapperHandlerEnergyHandler<C> - Class in org.cyclops.commoncapabilities.ingredient.storage
-
Energy storage wrapper handler for
EnergyHandler. - IngredientComponentStorageWrapperHandlerEnergyHandler(IngredientComponent<Long, Boolean>, BaseCapability<EnergyHandler, C>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler
- IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper - Class in org.cyclops.commoncapabilities.ingredient.storage
- IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper - Class in org.cyclops.commoncapabilities.ingredient.storage
- IngredientComponentStorageWrapperHandlerItemStack<C> - Class in org.cyclops.commoncapabilities.ingredient.storage
-
Item storage wrapper handler for
ResourceHandler. - IngredientComponentStorageWrapperHandlerItemStack(IngredientComponent<ItemStack, Integer>, BaseCapability<ResourceHandler<ItemResource>, C>, BaseCapability<ISlotlessItemHandler, C>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack
- IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined - Class in org.cyclops.commoncapabilities.ingredient.storage
- IngredientComponentStorageWrapperHandlerItemStackSlotless<C> - Class in org.cyclops.commoncapabilities.ingredient.storage
-
Item storage wrapper handler for
ISlotlessItemHandler. - IngredientComponentStorageWrapperHandlerItemStackSlotless(IngredientComponent<ItemStack, Integer>, BaseCapability<ISlotlessItemHandler, C>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless
- IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper - Class in org.cyclops.commoncapabilities.ingredient.storage
- IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper - Class in org.cyclops.commoncapabilities.ingredient.storage
- IngredientComponentStorageWrapperHandlerResourceHandler<C,
R, - Class in org.cyclops.commoncapabilities.ingredient.storageT, M> -
Generic storage wrapper handler for
ResourceHandler. - IngredientComponentStorageWrapperHandlerResourceHandler(IngredientComponent<T, M>, BaseCapability<? extends ResourceHandler<R>, C>, IResourceConverter<R, T>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
- IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper<R,
T, - Class in org.cyclops.commoncapabilities.ingredient.storageM> - IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper<R,
T, - Class in org.cyclops.commoncapabilities.ingredient.storageM> - IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted<R,
T, - Class in org.cyclops.commoncapabilities.ingredient.storageM> - IngredientHelpers - Class in org.cyclops.commoncapabilities.ingredient
-
Helper methods for ingredients.
- IngredientHelpers() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientHelpers
- IngredientInstanceWrapper<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient -
A wrapper around an ingredient component instance that properly implements the
IngredientInstanceWrapper.equals(Object),IngredientInstanceWrapper.hashCode()andComparable.compareTo(Object)methods. - IngredientInstanceWrapper(IngredientComponent<T, M>, T) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.IngredientInstanceWrapper
- IngredientMatcherEnergy - Class in org.cyclops.commoncapabilities.ingredient
-
Exact matcher for a void match condition.
- IngredientMatcherEnergy() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- IngredientMatcherFluidStack - Class in org.cyclops.commoncapabilities.ingredient
-
Matcher for FluidStacks.
- IngredientMatcherFluidStack() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- IngredientMatcherItemStack - Class in org.cyclops.commoncapabilities.ingredient
-
Matcher for ItemStacks.
- IngredientMatcherItemStack() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- IngredientSerializerEnergy - Class in org.cyclops.commoncapabilities.ingredient
-
Serializer for energy.
- IngredientSerializerEnergy() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientSerializerEnergy
- IngredientSerializerFluidStack - Class in org.cyclops.commoncapabilities.ingredient
-
Serializer for FluidStacks.
- IngredientSerializerFluidStack() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientSerializerFluidStack
- IngredientSerializerItemStack - Class in org.cyclops.commoncapabilities.ingredient
-
Serializer for ItemStacks.
- IngredientSerializerItemStack() - Constructor for class org.cyclops.commoncapabilities.ingredient.IngredientSerializerItemStack
- initialize(IModBase) - Method in class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchInitializer
- insert(int, FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- insert(int, FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- insert(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- insert(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- insert(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- insert(int, ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- insert(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.EnergyStorageWrapper
- insert(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- insert(int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- insert(int, R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- insert(int, R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- insert(int, T, boolean) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Inserts an ingredient into the storage in the given slot and return the remainder.
- insert(int, T, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted
-
Inserts an ingredient into the storage in the given slot and return the remainder.
- insert(int, T, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- insert(int, T, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- insert(Long, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- insert(ItemStack, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- insert(ItemStack, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- insert(FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- insert(FluidResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- insert(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- insert(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- insert(ItemResource, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- insert(R, int, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- insert(T, boolean) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Inserts an ingredient into the storage and return the remainder.
- insert(T, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Inserts an ingredient into the storage and return the remainder.
- insert(T, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- insert(T, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- insertItem(ItemStack, boolean) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Inserts an ItemStack into the item handler and return the remainder.
- insertItem(ItemStack, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- insertItem(ItemStack, TransactionContext) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Inserts an ItemStack into the item handler and return the remainder.
- insertItem(ItemStack, TransactionContext) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- insertItem(ItemStack, TransactionContext) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- INSTANCE - Static variable in class org.cyclops.commoncapabilities.ingredient.DataComparator
-
A comparator for Data Components.
- InventoryState() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.InventoryState
- invokeMethod(Object, Method, Object...) - Static method in class org.cyclops.commoncapabilities.core.Helpers
- IPrototypedIngredient<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient -
An ingredient that is identified by a given instance and can be matched with other instances under a given condition.
- IPrototypedIngredientAlternatives<T,
M> - Interface in org.cyclops.commoncapabilities.api.capability.recipehandler -
A holder for a list of
IPrototypedIngredientalternatives. - IPrototypedIngredientAlternatives.ISerializer<A> - Interface in org.cyclops.commoncapabilities.api.capability.recipehandler
- IRecipeDefinition - Interface in org.cyclops.commoncapabilities.api.capability.recipehandler
-
Defines the inputs and outputs of a recipe.
- IRecipeHandler - Interface in org.cyclops.commoncapabilities.api.capability.recipehandler
-
An IRecipeHandler is able to process recipes.
- IResourceConverter<R,
T> - Interface in org.cyclops.commoncapabilities.api.ingredient - isAmountValid(ItemStack) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- isEmpty() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
- isEmpty(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- isEmpty(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- isEmpty(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Check if the given entity matches the empty instance, as provided by
IIngredientMatcher.getEmptyInstance(). - isEnabledDefault() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.VanillaModCompat
- isEnabledDefault() - Method in class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchModCompat
- isInputReusable(IngredientComponent<T, M>, int) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
If the input at the given index is reusable.
- isInputReusable(IngredientComponent<T, M>, int) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- isInstance(Object) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
If the given object is an instance of the ingredient type.
- isInstance(Object) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- isInstance(Object) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- isInstance(Object) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- ISlotlessItemHandler - Interface in org.cyclops.commoncapabilities.api.capability.itemhandler
-
A simplified form of the
ResourceHandlerfor items that is slot-agnostic. - isPotionOutputValid(ItemStack, ItemStack) - Static method in class net.minecraft.potion.PotionHelperCommonCapabilities
- isPrimaryQuantifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- isRecipeCacheEnabled() - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- isReferenceEqual() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- isRegistered(IngredientComponentCapability<?, ?>, IngredientComponent<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- isValid(int, FluidResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- isValid(int, FluidResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- isValid(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- isValid(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- isValid(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- isValid(int, ItemResource) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- isValid(int, R) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- isValidSizeInput(IngredientComponent<?, ?>, int) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
-
Check if the given size of recipe component instances are valid for the given recipe component type.
- isValidSizeInput(IngredientComponent, int) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- isValidSizeInput(IngredientComponent, int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- isValidSizeInput(IngredientComponent, int) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.IngredientComponentStorageHandler
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.InventoryState
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.RecipeHandler
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.SlotlessItemHandler
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Temperature
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.Capabilities.Worker
- ITEM - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Match ItemStack items.
- ITEM_BLACK_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_BLUE_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_BROWN_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_BUNDLE - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_CYAN_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_GRAY_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_GREEN_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_LIGHT_BLUE_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_LIGHT_GRAY_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_LIME_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_MAGENTA_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_ORANGE_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_PINK_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_PURPLE_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_RED_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_WHITE_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ITEM_YELLOW_SHULKER_BOX - Static variable in class org.cyclops.commoncapabilities.RegistryEntries
- ItemAccessEntity(IVanillaEntityItemCapabilityDelegator) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- itemHandler - Variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- ItemItemHandler - Class in org.cyclops.commoncapabilities.capability.itemhandler
-
An item handler wrapper for items.
- ItemItemHandler(ItemStack) - Constructor for class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- ItemMatch - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
Item matching flags to be used in
ISlotlessItemHandler. - ItemMatch() - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
- ITemperature - Interface in org.cyclops.commoncapabilities.api.capability.temperature
-
Indicates if something has a temperature.
- ITEMSTACK - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- ITEMSTACK - Static variable in class org.cyclops.commoncapabilities.IngredientComponents
- ITEMSTACK_CONVERTER - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- ItemStorageWrapper(IIngredientComponentStorage<ItemStack, Integer>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ItemStorageWrapper
- iterator() - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Get all ingredients in this storage.
- iterator() - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- iterator() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- iterator() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- iterator() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- iterator() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- iterator(Long, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler.ComponentStorageWrapper
- iterator(ItemStack, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack.ComponentStorageWrapperCombined
- iterator(ItemStack, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless.ComponentStorageWrapper
- iterator(T, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
-
Find all ingredients matching the given prototype from the storage.
- iterator(T, M) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- iterator(T, M) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ComponentStorageWrapper
- IVanillaEntityItemCapabilityDelegator - Interface in org.cyclops.commoncapabilities.modcompat.vanilla.capability
- IVanillaEntityItemCapabilityDelegator.ItemAccessEntity - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability
- IWorker - Interface in org.cyclops.commoncapabilities.api.capability.work
-
Capability instance for targets that are able to work on something and have their state detected.
L
- loadModCompats(ModCompatLoader) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- localize(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- localize(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- localize(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- localize(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return the localized name of the given instance.
M
- matches(Long, Long, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- matches(ItemStack, ItemStack, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- matches(FluidStack, FluidStack, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- matches(T, T, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Check if the two given instances match based on the given match conditions.
- matchesExactly(T, T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Check if the two given instances are equal.
- MixedIngredients - Class in org.cyclops.commoncapabilities.api.ingredient
-
Raw implementation of mixed ingredients.
- MixedIngredients(Map<IngredientComponent<?, ?>, List<?>>) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
- MixedIngredientsAdapter - Class in org.cyclops.commoncapabilities.api.ingredient
-
Abstract implementation of mixed ingredients.
- MixedIngredientsAdapter() - Constructor for class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- MOD_ENDERIO - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_FORESTRY - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_IC2 - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_ID - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_RF_API - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_TCONSTRUCT - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_THERMALEXPANSION - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_VANILLA - Static variable in class org.cyclops.commoncapabilities.Reference
- MOD_VISUALWORKBENCH - Static variable in class org.cyclops.commoncapabilities.Reference
N
- net.minecraft.potion - package net.minecraft.potion
- next() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- next() - Method in class org.cyclops.commoncapabilities.api.capability.resourcehandler.ResourceHandlerIngredientIterator
O
- of(ItemFrame) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- of(ItemEntity) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator.ItemAccessEntity
- ofAlternatives(IngredientComponent<T, M>, List<IPrototypedIngredientAlternatives<T, M>>, IMixedIngredients) - Static method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
-
Create a new recipe definition for a single component type input and a list of alternatives.
- ofIngredient(IngredientComponent<T, M>, List<IPrototypedIngredient<T, M>>, IMixedIngredients) - Static method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
-
Create a new recipe definittion for a single component type input and a single instance.
- ofIngredients(IngredientComponent<T, M>, List<List<IPrototypedIngredient<T, M>>>, IMixedIngredients) - Static method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
-
Create a new recipe definition for a single component type input and a list of instances.
- ofInstance(IngredientComponent<T, ?>, T) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
-
Create a new ingredients for a single instance.
- ofInstances(IngredientComponent<T, ?>, Collection<T>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
- onConfigLoad(ModConfigEvent.Loading) - Method in class org.cyclops.commoncapabilities.GeneralConfig
- onConfigReload(ModConfigEvent.Reloading) - Method in class org.cyclops.commoncapabilities.GeneralConfig
- onConfigsRegister(ConfigHandlerCommon) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- onIngredientComponentLoad(AttachCapabilitiesEventIngredientComponent, IngredientComponent<T, M>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
- onIngredientComponentsLoad(AttachCapabilitiesEventIngredientComponent) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
- onRegister(NewRegistryEvent) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- onRegistriesCreate(NewRegistryEvent) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- onRegistriesFilled(RegisterEvent) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- onRegistriesLoad(RegisterEvent) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- org.cyclops.commoncapabilities - package org.cyclops.commoncapabilities
- org.cyclops.commoncapabilities.api.capability - package org.cyclops.commoncapabilities.api.capability
- org.cyclops.commoncapabilities.api.capability.fluidhandler - package org.cyclops.commoncapabilities.api.capability.fluidhandler
- org.cyclops.commoncapabilities.api.capability.inventorystate - package org.cyclops.commoncapabilities.api.capability.inventorystate
- org.cyclops.commoncapabilities.api.capability.itemhandler - package org.cyclops.commoncapabilities.api.capability.itemhandler
- org.cyclops.commoncapabilities.api.capability.recipehandler - package org.cyclops.commoncapabilities.api.capability.recipehandler
- org.cyclops.commoncapabilities.api.capability.resourcehandler - package org.cyclops.commoncapabilities.api.capability.resourcehandler
- org.cyclops.commoncapabilities.api.capability.temperature - package org.cyclops.commoncapabilities.api.capability.temperature
- org.cyclops.commoncapabilities.api.capability.work - package org.cyclops.commoncapabilities.api.capability.work
- org.cyclops.commoncapabilities.api.ingredient - package org.cyclops.commoncapabilities.api.ingredient
- org.cyclops.commoncapabilities.api.ingredient.capability - package org.cyclops.commoncapabilities.api.ingredient.capability
- org.cyclops.commoncapabilities.api.ingredient.storage - package org.cyclops.commoncapabilities.api.ingredient.storage
- org.cyclops.commoncapabilities.capability.itemhandler - package org.cyclops.commoncapabilities.capability.itemhandler
- org.cyclops.commoncapabilities.capability.recipehandler - package org.cyclops.commoncapabilities.capability.recipehandler
- org.cyclops.commoncapabilities.core - package org.cyclops.commoncapabilities.core
- org.cyclops.commoncapabilities.gametest - package org.cyclops.commoncapabilities.gametest
- org.cyclops.commoncapabilities.ingredient - package org.cyclops.commoncapabilities.ingredient
- org.cyclops.commoncapabilities.ingredient.storage - package org.cyclops.commoncapabilities.ingredient.storage
- org.cyclops.commoncapabilities.modcompat.vanilla - package org.cyclops.commoncapabilities.modcompat.vanilla
- org.cyclops.commoncapabilities.modcompat.vanilla.capability - package org.cyclops.commoncapabilities.modcompat.vanilla.capability
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature
- org.cyclops.commoncapabilities.modcompat.vanilla.capability.work - package org.cyclops.commoncapabilities.modcompat.vanilla.capability.work
- org.cyclops.commoncapabilities.modcompat.visualworkbench - package org.cyclops.commoncapabilities.modcompat.visualworkbench
- org.cyclops.commoncapabilities.proxy - package org.cyclops.commoncapabilities.proxy
- overrideStackCount(ItemStack, int) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
P
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItemFrame
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- POS - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- PotionHelperCommonCapabilities - Class in net.minecraft.potion
- PotionHelperCommonCapabilities() - Constructor for class net.minecraft.potion.PotionHelperCommonCapabilities
- PrototypedIngredient<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient -
A raw prototyped ingredient.
- PrototypedIngredient(IngredientComponent<T, M>, T, M) - Constructor for class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- PrototypedIngredientAlternativesItemStackTag - Class in org.cyclops.commoncapabilities.api.capability.recipehandler
-
An oredictionary-based
IPrototypedIngredientAlternativesimplementation. - PrototypedIngredientAlternativesItemStackTag(List<String>, Integer, long) - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- PrototypedIngredientAlternativesItemStackTag.Serializer - Class in org.cyclops.commoncapabilities.api.capability.recipehandler
- PrototypedIngredientAlternativesList<T,
M> - Class in org.cyclops.commoncapabilities.api.capability.recipehandler -
A list-based
IPrototypedIngredientAlternativesimplementation. - PrototypedIngredientAlternativesList(List<IPrototypedIngredient<T, M>>) - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- PrototypedIngredientAlternativesList.Serializer - Class in org.cyclops.commoncapabilities.api.capability.recipehandler
R
- RecipeDefinition - Class in org.cyclops.commoncapabilities.api.capability.recipehandler
-
A recipe definition based on maps.
- RecipeDefinition(Map<IngredientComponent<?, ?>, List<IPrototypedIngredientAlternatives<?, ?>>>, Map<IngredientComponent<?, ?>, List<Boolean>>, IMixedIngredients) - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- RecipeDefinition(Map<IngredientComponent<?, ?>, List<IPrototypedIngredientAlternatives<?, ?>>>, IMixedIngredients) - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- RecipeHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.RecipeHandler
- recipeToRecipeDefinition(T, Level) - Static method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- Reference - Class in org.cyclops.commoncapabilities
-
Class that can hold basic static things that are better not hard-coded like mod details, texture paths, ID's...
- Reference() - Constructor for class org.cyclops.commoncapabilities.Reference
- register(IngredientComponentCapability<T, C>, IngredientComponent<?, ?>, ICapabilityProvider<IngredientComponent<?, ?>, C, T>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- registerStorageWrapperHandlers() - Static method in class org.cyclops.commoncapabilities.IngredientComponents
- REGISTRY - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- RegistryEntries - Class in org.cyclops.commoncapabilities
-
Referenced registry entries.
- RegistryEntries() - Constructor for class org.cyclops.commoncapabilities.RegistryEntries
- resourceConverter - Variable in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
- resourceConverter - Variable in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- ResourceConverterFluid - Class in org.cyclops.commoncapabilities.api.ingredient
- ResourceConverterFluid() - Constructor for class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterFluid
- ResourceConverterItem - Class in org.cyclops.commoncapabilities.api.ingredient
- ResourceConverterItem() - Constructor for class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterItem
- ResourceHandlerIngredientIterator<R,
T> - Class in org.cyclops.commoncapabilities.api.capability.resourcehandler -
An iterator over all slots in an item handler.
- ResourceHandlerIngredientIterator(ResourceHandler<R>, IResourceConverter<R, T>) - Constructor for class org.cyclops.commoncapabilities.api.capability.resourcehandler.ResourceHandlerIngredientIterator
- ResourceHandlerIngredientIterator(ResourceHandler<R>, IResourceConverter<R, T>, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.resourcehandler.ResourceHandlerIngredientIterator
- ResourceStorageWrapper(IIngredientComponentStorage<T, M>, IResourceConverter<R, T>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- ResourceStorageWrapperSlotted(IIngredientComponentStorageSlotted<T, M>, IResourceConverter<R, T>) - Constructor for class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
S
- serialize(ValueOutput, IRecipeDefinition) - Static method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
Deserialize a recipe to NBT.
- serialize(ValueOutput, IMixedIngredients) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Deserialize ingredients to NBT.
- serialize(ValueOutput, IngredientComponent<T, M>, A) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer
- serialize(ValueOutput, IngredientComponent<T, M>, PrototypedIngredientAlternativesItemStackTag) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- serialize(ValueOutput, IngredientComponent<T, M>, PrototypedIngredientAlternativesList<?, ?>) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer
- serialize(ValueOutput, IPrototypedIngredient<T, M>) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
-
Deserialize an ingredient to NBT.
- serializeCondition(Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerEnergy
- serializeCondition(Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerFluidStack
- serializeCondition(Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerItemStack
- serializeCondition(M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Serialize a match condition to NBT.
- serializeInstance(ValueOutput, Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerEnergy
- serializeInstance(ValueOutput, ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerItemStack
- serializeInstance(ValueOutput, FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientSerializerFluidStack
- serializeInstance(ValueOutput, T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Serialize an instance to NBT.
- Serializer() - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- Serializer() - Constructor for class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer
- SERIALIZER - Static variable in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- SERIALIZER - Static variable in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- SERIALIZERS - Static variable in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives
- setItemList(NonNullList<ItemStack>) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- setItemList(NonNullList<ItemStack>) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- setItemList(NonNullList<ItemStack>) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- setStackInSlot(int, ItemStack) - Method in class org.cyclops.commoncapabilities.capability.itemhandler.ItemItemHandler
- setStorage(IngredientComponent<T, M>, IIngredientComponentStorage<T, M>) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.DefaultIngredientComponentStorageHandler
-
Set the storage for the given ingredient component.
- setStorageWrapperHandler(BaseCapability<?, ?>, IIngredientComponentStorageWrapperHandler<T, M, ? super S, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Set the storage wrapper handler for this component.
- setTranslationKey(String) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- setup(FMLCommonSetupEvent) - Method in class org.cyclops.commoncapabilities.CommonCapabilities
- simulate(IRecipeDefinition) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
-
Test if the given recipe can be handled by this handler.
- simulate(IRecipeDefinition) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- simulate(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.DefaultRecipeHandler
- simulate(IMixedIngredients) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeHandler
-
Test if the given recipe input can be handled by this handler.
- simulate(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- simulate(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaBrewingStandRecipeHandler
- simulate(IMixedIngredients) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- size() - Method in class org.cyclops.commoncapabilities.core.CompositeList
- size() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapper
- size() - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler.ResourceStorageWrapperSlotted
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- size() - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- SlotlessItemHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.SlotlessItemHandler
- SlotlessItemHandlerWrapper - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
An abstract
ISlotlessItemHandlerwrapper around anResourceHandlerfor items. - SlotlessItemHandlerWrapper(ResourceHandler<ItemResource>) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- STACKSIZE - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Match ItemStack stacksizes.
T
- Temperature() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.Temperature
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItemFrame
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- TEMPLATE_EMPTY - Static variable in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockRecipeHandlerCapBlastFurnace(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapBrewingStand(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapCampFire(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapCrafingTable(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapFurnace(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapSmithingTable(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapSmoker(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockRecipeHandlerCapStoneCutter(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesRecipeHandler
- testBlockTemperatureCapBlastFurnaceOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapBlastFurnaceOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapCampfireOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapCampfireOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapFurnaceOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapFurnaceOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapSmokerOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockTemperatureCapSmokerOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testBlockWorkerCapBlastFurnaceOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapBlastFurnaceOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapBrewingstandFueled(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapBrewingstandOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapBrewingstandValidInput(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapCampfireFilled(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapCampfireOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapCampfireOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapFurnaceLit(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapFurnaceOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapFurnaceOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapSmokerOff(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testBlockWorkerCapSmokerOn(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesWorker
- testEntityItemCapFluidBucketAdd(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- testEntityItemCapFluidBucketRemove(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- testEntityItemCapItemBundleRemove(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testEntityItemCapItemBundleRemoveMultiple(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testEntityItemCapItemShulkerboxAdd(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- testEntityItemCapItemShulkerboxRemove(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItem
- testEntityItemCapItemShulkerboxRemove(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testEntityItemFrameAdd(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItemFrame
- testEntityItemFrameRemove(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesEntityItemFrame
- testItemItemHandlerCapItemBundleAdd(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testItemItemHandlerCapItemBundleAddMultiple(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testItemItemHandlerCapItemShulkerboxAdd(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
- testItemTemperatureCapBucketEmpty(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testItemTemperatureCapBucketLava(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- testItemTemperatureCapBucketWater(GameTestHelper) - Method in class org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesTemperature
- toResource(ItemStack) - Method in class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterItem
- toResource(FluidStack) - Method in class org.cyclops.commoncapabilities.api.ingredient.ResourceConverterFluid
- toResource(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IResourceConverter
- toString() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- toString() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList
- toString() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- toString() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- toString() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- toString() - Method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredientsAdapter
- toString() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- toString(Long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- toString(ItemStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- toString(FluidStack) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- toString(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return a stringified version of the given instance.
- TransformedRecipeHandlerAdapter<R> - Class in org.cyclops.commoncapabilities.capability.recipehandler
-
Abstract recipe handler based on transforming a recipe collection.
- TransformedRecipeHandlerAdapter(Set<IngredientComponent<?, ?>>, Set<IngredientComponent<?, ?>>) - Constructor for class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
- transformRecipe(R) - Method in class org.cyclops.commoncapabilities.capability.recipehandler.TransformedRecipeHandlerAdapter
U
- updateItemStack(ItemStack) - Method in interface org.cyclops.commoncapabilities.modcompat.vanilla.capability.IVanillaEntityItemCapabilityDelegator
- updateItemStack(ItemStack) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- updateItemStack(ItemStack) - Method in class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- updateNbtComparator() - Method in class org.cyclops.commoncapabilities.GeneralConfig
V
- VanillaAbstractFurnaceTemperature - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature
-
Temperature capability for vanilla furnace tile entities.
- VanillaAbstractFurnaceTemperature(AbstractFurnaceBlockEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaAbstractFurnaceTemperature
- VanillaAbstractFurnaceWorker - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.work
-
Worker capability for the vanilla furnace tile entities.
- VanillaAbstractFurnaceWorker(AbstractFurnaceBlockEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaAbstractFurnaceWorker
- VanillaBrewingStandRecipeHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler
-
Recipe handler capability for the vanilla brewing stand.
- VanillaBrewingStandWorker - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.work
-
Worker capability for the vanilla brewing stand tile entity.
- VanillaBrewingStandWorker(BrewingStandBlockEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaBrewingStandWorker
- VanillaCampfireTemperature - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature
-
Temperature capability for vanilla campfire tile entities.
- VanillaCampfireTemperature(CampfireBlockEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaCampfireTemperature
- VanillaCampfireWorker - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.work
-
Worker capability for the vanilla campfire tile entities.
- VanillaCampfireWorker(CampfireBlockEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.work.VanillaCampfireWorker
- VanillaEntityItemCapabilityDelegator<C> - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability
-
An abstract capability capability delegator from entity item to inner itemstack.
- VanillaEntityItemCapabilityDelegator(ItemEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemCapabilityDelegator
- VanillaEntityItemEnergyStorage - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage
-
An energy handler for entity items that have an energy handler.
- VanillaEntityItemEnergyStorage(ItemEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemEnergyStorage
- VanillaEntityItemFluidHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler
-
A fluid handler for entity items that have a fluid handler.
- VanillaEntityItemFluidHandler(ItemEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFluidHandler
- VanillaEntityItemFrameCapabilityDelegator<C> - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability
-
An abstract capability capability delegator from entity item frame to inner itemstack.
- VanillaEntityItemFrameCapabilityDelegator(ItemFrame) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.VanillaEntityItemFrameCapabilityDelegator
- VanillaEntityItemFrameEnergyStorage - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage
-
An energy handler for entity item frames that have an energy handler.
- VanillaEntityItemFrameEnergyStorage(ItemFrame) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.energystorage.VanillaEntityItemFrameEnergyStorage
- VanillaEntityItemFrameFluidHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler
-
A fluid handler for entity item frames that have a fluid handler.
- VanillaEntityItemFrameFluidHandler(ItemFrame) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.fluidhandler.VanillaEntityItemFrameFluidHandler
- VanillaEntityItemFrameItemHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler
-
An item handler for entity item frames that have an item handler.
- VanillaEntityItemFrameItemHandler(ItemFrame) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemFrameItemHandler
- VanillaEntityItemItemHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler
-
An item handler for entity items that have an item handler.
- VanillaEntityItemItemHandler(ItemEntity) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaEntityItemItemHandler
- VanillaItemBundleItemHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler
-
An item handler wrapper for the bundle.
- VanillaItemBundleItemHandler(ItemStack) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemBundleItemHandler
- VanillaItemShulkerBoxItemHandler - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler
-
An item handler wrapper for the shulker box in item form.
- VanillaItemShulkerBoxItemHandler(ItemStack) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.itemhandler.VanillaItemShulkerBoxItemHandler
- VanillaModCompat - Class in org.cyclops.commoncapabilities.modcompat.vanilla
-
Capabilities for Vanilla.
- VanillaModCompat() - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.VanillaModCompat
- VanillaRecipeTypeRecipeHandler<C,
T> - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler -
Recipe handler capability for recipe types.
- VanillaRecipeTypeRecipeHandler(Supplier<Level>, RecipeType<T>, Predicate<Integer>, Function<CraftingContainer, C>, boolean, boolean) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.recipehandler.VanillaRecipeTypeRecipeHandler
- VanillaUniversalBucketTemperature - Class in org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature
-
Temperature capability for the vanilla furnace tile entity.
- VanillaUniversalBucketTemperature(ItemStack) - Constructor for class org.cyclops.commoncapabilities.modcompat.vanilla.capability.temperature.VanillaUniversalBucketTemperature
- VisualWorkbenchInitializer - Class in org.cyclops.commoncapabilities.modcompat.visualworkbench
- VisualWorkbenchInitializer() - Constructor for class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchInitializer
- VisualWorkbenchModCompat - Class in org.cyclops.commoncapabilities.modcompat.visualworkbench
-
Capabilities for Vanilla.
- VisualWorkbenchModCompat() - Constructor for class org.cyclops.commoncapabilities.modcompat.visualworkbench.VisualWorkbenchModCompat
W
- withCondition(Boolean, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- withCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- withCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- withCondition(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Create a new match condition based on the given condition that includes the second condition.
- withoutCondition(Boolean, Boolean) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- withoutCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- withoutCondition(Integer, Integer) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- withoutCondition(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Create a new match condition based on the given condition that excludes the second condition.
- withQuantity(Long, long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherEnergy
- withQuantity(ItemStack, long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack
- withQuantity(FluidStack, long) - Method in class org.cyclops.commoncapabilities.ingredient.IngredientMatcherFluidStack
- withQuantity(T, long) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Create a copy of the given instance with the given quantity.
- Worker() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.Worker
- wrap(T) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Wrap the given instance inside an equals, hashCode and compareTo-safe holder.
- wrapComponentStorage(EnergyHandler) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler
- wrapComponentStorage(ResourceHandler<ItemResource>, ISlotlessItemHandler) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStack
- wrapComponentStorage(ResourceHandler<R>) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
- wrapComponentStorage(ISlotlessItemHandler) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless
- wrapComponentStorage(S) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Wrap the given storage.
- wrapStorage(IIngredientComponentStorage<Long, Boolean>) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerEnergyHandler
- wrapStorage(IIngredientComponentStorage<ItemStack, Integer>) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerItemStackSlotless
- wrapStorage(IIngredientComponentStorage<T, M>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Wrap the given storage.
- wrapStorage(IIngredientComponentStorage<T, M>) - Method in class org.cyclops.commoncapabilities.ingredient.storage.IngredientComponentStorageWrapperHandlerResourceHandler
Z
- ZERO_CELCIUS - Static variable in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
-
Zero degrees Celcius in Kelvin.
_
- _instance - Static variable in class org.cyclops.commoncapabilities.CommonCapabilities
-
The unique instance of this mod.
All Classes and Interfaces|All Packages|Constant Field Values