Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Holder<Enchantment>, int) - Method in interface org.cyclops.cyclopscore.helper.EnchantmentHelpers.EnchantmentVisitor
- ACHIEVED_ADVANCEMENTS - Static variable in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- AchievementCollectButton - Class in org.cyclops.cyclopscore.infobook.pageelement
-
A button that can be clicked for reward collection.
- AchievementCollectButton(AdvancementRewards, IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- add(int, T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Insert the given instance at the given position and shift all instances after it (if any) to the right (add one to their index).
- add(int, T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- add(BlockCapability<T, C>, ICapabilityProvider<? super BE, C, T>) - Method in class org.cyclops.cyclopscore.capability.registrar.BlockEntityCapabilityRegistrar
- add(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Add the given instance to the collection.
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- add(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- addAdvancedButton(int, AdvancedButton) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- addAdvancedButtons(int, Collection<T>) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- addAll(Iterable<? extends T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Add the given instances to the collection.
- addAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- addAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- addAllThreaded(ExecutorService, Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
-
A multi-threaded addAll implementation.
- addAttacher(IIngredientComponentCapabilityAttacher<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager
-
Register the given capability attacher.
- addBakedQuad(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, int, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given quad to a list of quads.
- addBakedQuad(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given quad to a list of quads.
- addBakedQuadRotated(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, Direction, int) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given rotated quad to a list of quads.
- addBakedQuadRotated(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, Direction, int, boolean, int, float[][]) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given rotated quad to a list of quads.
- addColoredBakedQuad(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, int, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given colored quad to a list of quads.
- addColoredBakedQuad(List<BakedQuad>, float, float, float, float, float, TextureAtlasSprite, Color, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Add a given colored quad to a list of quads.
- addDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Add a dirty marking listener.
- addInformation(ItemStack, Item.TooltipContext, List<Component>, TooltipFlag) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Add information to the given list for the given item.
- addInformation(ItemStack, Level, List<Component>, TooltipFlag) - Method in class org.cyclops.cyclopscore.item.InformationProviderComponent
-
Add information to the given list for the given item.
- addKeyHandler(KeyMapping, IKeyHandler) - Method in interface org.cyclops.cyclopscore.client.key.IKeyRegistry
-
Binds a
IKeyHandler
to key presses of the specifiedKeyMapping
. - addKeyHandler(KeyMapping, IKeyHandler) - Method in class org.cyclops.cyclopscore.client.key.KeyRegistry
- addLinks(int, int, int, Map<String, Pair<InfoSection, Integer>>) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Add all links from the given map to this section, starting from page 0.
- addLoadedCapabilityProvider(RegisterCapabilitiesEvent, CK, ICapabilityTypeGetter<?, ?>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- addSection(String, InfoSection) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- addSection(String, InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- addSoftLinks(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
- addToConfigDictionary(ExtendedConfigCommon<?, ?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- addToMapList(Map<K, List<V>>, K, V) - Static method in class org.cyclops.cyclopscore.helper.CollectionHelpers
-
Add the given key value pair in a map structure where multiple values for a key can exist.
- addToMapSet(Map<K, Set<V>>, K, V) - Static method in class org.cyclops.cyclopscore.helper.CollectionHelpers
-
Add the given key value pair in a map structure where multiple values for a key can exist.
- AdvancedButton - Class in org.cyclops.cyclopscore.infobook
-
An advanced button type.
- AdvancedButton() - Constructor for class org.cyclops.cyclopscore.infobook.AdvancedButton
- AdvancedButtonEnum - Class in org.cyclops.cyclopscore.infobook
- AdvancementButton - Class in org.cyclops.cyclopscore.infobook.pageelement
-
A button for the advancements, so they can be hovered.
- AdvancementButton(ResourceLocation) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.AdvancementButton
- AdvancementHelpers - Class in org.cyclops.cyclopscore.helper
-
Helpers related to advancements
- AdvancementHelpers() - Constructor for class org.cyclops.cyclopscore.helper.AdvancementHelpers
- AdvancementRewards - Class in org.cyclops.cyclopscore.infobook.pageelement
-
A holder for advancements and rewards.
- AdvancementRewards(String, List<ResourceLocation>, List<IReward>) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- AdvancementRewardsAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
An advancement rewards appendix.
- AdvancementRewardsAppendix(IInfoBook, AdvancementRewards) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- AdvancementRewardsObtainPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet for obtaining advancement rewards.
- AdvancementRewardsObtainPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- AdvancementRewardsObtainPacket(String) - Constructor for class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- afterLoad() - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
Called after the data is loaded from the world storage.
- 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.
- appendHoverText(ItemStack, Item.TooltipContext, List<Component>, TooltipFlag) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- appliesToClassifier(M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
-
Check if this collection is able to classify the given match condition.
- apply(Map.Entry<T, Long>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap.QuantityApplier
- apply(IngredientInstanceWrapper<T, M>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientInstanceUnwrapperFunction
- applyDiff(IngredientComponent<T, M>, IngredientCollectionDiff<T, M>, IIngredientCollectionMutable<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffHelpers
-
Apply the given diff to the given collection.
- applyNavigation() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- 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
- areRecipeDisplayRegexRequestsPending() - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- asNavigation() - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Create a navigation for this expression.
- asNavigation(INbtPathNavigation) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Create a navigation for this expression with the given navigation as child.
- asNavigation(INbtPathNavigation) - Method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionList
- asNavigation(INbtPathNavigation) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren.Expression
- asNavigation(INbtPathNavigation) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild.Expression
- asNavigation(INbtPathNavigation) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot.Expression
- asNavigation(INbtPathNavigation) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression
- assemble(CraftingInput, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput
- assemble(CraftingInput, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
- AttachCapabilitiesEventIngredientComponent<T,
M> - Class in org.cyclops.commoncapabilities.api.ingredient.capability -
Event for when an
IngredientComponent
is 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
- bake() - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Bakes the registry so that it becomes immutable.
- bake(ItemModel.BakingContext) - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
- bakeCapabilityConstructorsSuper(Collection<Pair<Class<?>, ICapabilityConstructor<?, ?, ?, CK>>>, List<Pair<Supplier<CK>, ICapabilityConstructor<?, ?, ?, CK>>>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- baked - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
Bake this appendix, only called once before changing pages.
- bakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- bakeSection(Font, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Will make a localized version of this section with a variable amount of paragraphs.
- bakeSection(Font, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
- baseModel - Variable in class org.cyclops.cyclopscore.client.model.DelegatingChildDynamicItemAndBlockModel
- beforeSave() - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
Called before the data is saved to the world storage.
- BIOME_MODIFIER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- BiomeModifierActionNeoForge<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
-
The action used for
BiomeModifierConfigNeoForge
. - BiomeModifierActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.BiomeModifierActionNeoForge
- BiomeModifierConfigNeoForge<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
-
Config for biome modifiers.
- BiomeModifierConfigNeoForge(ModBaseNeoForge<?>, String, Function<BiomeModifierConfigNeoForge<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfigNeoForge
- blitMirrored(GuiGraphics, Function<ResourceLocation, RenderType>, ResourceLocation, int, int, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- 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
- BLOCK_PREFIX - Static variable in interface org.cyclops.cyclopscore.item.IInformationProvider
-
A prefix for blockState information.
- BlockActionNeoForge - Class in org.cyclops.cyclopscore.config.configurabletypeaction
- BlockActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
- BlockEntityCapabilityRegistrar<BE> - Class in org.cyclops.cyclopscore.capability.registrar
-
Helper class for registering block entity capabilities.
- BlockEntityCapabilityRegistrar(Supplier<BlockEntityType<? extends BE>>) - Constructor for class org.cyclops.cyclopscore.capability.registrar.BlockEntityCapabilityRegistrar
- BlockEntityEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEntityEventListener
- BlockEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEventListener
- blockState - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- buildSection(IInfoBook, InfoSection, int, Element, ModBaseNeoForge<?>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- buttonBack - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- buttonExternal - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- buttonNextPage - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- buttonParent - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- buttonPreviousPage - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
C
- calculateLines() - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- canCompletelyFill(IFluidHandler, IFluidHandler) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- canCompletelyFill(IFluidHandler, IFluidHandler) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
If this destination can completely contain the given fluid in the given source.
- canDrain(int, ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
-
If the given amount can be drained.
- canEqual(Object) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- canEqual(Object) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- canEqual(Object) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- canEqual(Object) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- canEqual(Object) - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- canFillFluidType(FluidStack) - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- canHandleCapabilityType(BaseCapability<?, ?>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- canObtain(Player) - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
-
If the given player in its current state is able to obtain this reward.
- canObtain(Player) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- canPlaceItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- canWork() - Method in class org.cyclops.commoncapabilities.api.capability.work.DefaultWorker
- canWork() - Method in interface org.cyclops.commoncapabilities.api.capability.work.IWorker
- Capabilities - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities - Class in org.cyclops.cyclopscore
-
Used capabilities for this mod.
- Capabilities() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities
- Capabilities() - Constructor for class org.cyclops.cyclopscore.Capabilities
- Capabilities.IngredientComponentStorageHandler - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.InventoryState - Class in org.cyclops.commoncapabilities.api.capability
- Capabilities.Item - Class in org.cyclops.cyclopscore
- 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
- capability - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.DefaultCapabilityProvider
- CapabilityConstructorRegistry - Class in org.cyclops.cyclopscore.modcompat.capabilities
-
Registry for capabilities created by this mod.
- CapabilityConstructorRegistry(ModBaseNeoForge) - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- CapabilityConstructorRegistry.BlockEntityEventListener - Class in org.cyclops.cyclopscore.modcompat.capabilities
- CapabilityConstructorRegistry.BlockEventListener - Class in org.cyclops.cyclopscore.modcompat.capabilities
- CapabilityConstructorRegistry.EntityEventListener - Class in org.cyclops.cyclopscore.modcompat.capabilities
- CapabilityConstructorRegistry.ItemStackEventListener - Class in org.cyclops.cyclopscore.modcompat.capabilities
- CapabilityHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- CapabilityHelpersNeoForge(IModHelpers) - Constructor for class org.cyclops.cyclopscore.helper.CapabilityHelpersNeoForge
- capacity - Variable in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- chance - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- checkIsItemValid(ItemStack, Fluid) - Static method in class org.cyclops.cyclopscore.inventory.slot.SlotFluidContainer
- checkNotBaked() - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- ClassifiedIterator(IIngredientCollectionLikeSingleClassifiedTrait<T, M, I, C, L>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator
- ClassifiedIteratorDelegated(IIngredientCollectionLikeSingleClassifiedTrait<T, M, I, C, L>, L, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated
- clear() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Clears this collection of all instances.
- clear() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Clears this map of all instances.
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- clear() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- clearContent() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- CLIENT_RECIPE_DISPLAYS - Static variable in class org.cyclops.cyclopscore.helper.RecipeHelpers
- ClientProxyComponent - Class in org.cyclops.cyclopscore.proxy
-
Base proxy for the client side.
- ClientProxyComponent(CommonProxyComponent) - Constructor for class org.cyclops.cyclopscore.proxy.ClientProxyComponent
- ClientProxyNeoForge - Class in org.cyclops.cyclopscore.proxy
-
Proxy for the client side.
- ClientProxyNeoForge() - Constructor for class org.cyclops.cyclopscore.proxy.ClientProxyNeoForge
- clog(String) - Static method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
-
Log a new info message for this mod.
- clog(Level, String) - Static method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
-
Log a new message of the given level for this mod.
- codec - Variable in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- codec() - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- codec() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- codec() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.Serializer
- CODEC - Static variable in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- CollectionHelpers - Class in org.cyclops.cyclopscore.helper
-
Helper methods for collections.
- CollectionHelpers() - Constructor for class org.cyclops.cyclopscore.helper.CollectionHelpers
- CommandDumpRegistries - Class in org.cyclops.cyclopscore.command
-
Command for dumping the registries to JSON files.
- CommandDumpRegistries() - Constructor for class org.cyclops.cyclopscore.command.CommandDumpRegistries
- CommandInfoBookTest - Class in org.cyclops.cyclopscore.command
-
Command for opending the test info book.
- CommandInfoBookTest() - Constructor for class org.cyclops.cyclopscore.command.CommandInfoBookTest
- CommandVersion - Class in org.cyclops.cyclopscore.command
-
Command for checking the version.
- CommandVersion(ModBaseNeoForge<?>) - Constructor for class org.cyclops.cyclopscore.command.CommandVersion
- CommonProxyComponent - Class in org.cyclops.cyclopscore.proxy
-
Base proxy for server and client side.
- CommonProxyComponent() - Constructor for class org.cyclops.cyclopscore.proxy.CommonProxyComponent
- CommonProxyNeoForge - Class in org.cyclops.cyclopscore.proxy
-
Proxy for server and client side.
- CommonProxyNeoForge() - Constructor for class org.cyclops.cyclopscore.proxy.CommonProxyNeoForge
- 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>) - Static method in class org.cyclops.cyclopscore.helper.CollectionHelpers
-
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.
- compareCollection(Collection<? super T>, Collection<? super T>, Comparator<T>) - Static method in class org.cyclops.cyclopscore.helper.CollectionHelpers
-
Compare two collections with a custom comparator.
- 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
- compareTo(DimPos) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- component - Variable in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- COMPONENT_CAPACITY - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- COMPONENT_ENERGY_STORAGE - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- COMPONENT_FLUID_CONTENT - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- COMPONENT_INVENTORY - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- componentsToString(HolderLookup.Provider, DataComponentPatch) - Static method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- CONDITION - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- ConditionActionNeoForge<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
-
The action used for
ConditionConfigNeoForge
. - ConditionActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ConditionActionNeoForge
- conditionCompare(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Compare two conditions with each other.
- ConditionConfigNeoForge<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
-
Config for recipe conditions.
- ConditionConfigNeoForge(ModBaseNeoForge<?>, String, MapCodec<T>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfigNeoForge
- ConfigHandlerNeoForge - Class in org.cyclops.cyclopscore.config
- ConfigHandlerNeoForge(ModBaseNeoForge<?>) - Constructor for class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- ConfigSectionConditionHandler - Class in org.cyclops.cyclopscore.infobook.condition
-
Condition handler for checking if configs are enabled.
- ConfigSectionConditionHandler() - Constructor for class org.cyclops.cyclopscore.infobook.condition.ConfigSectionConditionHandler
- ConfigurableTypesNeoForge - Class in org.cyclops.cyclopscore.config
- ConfigurableTypesNeoForge() - Constructor for class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- constructAllLinks(InfoSection, Map<String, Pair<InfoSection, Integer>>, int, int) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
- constructBaseCommand(Commands.CommandSelection, CommandBuildContext) - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- constructBaseCommand(Commands.CommandSelection, CommandBuildContext) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructCapabilityConstructorRegistry() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructClientProxy() - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- constructClientProxy() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructCommonProxy() - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- constructCommonProxy() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructConfigHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructGuiTexture() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- constructGuiTexture() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- constructIMCHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructLoggerHelper() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- constructModCompatLoader() - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- constructModel() - Method in class org.cyclops.cyclopscore.client.render.model.RenderModel
- constructPacketHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- CONTAINER_INFOBOOK_TEST - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- ContainerFactoryWrapperNeoForge<T> - Class in org.cyclops.cyclopscore.inventory.container
- ContainerFactoryWrapperNeoForge(IContainerFactoryCommon<T>) - Constructor for class org.cyclops.cyclopscore.inventory.container.ContainerFactoryWrapperNeoForge
- ContainerInfoBookTest - Class in org.cyclops.cyclopscore.infobook.test
-
Container for the test book.
- ContainerInfoBookTest(int, Inventory) - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTest
- ContainerInfoBookTest(int, Inventory, FriendlyByteBuf) - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTest
- ContainerInfoBookTestConfig<M> - Class in org.cyclops.cyclopscore.infobook.test
-
Config for
ContainerInfoBookTest
. - ContainerInfoBookTestConfig(M) - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfig
- ContainerInfoBookTestConfigScreenFactoryProvider - Class in org.cyclops.cyclopscore.infobook.test
- ContainerInfoBookTestConfigScreenFactoryProvider() - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfigScreenFactoryProvider
- ContainerScreenInfoBookTest - Class in org.cyclops.cyclopscore.infobook.test
-
Gui for the On the Dynamics of Integration book.
- ContainerScreenInfoBookTest(ContainerInfoBookTest, Inventory, Component) - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- containerTick() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- contains(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Check if this collection contains the given instance.
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- contains(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- contains(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Check if this collection contains the given instance under the given match conditions.
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- contains(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- containsAll(Iterable<? extends T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Check if this collection contains all the given instances.
- containsAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- containsAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- containsAll(Iterable<? extends T>, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Check if this collection contains all the given instances under the given match conditions.
- containsAll(Iterable<? extends T>, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- 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.
- containsKey(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Check if this map contains the given instance.
- containsKey(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Check if this map contains the given instance under the given match conditions.
- containsKey(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- containsKey(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- containsKeyAll(Iterable<? extends T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Check if this map contains all the given instances.
- containsKeyAll(Iterable<? extends T>, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Check if this map contains all the given instances under the given match conditions.
- containsKeyAll(Iterable<? extends T>, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- containsValue(V) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Check if this map contains the given value.
- containsValue(V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- containsValue(V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- containsValue(V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- copy(FluidStack) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- copy(FluidStack) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Copy the given fluid stack
- copy(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Create a deep copy of the given instance.
- count(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Count the number of occurrences of the given instance under the given match conditions.
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- count(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- countKey(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Count the number of occurrences of the given instance under the given match conditions.
- countKey(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- CraftingRecipeAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Shaped recipes.
- CraftingRecipeAppendix(IInfoBook, Supplier<RecipeDisplayEntry>) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- create() - Static method in class org.cyclops.cyclopscore.infobook.AdvancedButtonEnum
- create(int, Inventory) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerFactoryWrapperNeoForge
- create(int, Inventory, RegistryFriendlyByteBuf) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerFactoryWrapperNeoForge
- create(String, Class<T>) - Static method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- create(ResourceLocation, Class<T>, Class<C>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- create(IngredientComponent<T, M>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IngredientCollections.IIngredientCollectionConstructor
- create(IngredientComponent<T, M>) - Method in interface org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers.IIngredientStorageConstructor
- create(IInfoBook, Supplier<RecipeDisplayEntry>) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixItemFactory
- create(IInfoBook, InfoSection, int, String, ArrayList<String>, List<SectionAppendix>, ArrayList<String>, ModBaseNeoForge<?>) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IInfoSectionFactory
- create(IInfoBook, Element) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixFactory
- create(IInfoBook, Element) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixListFactory
- create(IInfoBook, Element) - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IRewardFactory
- createAllRecipes() - Method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- createAppendix(IInfoBook, String, Supplier<RecipeDisplayEntry>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- createAppendix(IInfoBook, String, Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- createAppendixes(IInfoBook, String, Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- createButton(IInfoBook) - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
- createButton(IInfoBook) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- createCapabilityProvider(IngredientComponent<T, M>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.IIngredientComponentCapabilityAttacher
-
Create a capability provider for the given ingredient component instance.
- createCollapsedCollection(IngredientComponent<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionHelpers
-
Create a new collapsed collection for the given ingredient component.
- createEmptyCollection() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
- createEmptyCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- createEmptyCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- createFluidStack(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the fluidstack represented by the given node.
- createFluidStackFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the fluidstack from the given ingredient node.
- createFluidStacksFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of fluidstacks from the given ingredient node.
- createForSide(Direction) - Method in interface org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider.ISidedCapabilityConstructor
- createIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the ingredient from the given node.
- createIngredientFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the ingredient from the given ingredient node.
- createIngredientsFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of ingredients from the given ingredient node.
- createOptionalFluidStackFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the fluidstack from the given ingredient node.
- createOptionalFluidStacksFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of fluidstacks from the given ingredient node.
- createOptionalIngredientFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the ingredient from the given ingredient node.
- createOptionalIngredientsFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of ingredients from the given ingredient node.
- createOptionalStackFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the item from the given ingredient node.
- createOptionalStacksFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of stacks from the given ingredient node.
- createProvider(CK) - Method in interface org.cyclops.cyclopscore.modcompat.capabilities.IBlockCapabilityConstructor
- createProvider(CK) - Method in interface org.cyclops.cyclopscore.modcompat.capabilities.ICapabilityConstructor
- createProvider(CK, ICapabilityConstructor<?, ?, ?, CK>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- createProviderBlock(CK, IBlockCapabilityConstructor<?, ?, ?, CK>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- createResourceLocation(ExtendedConfigCommon<?, ?, ModBaseNeoForge<?>>) - Method in class org.cyclops.cyclopscore.client.render.model.RenderModel
- createReward(IInfoBook, String, Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- createSection(IInfoBook, InfoSection, int, String, String, ArrayList<String>, List<SectionAppendix>, ArrayList<String>, ModBaseNeoForge<?>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- createStack(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the itemstack represented by the given node.
- createStackFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the item from the given ingredient node.
- createStacksFromIngredient(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get a list of stacks from the given ingredient node.
- createVoid(ResourceLocation, Class<T>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- createWeightedList(Set<WeightedItemStack>) - Static method in class org.cyclops.cyclopscore.item.WeightedItemStack
-
Create a weighted list of the given input items.
- CyclopsBlockEntityNeoForge - Class in org.cyclops.cyclopscore.blockentity
-
A base class for all the block entities.
- CyclopsBlockEntityNeoForge(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntityNeoForge
- CyclopsCoreNeoForge - Class in org.cyclops.cyclopscore
-
The main mod class of CyclopsCore.
- CyclopsCoreNeoForge(IEventBus) - Constructor for class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- CyclopsEffect - Class in org.cyclops.cyclopscore.potion
-
A configurable potion effect.
- CyclopsEffect(MobEffectCategory, int) - Constructor for class org.cyclops.cyclopscore.potion.CyclopsEffect
D
- DamageIndicatedItemComponent - Class in org.cyclops.cyclopscore.item
-
A component that has to be added for classes that want to implement the DamageIndicator behaviour.
- DamageIndicatedItemComponent(DamageIndicatedItemFluidContainer) - Constructor for class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Create a new DamageIndicatedItemComponent
- DamageIndicatedItemFluidContainer - Class in org.cyclops.cyclopscore.item
-
This extension on
Item
with a fluid capability will show a damage indicator depending on how full the container is. - DamageIndicatedItemFluidContainer(Item.Properties, int, Supplier<Fluid>) - Constructor for class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
-
Create a new DamageIndicatedItemFluidContainer.
- 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.
- DataComponentFluidContentConfig - Class in org.cyclops.cyclopscore.component
- DataComponentFluidContentConfig() - Constructor for class org.cyclops.cyclopscore.component.DataComponentFluidContentConfig
- DataComponentInventoryConfig - Class in org.cyclops.cyclopscore.component
- DataComponentInventoryConfig() - Constructor for class org.cyclops.cyclopscore.component.DataComponentInventoryConfig
- decode(DynamicOps<T>, T) - Method in class org.cyclops.cyclopscore.codec.ListCodecStrict
- decode(RegistryFriendlyByteBuf) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- DEFAULT_CAMERA_TRANSFORMS - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- DEFAULT_CAMERA_TRANSFORMS_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- DefaultCapabilityProvider<O,
C, - Class in org.cyclops.cyclopscore.modcompat.capabilitiesT> -
A default implementation of the capability provider.
- DefaultCapabilityProvider(T) - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.DefaultCapabilityProvider
- 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
- DefaultSidedCapabilityProvider<O,
T> - Class in org.cyclops.cyclopscore.modcompat.capabilities -
A default sided implementation of the capability provider.
- DefaultSidedCapabilityProvider(EnumFacingMap<T>) - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider
- DefaultSidedCapabilityProvider.ISidedCapabilityConstructor<T> - Interface in org.cyclops.cyclopscore.modcompat.capabilities
- DefaultSlotlessItemHandlerWrapper - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
An naive
ISlotlessItemHandler
wrapper around anIItemHandler
. - DefaultSlotlessItemHandlerWrapper(IItemHandler) - 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
- DelegatingChildDynamicItemAndBlockModel - Class in org.cyclops.cyclopscore.client.model
-
A dynamic model with a parent that can be used for items and blocks that delegates its blockstate.
- DelegatingChildDynamicItemAndBlockModel(BakedModel) - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingChildDynamicItemAndBlockModel
- DelegatingChildDynamicItemAndBlockModel(BakedModel, ItemStack, Level, LivingEntity) - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingChildDynamicItemAndBlockModel
- DelegatingChildDynamicItemAndBlockModel(BakedModel, BlockState, Direction, RandomSource, ModelData, RenderType) - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingChildDynamicItemAndBlockModel
- DelegatingDynamicItemAndBlockModel - Class in org.cyclops.cyclopscore.client.model
-
A dynamic model that can be used for items and blocks that delegates its blockstate.
- DelegatingDynamicItemAndBlockModel() - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- DelegatingDynamicItemAndBlockModel(ItemStack, Level, LivingEntity) - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- DelegatingDynamicItemAndBlockModel(BlockState, Direction, RandomSource, ModelData, RenderType) - Constructor for class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- deserialize(HolderLookup.Provider, CompoundTag) - Static method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
Deserialize a recipe from NBT
- deserialize(HolderLookup.Provider, CompoundTag) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Deserialize ingredients from NBT
- deserialize(HolderLookup.Provider, CompoundTag) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
-
Deserialize an ingredient from NBT
- deserialize(HolderLookup.Provider, CompoundTag) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Deserialize the given NBT tag to an ingredient array list.
- deserialize(HolderLookup.Provider, CompoundTag, long) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Deserialize the storage from the given NBT tag.
- deserialize(HolderLookup.Provider, CompoundTag, IngredientCollections.IIngredientCollectionConstructor<C>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Deserialize the given NBT tag to an ingredient array list.
- deserialize(HolderLookup.Provider, IngredientComponent<T, M>, Tag) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer
- deserialize(HolderLookup.Provider, IngredientComponent<T, M>, Tag) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- deserialize(HolderLookup.Provider, IngredientComponent<T, M>, Tag) - 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.
- deserializeInstance(HolderLookup.Provider, Tag) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Deserialize an instance from NBT.
- DimPos - Class in org.cyclops.cyclopscore.datastructure
-
A simple data class for a block position inside a world.
- DirectionCorner - Enum Class in org.cyclops.cyclopscore.client.model
-
An equivalent to
Direction
for being able to also refer to block positions that are at a euclidian distance of maximum 2. - doApply(ObjectArrayList<ItemStack>, LootContext) - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- doesEnchantApply(ItemStack, Holder<Enchantment>) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
-
Checks if an itemStack has a certain enchantment.
- drain(int, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- drain(int, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- drain(int, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- drain(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- drain(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- drain(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- drawArrowRight(GuiGraphics, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- drawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- drawElementInner(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- drawElementInner(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
- drawElementInner(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- drawElementInner(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int, AdvancedButton) - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
-
Draw the reward.
- drawElementInner(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int, AdvancedButton) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- drawHorizontalRule(GuiGraphics, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawOuterBorder(GuiGraphics, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawOuterBorder(GuiGraphics, int, int, int, int, float, float, float, float) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawScaledCenteredString(GuiGraphics, String, int, int, int, float, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawScaledCenteredString(GuiGraphics, String, int, int, int, float, int, boolean) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawScaledCenteredString(GuiGraphics, String, int, int, int, float, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawScaledCenteredString(GuiGraphics, String, int, int, int, float, int, int, boolean) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawScreen(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int, boolean) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
Draw the appendix.
- drawScreen(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Draw the screen for a given page.
- drawSlotText(Font, String, int, int) - Method in class org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended
- drawTextBanner(GuiGraphics, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- drawTooltip(GuiGraphics, int, int, Component) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- DynamicBaseModel - Class in org.cyclops.cyclopscore.client.model
-
A model that can be used as a basis for flexible baked models.
- DynamicBaseModel() - Constructor for class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- DynamicItemAndBlockModel - Class in org.cyclops.cyclopscore.client.model
-
A dynamic model that can be used for items and blocks.
- DynamicItemAndBlockModel(boolean, boolean) - Constructor for class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
E
- eConfig - Variable in class org.cyclops.cyclopscore.potion.CyclopsEffect
- ElementButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
- EMPTY - Static variable in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- EMPTY_FACE_QUADS - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- emptyCollection(IngredientComponent<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Create a new immutable empty collection.
- EnchantmentHelpers - Class in org.cyclops.cyclopscore.helper
-
This class contains helper methods to get and set certain enchants and enchantment levels on item stacks.
- EnchantmentHelpers() - Constructor for class org.cyclops.cyclopscore.helper.EnchantmentHelpers
- EnchantmentHelpers.EnchantmentVisitor - Interface in org.cyclops.cyclopscore.helper
- encode(List<A>, DynamicOps<T>, T) - Method in class org.cyclops.cyclopscore.codec.ListCodecStrict
- encode(RegistryFriendlyByteBuf) - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- ENERGY - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- entity - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- 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
- EntityEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.EntityEventListener
- EntityHelpers - Class in org.cyclops.cyclopscore.helper
-
Helpers for entities.
- EntityHelpers() - Constructor for class org.cyclops.cyclopscore.helper.EntityHelpers
- entrySet() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
- entrySet() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- 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
- equals(Object) - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.cyclops.cyclopscore.codec.ListCodecStrict
- equals(Object) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- equals(Object) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- equals(Object) - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- equals(Object) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- equals(Object) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- equals(Object) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
-
Check if this collection equals the given object.
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- equals(Object) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- equals(Object) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- equals(Object) - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- equals(Object) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- equalsCheckedOrdered(IIngredientCollection<T, M>, IIngredientCollection<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Check if the two collection are equal by order using safe types.
- equalsMap(IIngredientMap<?, ?, ?>, IIngredientMap<?, ?, ?>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Check if the two maps are equal.
- equalsMapChecked(IIngredientMap<T, M, V>, IIngredientMap<T, M, V>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Check if the two maps are equal using safe types.
- equalsOrdered(IIngredientCollection<?, ?>, IIngredientCollection<?, ?>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Check if the two collection are equal by order.
- 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.
- ExactIterator(T, IIngredientCollectionMutable<T, ?>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientSet.ExactIterator
- export() - Method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- export() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableFluidTranslationKeys
- export() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableItemTranslationKeys
- export() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
- export(Path) - Method in interface org.cyclops.cyclopscore.metadata.IRegistryExportableRegistry
- export(Path) - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRegistry
- Expression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren.Expression
- Expression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent.Expression
- Expression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength.Expression
- Expression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent.Expression
- Expression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot.Expression
- Expression(double, NbtPathExpressionParseHandlerBooleanRelationalAdapter) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
- Expression(int) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement.Expression
- Expression(int, int, int) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression
- Expression(String) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild.Expression
- Expression(String) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual.Expression
- Expression(List<String>, List<Integer>) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression
- Expression(INbtPathExpression) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression.Expression
- externalToInternalSlot(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- extract(int, long, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- extract(int, long, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- extract(long, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- extract(long, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- extract(long, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- extract(T, M, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- extract(T, M, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- extract(T, M, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- extractFromInventory(int, ItemStack, Fluid, Player, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- extractFromInventory(int, ItemStack, Fluid, Player, IFluidHandler.FluidAction) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Extract the given fluid amount from any item inside the player's inventory.
- extractFromItemOrInventory(int, ItemStack, Player, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- extractFromItemOrInventory(int, ItemStack, Player, IFluidHandler.FluidAction) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Extract the given fluid amount from the given item, or from the player's inventory if that fails.
- extractItem(int, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- extractItem(int, boolean) - Method in interface org.cyclops.commoncapabilities.api.capability.itemhandler.ISlotlessItemHandler
-
Extracts an ItemStack from the item handler.
- extractItem(int, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- extractItem(int, int, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- extractItem(ItemStack, int, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
F
- facing - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- fill(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- fill(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- fill(FluidStack, IFluidHandler.FluidAction) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- fillDefaultCreativeTabEntries(NonNullList<ItemStack>, Fluid) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Add the creative tab items.
- FilteredFluidHandlerFluidStackIterator - Class in org.cyclops.commoncapabilities.api.capability.fluidhandler
-
A filtered iterator over all slots in a fluid handler.
- FilteredFluidHandlerFluidStackIterator(IFluidHandler, FluidStack, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.fluidhandler.FilteredFluidHandlerFluidStackIterator
- FilteredIngredientCollectionIterator<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An iterator that filters over an instances collection based on an instance with a match condition.
- FilteredIngredientCollectionIterator(Iterable<T>, IIngredientMatcher<T, M>, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
-
Create a new instance.
- FilteredIngredientCollectionIterator(Iterator<T>, IIngredientMatcher<T, M>, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
-
Create a new instance.
- FilteredIngredientCollectionLikeSingleClassifiedIterator<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionI, C, L> -
A filtered iterator over a collection that has the
IIngredientCollectionLikeSingleClassifiedTrait
trait. - FilteredIngredientCollectionLikeSingleClassifiedIterator(IIngredientCollectionLikeSingleClassifiedTrait<T, M, I, C, L>, IIngredientMatcher<T, M>, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator
-
Create a new instance.
- FilteredIngredientMapIterator<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV> -
An iterator that filters over instance map entries based on an instance with a match condition.
- FilteredIngredientMapIterator(Iterator<Map.Entry<T, V>>, IIngredientMatcher<T, M>, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator
-
Create a new instance.
- FilteredItemHandlerItemStackIterator - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
A filtered iterator over all slots in an item handler.
- FilteredItemHandlerItemStackIterator(IItemHandler, ItemStack, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- 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
- findNext() - Method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FilteredFluidHandlerFluidStackIterator
- findNext() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- findNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
- findNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator
- findNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator
- findNext() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- FIRST_PERSON_LEFT_HAND - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- FIRST_PERSON_LEFT_HAND_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- FIRST_PERSON_RIGHT_HAND - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- FIRST_PERSON_RIGHT_HAND_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- firstIndexOf(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
The first index that has an instance that equals the given instance.
- firstIndexOf(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- FIXED - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- FIXED_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- flag - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
The bitwise identifier for this direction, used for bitwise toggling of directions.
- fluid - Variable in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- FLUID - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
-
Match FluidStack fluids.
- FLUID - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- FLUID_HANDLER_CAPACITY - Static variable in class org.cyclops.cyclopscore.Capabilities.Item
- FluidActionNeoForge - Class in org.cyclops.cyclopscore.config.configurabletypeaction
-
The action used for
FluidConfigNeoForge
. - FluidActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.FluidActionNeoForge
- FluidButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.FluidButton
- FluidConfigNeoForge - Class in org.cyclops.cyclopscore.config.extendedconfig
-
Config for fluids.
- FluidConfigNeoForge(ModBaseNeoForge<?>, String, Function<FluidConfigNeoForge, BaseFlowingFluid.Properties>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
-
Make a new instance.
- FluidHandlerFluidStackIterator - Class in org.cyclops.commoncapabilities.api.capability.fluidhandler
-
An iterator over all slots in a fluid handler.
- FluidHandlerFluidStackIterator(IFluidHandler) - Constructor for class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidHandlerFluidStackIterator
- FluidHandlerFluidStackIterator(IFluidHandler, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidHandlerFluidStackIterator
- FluidHandlerItemCapacity - Class in org.cyclops.cyclopscore.capability.fluid
-
An itemfluid handler with a mutable capacity.
- FluidHandlerItemCapacity(ItemStack, int) - Constructor for class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- FluidHandlerItemCapacity(ItemStack, int, Fluid) - Constructor for class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- FluidHandlerItemCapacityConfig - Class in org.cyclops.cyclopscore.capability.fluid
-
Config for the item fluid handler with configurable capacity capability.
- FluidHandlerItemCapacityConfig() - Constructor for class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacityConfig
-
Make a new instance.
- FluidHandlerListReadOnly - Class in org.cyclops.cyclopscore.recipe.type
-
A simple
IFluidHandler
implementation that only allows fluid reading. - FluidHandlerListReadOnly(NonNullList<FluidStack>) - Constructor for class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- FluidHandlerWrapper - Class in org.cyclops.cyclopscore.fluid
- FluidHandlerWrapper(IFluidHandler) - Constructor for class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- FluidHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- FluidHelpersNeoForge() - Constructor for class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- FluidMatch - Class in org.cyclops.commoncapabilities.api.capability.fluidhandler
-
Fluid matching flags.
- FluidMatch() - Constructor for class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
- FluidSectionConditionHandler - Class in org.cyclops.cyclopscore.infobook.condition
-
Condition handler for checking if a fluid has been registered.
- FluidSectionConditionHandler() - Constructor for class org.cyclops.cyclopscore.infobook.condition.FluidSectionConditionHandler
- FLUIDSTACK - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- forAll(NbtPathExpressionExecutionContext...) - Static method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- forAllSides(H) - Static method in class org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider
- 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
- formatString(String) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Give the correct format to a string.
- fromOffset(BlockPos) - Method in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
Offset from the given position with the current corner.
- fromRecipeInput(IRecipeDefinition) - Static method in class org.cyclops.commoncapabilities.api.ingredient.MixedIngredients
-
Create ingredients from the given recipe's input.
- FurnaceRecipeAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Blood Infuser recipes.
- FurnaceRecipeAppendix(IInfoBook, Supplier<RecipeDisplayEntry>) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
G
- gatherCapabilities(RegisterCapabilitiesEvent) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- get() - Static method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
- get(int) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Get the instance at the given index.
- get(int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- get(String) - Static method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Get the mod by id.
- get(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Get the value for the given instance.
- get(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- get(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- get(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- getAcceptedFluid() - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Get the accepted fluid for this tank.
- getAdditionalHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getAdditions() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- getAdvancedButtons(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getAdvancement(Dist, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- getAdvancementManagerClient() - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- getAdvancementManagerServer() - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- getAdvancementRewards(String) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- getAdvancements() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- getAll() - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
- getAll(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Get all values for all instances that match with the given instance under the given match conditions.
- getAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- getAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- getAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- 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(FluidStack) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- getAmount(FluidStack) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Get the fluid amount of the given stack in a safe manner.
- getAmplifier(LivingEntity) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- getAmplifier(LivingEntity, Holder<MobEffect>) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- getAnyMatchCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getAppendixLineHeight(SectionAppendix, Font) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
- getAppendixOffsetLine(Font, SectionAppendix) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
- getBannerWidth() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getBarColor(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- getBarWidth(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- getBaseUrl() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getBaseUrl() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getBestClassifiedCollection(M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait
-
Get the best matching classified collection-like for the given match condition.
- getBlock() - Method in class org.cyclops.cyclopscore.item.InformationProviderComponent
-
Get the blockState that uses this component.
- getBlockPos() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- getBlockStorage(Level, BlockPos, BlockState, BlockEntity, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getBucketVolume() - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- getBucketVolume() - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
- 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 interface org.cyclops.cyclopscore.modcompat.capabilities.ICapabilityTypeGetter
- getCapability(BaseCapability<T, C>, C) - Method in interface org.cyclops.commoncapabilities.api.ingredient.capability.ICapabilityGetter
- getCapability(ILevelExtension, BlockPos, C, BlockCapability<T, C>) - Method in class org.cyclops.cyclopscore.helper.CapabilityHelpersNeoForge
- getCapability(ILevelExtension, BlockPos, C, BlockCapability<T, C>) - Method in interface org.cyclops.cyclopscore.helper.ICapabilityHelpersNeoForge
-
Safely get a capability from a block entity.
- getCapability(ILevelExtension, BlockPos, BlockCapability<T, C>) - Method in class org.cyclops.cyclopscore.helper.CapabilityHelpersNeoForge
- getCapability(ILevelExtension, BlockPos, BlockCapability<T, C>) - Method in interface org.cyclops.cyclopscore.helper.ICapabilityHelpersNeoForge
-
Safely get a capability from a block entity.
- getCapability(O, C) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.DefaultCapabilityProvider
- 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
- getCapability(DimPos, C, BlockCapability<T, C>) - Method in class org.cyclops.cyclopscore.helper.CapabilityHelpersNeoForge
- getCapability(DimPos, C, BlockCapability<T, C>) - Method in interface org.cyclops.cyclopscore.helper.ICapabilityHelpersNeoForge
-
Safely get a capability from a block entity.
- getCapability(DimPos, BlockCapability<T, C>) - Method in class org.cyclops.cyclopscore.helper.CapabilityHelpersNeoForge
- getCapability(DimPos, BlockCapability<T, C>) - Method in interface org.cyclops.cyclopscore.helper.ICapabilityHelpersNeoForge
-
Safely get a capability from a block entity.
- getCapability(O, Direction) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.DefaultSidedCapabilityProvider
- getCapabilityConstructorRegistry() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getCapabilityHelpers() - Method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
- getCapabilityHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getCapacity() - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- getCapacity() - Method in interface org.cyclops.cyclopscore.capability.fluid.IFluidHandlerItemCapacity
- getCapacity(IFluidHandler) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- getCapacity(IFluidHandler) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Get the capacity of a fluid handler.
- getCategoryType() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getCategoryType() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
- getCategoryType() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- getCategoryType() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- getCategoryTypes() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getChildIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getChildIndexes() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression
- getChildNames() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression
- getClassifiedCollections() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait
- getClassifiedCollections() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
- getClassifiedCollections() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- getClassifiedCollections() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- getClassifiedCollections() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- getClassifiedCollections() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- getClassifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getClassifier(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
-
Get the classifier for the given instance.
- getCodecItemStackFromIngredient(Supplier<List<String>>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- getCodecItemStackOrTag(Supplier<List<String>>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- getCodecItemStackOrTagChance(Supplier<List<String>>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- getCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- getCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- getCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- 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 interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- getComponent() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- 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.
- getComponentType(ItemStack) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
- getCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
- getCondition() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- getConfigHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getConfigLinks() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getConfigLinks() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfigNeoForge
- getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfigNeoForge
- getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
- getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfigNeoForge
- getConsumed() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser.StringParseResult
- getConsumedExpressionLength() - Method in class org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- getContainer() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getContainerSize() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- getContexts() - Method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- getCount() - Method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- getCraftingRemainingItem(ItemStack) - Method in class org.cyclops.cyclopscore.helper.ItemStackHelpersNeoForge
- getCurrentPage() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getCurrentPage() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getCurrentSection() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getCurrentSection() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getCurrentServer() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- getCurrentTag() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- getDataId() - Method in class org.cyclops.cyclopscore.persist.world.GlobalCounters
- getDataId() - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
- getDefaultCreativeTabEntries() - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- getDefaultFluidProperties(ModBaseNeoForge<?>, String, Consumer<FluidType.Properties>) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
- 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.
- getDeletions() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- getDestination() - Method in exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- getDiff(IngredientComponent<T, M>, IngredientCollectionPrototypeMap<T, M>, IngredientCollectionPrototypeMap<T, M>, Iterator<T>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffHelpers
-
Calculate a diff between oldInstancesCache - newInstances, and produce a diff.
- getDisplayName(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return the display name of the given instance.
- getDurability(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Get the displayed durability value for the given
ItemStack
. - getElement() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
- getEmptyInstance() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getEmptySlots() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getEmptySlots() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- getEnchantmentLevel(ItemStack, Holder<Enchantment>) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
-
Returns the level of an enchantment given an itemStack.
- getEnd() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression
- getEntitiesInArea(Level, BlockPos, int) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Get the list of entities within a certain area.
- getEntitySize(Entity) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Get the size of an entity.
- getEntityStorage(Entity, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getExactMatchCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getExactMatchNoQuantityCondition() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getExportables() - Method in interface org.cyclops.cyclopscore.metadata.IRegistryExportableRegistry
- getExportables() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRegistry
- getExpression() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression.Expression
- getFirstItemStack() - Method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- getFirstMatchingCategory(M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait
-
Get the first category type that applies to the given match condition.
- getFirstNonEmpty(IngredientComponent<T, ?>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Get the first non-empty instance of the given type.
- getFirstSingleClassified() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait
- getFluid() - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- getFluid() - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
-
Get the fluid.
- getFluid(IFluidHandler) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- getFluid(IFluidHandler) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Get the fluid contained in a fluid handler.
- getFluidBakedQuadColor(FluidStack) - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge
-
Get the fluid color to use in a baked quad.
- getFluidBakedQuadColor(FluidStack) - Method in class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- getFluidHandler() - Method in interface org.cyclops.cyclopscore.recipe.type.IInventoryFluid
- getFluidHandler() - Method in class org.cyclops.cyclopscore.recipe.type.InventoryFluid
- getFluidHandlerItemCapacity(ItemStack) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- getFluidHandlerItemCapacity(ItemStack) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
- getFluidHelpers() - Method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
- getFluidHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getFluidIcon(Fluid, Direction) - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge
-
Get the icon of a fluid for a side in a safe way.
- getFluidIcon(Fluid, Direction) - Method in class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- getFluidIcon(FluidStack, Direction) - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge
-
Get the icon of a fluid for a side in a safe way.
- getFluidIcon(FluidStack, Direction) - Method in class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- getFluidInTank(int) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- getFluidInTank(int) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- getFluidType() - Method in class org.cyclops.cyclopscore.fluid.Tank
-
Get the fluid that currently occupies this tank, will return null if there is no fluid.
- getFluidVertexBufferColor(FluidStack) - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge
-
Get the fluid color to use in buffer rendering.
- getFluidVertexBufferColor(FluidStack) - Method in class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- getFont() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getFontHeight(Font) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
- getFootnoteOffsetX() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getFootnoteOffsetX() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getFootnoteOffsetY() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getFootnoteOffsetY() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getFullHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfigNeoForge
- getGeneralQuads() - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- getGenericReference() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getGuiHeight() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getGuiHeight() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getGuiHelpers() - Method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
- getGuiHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getGuiWidth() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getGuiWidth() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- getHeight() - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getHeight() - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- getHeightInner() - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- getHeightInner() - Method in class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
- getHeightInner() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getHistory() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getHistory() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getIconLocationFlow() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
-
Get the flow icon location.
- getIconLocationStill() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
-
Get the still icon location.
- 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.cyclopscore.infobook.pageelement.AdvancementRewards
- getImcHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getIndex(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Get the index attribute value of the given node.
- getInfo(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Get hovering info for the given
ItemStack
. - getInfo(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- getInfo(ItemStack) - Method in interface org.cyclops.cyclopscore.item.IInformationProvider
-
Get info for a given itemStack.
- getInfo(FluidStack, int, int) - Static method in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
Get hovering info for the given amount and capacity.
- getInfoBook() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getInfoBook() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- getInfoBook() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getInfoSection() - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- getIngredient() - Method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- getIngredientComponent() - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- getIngredientComponent() - Method in exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- getIngredientComponentForStorageCapability(BaseCapability<?, ?>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Get the ingredient component that was attached to the given storage capability.
- getIngredientComponentStorage() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- getIngredientComponentStorage() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- getInnerCollection() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- 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.cyclopscore.infobook.test.InfoBookTest
- getInstance() - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientInstanceUnwrapperFunction
- getInstance() - Static method in class org.cyclops.cyclopscore.metadata.RegistryExportableRegistry
- getInstance(I) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
-
Get the instance from the given iterator instance.
- getInstance(Map.Entry<T, V>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- getInstance(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- 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
- getInstancesCache() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffManager
- getItem(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- getItemHandler() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- 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
- getItemStack() - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- getItemStack() - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- getItemStackHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getItemStacks(RecipeDisplayEntry, int, ContextMap, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- getItemStackWithRandomizedSize(RandomSource) - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
-
Get a copy of the itemstack with a randomized stacksize.
- getItemStorage(ItemStack, C) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getJeiRecipeWrapper(R) - Static method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- getKey() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- getKeyRegistry() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getLevel() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- getLevel(boolean) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- getLevelKey() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- 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
- getLineStart() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getLinks(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getLocalizedPageLines(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getLocalizedTitle() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getLootTables() - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- getMatchCondition() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getMatcher() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getMatches() - Method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- getMaterial() - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
-
Get the material.
- getMaximumQuantity() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
- getMaximumTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getMaximumTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- 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.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- getMaxQuantity() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- getMaxQuantity() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- 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.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- getMaxQuantity(int) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- getMaxStackSize() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- getMaxStackSize() - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- getMinecraftHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getMinimumTemperature() - Method in class org.cyclops.commoncapabilities.api.capability.temperature.DefaultTemperature
- getMinimumTemperature() - Method in interface org.cyclops.commoncapabilities.api.capability.temperature.ITemperature
- getMod() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getMod() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getMod() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getMod() - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- getMod() - Method in class org.cyclops.cyclopscore.proxy.ClientProxyNeoForge
- getMod() - Method in class org.cyclops.cyclopscore.proxy.CommonProxyNeoForge
- getMod() - Method in interface org.cyclops.cyclopscore.proxy.ICommonProxy
- getModel() - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- getModEventBus() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getModHelpers() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getModName() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getMods() - Static method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getMovedActual() - Method in exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- getName() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getName() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- getName() - Method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- getName() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableFluidTranslationKeys
- getName() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableItemTranslationKeys
- getName() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
- getNbtTagKey() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- getNext(int, boolean) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Get the next InfoSection relative to this one plus page in this tree hierarchy using pre-order traversal.
- getNext(String) - Method in interface org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation
-
Get the child navigation of the given key, or null if it is not present.
- getNext(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter
- getNext(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLeafWildcard
- getNext(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLinkWildcard
- getNext(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationList
- getNext(String) - Method in class org.cyclops.cyclopscore.persist.world.GlobalCounters
-
Get the next counter value for the given key.
- getNextSections(List<InfoSection>) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getNodeResourceLocation(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- getNonEmptySlots() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- getNonEmptySlots() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- 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.
- getNonEmptySlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- 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.
- getNonFullSlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- getOffsetXForPageBase(int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getOffsetXForPageBase(int) - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getOffsetXForPageWithWidths(int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getOffsetXTotal() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getOffsetY() - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- getOnPress() - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- getOrCreateClassifiedCollection(C) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
-
Get the existing collection-like for the given classifier, or create a new one if it does not exist yet.
- getOrientation(int) - Static method in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
Get the direction of the given value, inverse of the @see DirectionCorner#ordinal() method.
- getOutput() - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
- getOutput() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.RecipeDefinition
- getOutputTransformer() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- getOutputTransformer() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.Serializer
- getPacketHandler() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getPage() - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- getPage() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getPages() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getPages() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPagesPerView() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getPagesPerView() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getPageWidth() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPageWidth() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getPageYOffset() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPageYOffset() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getParent() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getParentContext() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- getPersistedPlayerNbt(Player) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Get the persisted NBT tag from a player.
- getPrefixExpression() - Method in class org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- getPrevious(int, boolean) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Get the previous InfoSection relative to this one plus page in this tree hierarchy using pre-order traversal.
- getPreviousSections(List<InfoSection>) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPrevNextOffsetX() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPrevNextOffsetX() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getPrevNextOffsetY() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getPrevNextOffsetY() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getPrimaryQuantifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getPrimaryQuantifier() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- getPrototype() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
- getPrototype() - Method in class org.cyclops.commoncapabilities.api.ingredient.PrototypedIngredient
- getPrototype(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- getPrototypesFromIngredient(Ingredient) - Static method in class org.cyclops.cyclopscore.ingredient.recipe.IngredientRecipeHelpers
-
Create prototyped ingredient alternatives from the given ingredient.
- getProxy() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getQuads(BlockState, Direction, RandomSource) - Method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- getQuads(BlockState, Direction, RandomSource) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- getQuads(BlockState, Direction, RandomSource, ModelData, RenderType) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- getQuantifierlessMatchCondition() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- getQuantity() - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag
- getQuantity(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Get the quantity in the given instance.
- getQuantity(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollapsedCollectionMutable
-
Get the quantity of the given instance.
- getQuantity(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- getQuantity(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- getQuantity(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassifiedCollapsed
- getRandomWeightedItemStack(List<WeightedItemStack>, RandomSource) - Static method in class org.cyclops.cyclopscore.item.WeightedItemStack
-
Get a random item from the given list.
- getRecipe() - Method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- getRecipeDefinition(RecipeHolder<R>) - Method in class org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- getRecipeDisplay() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getRecipeDisplay(RecipeType<?>, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- getRecipeDisplays(RecipeType<?>, String) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- 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.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- getRecipeInputContainer(IMixedIngredients) - Method in class org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
-
Create a new container for the given recipe's input.
- getRecipeInputIngredients(R) - Method in class org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
-
Get the input ingredients for the given recipe.
- getRecipeOutput() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
- getRecipeOutput(RecipeHolder<?>) - Static method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- 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.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- getRecipeOutputIngredients(R) - Method in class org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
-
Get the output ingredients for the given recipe.
- 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.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- getRecipeType() - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
- getRecipeType() - Method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- getReferenceValue(ModBaseNeoForge.EnumReferenceKey<T>) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Get the value for a generic reference key.
- getRegistrationHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfigNeoForge
- getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfigNeoForge
- getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfigNeoForge
- getRegistryEntriesHolder() - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- getRegistryEventPassed() - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalEqual
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalGreaterThan
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalLessThan
- getRelationalValue(double, double) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalLessThanOrEqual
- getRelativeWebPath() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getRemainder() - Method in exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- getRenderHelpers() - Method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
- getRenderHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- getRenderingSide() - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- getRenderTypeGetter() - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- getResult() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser.StringParseResult
- getResultItem() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput
- getResultItem() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
- getRewards() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- getRoot(IInfoBook) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBookRegistry
-
Get the root of the given book.
- getRoot(IInfoBook) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- getRootContext() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- getSafeProperty(ModelData, ModelProperty<T>, T) - Static method in class org.cyclops.cyclopscore.helper.ModelHelpers
-
Safely get a model data property for a data state and value that may not have been set yet.
- getScreenFactory() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfigScreenFactoryProvider
- getScreenFactoryProvider() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfig
- getSection(String) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getSection(String) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getSections() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- 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
- getSerializer() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput
- getSerializer() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
- getSizeInventory() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTest
- 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.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- getSlotContents(int) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- getSlotLimit(int) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- getSlots() - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- 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.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- getSlots() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- getSlots() - Method in class org.cyclops.cyclopscore.inventory.InventoryModifiableContainerNeoForge
- 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.
- getSlotsWithItemStack(ItemStack, int) - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- getStackInSlot(int) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- getStackInSlot(int) - Method in class org.cyclops.cyclopscore.inventory.InventoryModifiableContainerNeoForge
- getStart() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression
- getState() - Method in interface org.cyclops.commoncapabilities.api.capability.inventorystate.IInventoryState
-
Get a state value which represents the current state of an inventory.
- getState() - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- getState() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventoryState
- getStep() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression
- 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(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
- getSubExpressions() - Method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionList
- getSubSection(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getSubSections() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getTag() - Method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- getTagIndex() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- getTagIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- getTags() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getTankCapacity(int) - Method in interface org.cyclops.cyclopscore.capability.fluid.IFluidHandlerCapacity
- getTankCapacity(int) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- getTankCapacity(int) - Method in class org.cyclops.cyclopscore.fluid.Tank
- getTankCapacity(int) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- getTanks() - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- getTanks() - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- getTarget() - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- getTarget() - Method in class org.cyclops.cyclopscore.infobook.HyperLink
- 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
- getTick() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getTick(ScreenInfoBook) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getTitleColor() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- getTitleColor() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- getTranslationKey() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfigNeoForge
- getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfigNeoForge
- getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfigNeoForge
- getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfigNeoForge
- getTranslationKey() - Method in class org.cyclops.cyclopscore.infobook.HyperLink
- getTranslationKey() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- getTranslationKey(E) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
- getTranslationKey(ItemStack) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
- getTranslationKey(FluidStack) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.FluidButton
- getType() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- getUnlocalizedTitle() - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- getUnlocalizedTitle() - Method in class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
- getUnlocalizedTitle() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- getValueBoolean(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
get the boolean value
- getValueInt(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
get the int value
- getValueNbt(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
get the NBT value
- getValueString(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Get the string value
- getValueTextComponent(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Get the
MutableComponent
value - getValueTextComponentList(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Get the
MutableComponent
list value - getWeight() - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.CraftingRecipeAppendix
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- getWidth() - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- getWidth() - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- getWorldReference() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- getWorldStorages() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- getX() - Method in class org.cyclops.cyclopscore.infobook.HyperLink
- getY() - Method in class org.cyclops.cyclopscore.infobook.HyperLink
- GlobalCounters - Class in org.cyclops.cyclopscore.persist.world
-
Global counter that is shared over all dimensions, persisted, and consistent over server and clients.
- GlobalCounters(ModBaseNeoForge) - Constructor for class org.cyclops.cyclopscore.persist.world.GlobalCounters
- GROUND - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- GROUND_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- gui - Variable in class org.cyclops.cyclopscore.infobook.AdvancedButton
- GUI - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- GUI_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- GuiActionNeoForge<T,
M> - Class in org.cyclops.cyclopscore.config.configurabletypeaction - GuiActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.GuiActionNeoForge
- GuiContainerOpenTriggerEventHooksNeoForge - Class in org.cyclops.cyclopscore.advancement.criterion
- GuiContainerOpenTriggerEventHooksNeoForge() - Constructor for class org.cyclops.cyclopscore.advancement.criterion.GuiContainerOpenTriggerEventHooksNeoForge
- GuiGraphicsExtended - Class in org.cyclops.cyclopscore.client.gui
-
Additional helper functions related to
GuiGraphics
. - GuiGraphicsExtended(GuiGraphics) - Constructor for class org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended
- GuiHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- GuiHelpersNeoForge(IModHelpers) - Constructor for class org.cyclops.cyclopscore.helper.GuiHelpersNeoForge
- GuiMainMenuExtensionDevWorldNeoForgeRegistrar - Class in org.cyclops.cyclopscore.client.gui
- GuiMainMenuExtensionDevWorldNeoForgeRegistrar() - Constructor for class org.cyclops.cyclopscore.client.gui.GuiMainMenuExtensionDevWorldNeoForgeRegistrar
H
- handle(InterModComms.IMCMessage) - Method in class org.cyclops.cyclopscore.modcompat.IMCHandler
- handle(InterModComms.IMCMessage) - Method in interface org.cyclops.cyclopscore.modcompat.IMCHandler.IIMCAction
-
Handle the given message, corresponds to the given key used with registration.
- handleBlockState(BlockState, Direction, RandomSource, ModelData, RenderType) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- handleClientSideRegistration(ParticleConfigCommon<T, M>, RegisterParticleProvidersEvent) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ParticleActionNeoForge
- handleItemState(ItemStack, Level, LivingEntity) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- handlePacketClient(IPayloadContext, PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- handlePacketServer(IPayloadContext, PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- handlePrefixOf(String, int) - Method in interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
-
Try to create an expression from the given position in the given expression.
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChildBrackets
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual
- handlePrefixOf(String, int) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion
- handleRemainder(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, T, T) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- HandleResult(INbtPathExpression, int) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- hasAdditions() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- hasAdvancementUnlocked(Player, AdvancementHolder) - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- hasAdvancementUnlocked(Player, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- 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.cyclopscore.CyclopsCoreNeoForge
- hasDeletions() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- hasFluid(IFluidHandler) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- hasFluid(IFluidHandler) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Check if the fluid handler is not empty.
- hash(IIngredientCollection<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Hash the given collection.
- hash(IIngredientMap<T, M, V>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Hash the given map.
- 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
- hashCode() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
-
Returns a hash code value for this object.
- hashCode() - Method in class org.cyclops.cyclopscore.codec.ListCodecStrict
- hashCode() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- hashCode() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- hashCode() - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- hashCode() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- hashCode() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- hashCode() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
- hashCode() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- hashCode() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- hashCode() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- hashCode() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- hashCode() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- hashCode() - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- hashCode() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FilteredFluidHandlerFluidStackIterator
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidHandlerFluidStackIterator
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- hasNext() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemHandlerItemStackIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated
- hasNext() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet.ExactIterator
- hasNext() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- hasNext() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
- hasWork() - Method in class org.cyclops.commoncapabilities.api.capability.work.DefaultWorker
- hasWork() - Method in interface org.cyclops.commoncapabilities.api.capability.work.IWorker
- HEAD - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- HEAD_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- HEIGHT - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- HyperLink - Class in org.cyclops.cyclopscore.infobook
-
A link wrapper targeted at other sections.
- HyperLink(int, int, InfoSection, String) - Constructor for class org.cyclops.cyclopscore.infobook.HyperLink
I
- IBlockCapabilityConstructor<O,
C, - Interface in org.cyclops.cyclopscore.modcompat.capabilitiesT, CK> -
Constructor for capabilities.
- ICapabilityConstructor<O,
C, - Interface in org.cyclops.cyclopscore.modcompat.capabilitiesT, CK> -
Constructor for capabilities.
- ICapabilityGetter<C> - Interface in org.cyclops.commoncapabilities.api.ingredient.capability
-
Abstraction over Items, Entities, and Levels.
- ICapabilityHelpersNeoForge - Interface in org.cyclops.cyclopscore.helper
- ICapabilityTypeGetter<T,
C> - Interface in org.cyclops.cyclopscore.modcompat.capabilities -
Getter for capability types.
- IClientProxy - Interface in org.cyclops.cyclopscore.proxy
-
Interface for client proxies.
- ICommonProxy - Interface in org.cyclops.cyclopscore.proxy
-
Interface for common proxies.
- IConfigInitializer - Interface in org.cyclops.cyclopscore.config
-
Can be injected into the config handler when building configs.
- IEntityDropParticleFXBlock - Interface in org.cyclops.cyclopscore.block.component
-
Interface for the
ParticleDropBlockComponent
. - IFluidHandlerCapacity - Interface in org.cyclops.cyclopscore.capability.fluid
-
A fluid handler with a mutable capacity.
- IFluidHandlerItemCapacity - Interface in org.cyclops.cyclopscore.capability.fluid
-
An item fluid handler with a mutable capacity.
- IFluidHandlerMutable - Interface in org.cyclops.cyclopscore.capability.fluid
-
A fluid handler that is mutable.
- IFluidHelpersNeoForge - Interface in org.cyclops.cyclopscore.helper
- IGuiHelpersNeoForge - Interface in org.cyclops.cyclopscore.helper
- IInfoBook - Interface in org.cyclops.cyclopscore.infobook
-
Instances of this can be used with the
InfoBookRegistry
to create in-game manuals. - IInfoBookRegistry - Interface in org.cyclops.cyclopscore.infobook
-
Registry for in-game manuals.
- IInformationProvider - Interface in org.cyclops.cyclopscore.item
-
Interface that can be applied to
Block
orItem
so that they can provide information when the player hovers over the item in their inventory. - IIngredientCollapsedCollection<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
An ingredient collection that does not strictly adhere to the
IIngredientCollection
interface and will collapse ingredients that are equal, ignoring their quantity. - IIngredientCollapsedCollectionMutable<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A mutable ingredient collection that does not strictly adhere to the
IIngredientCollection
interface and will collapse ingredients that are equal, ignoring their quantity. - IIngredientCollection<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A collection of ingredient component instances.
- IIngredientCollectionLike<T,
M, - Interface in org.cyclops.cyclopscore.ingredient.collectionI> -
A collection-like thing that contains ingredient component instances.
- IIngredientCollectionLikeMultiClassifiedTrait<T,
M, - Interface in org.cyclops.cyclopscore.ingredient.collectionI, L> -
An interface-based trait for collections that have a multi-level classification, which classify instances in smaller collections based on all category type of a component type.
- IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionI, L> - IIngredientCollectionLikeSingleClassifiedTrait<T,
M, - Interface in org.cyclops.cyclopscore.ingredient.collectionI, C, L> -
An interface-based trait for collections that have a single-level classification, which classify instances in smaller collections based on a category type.
- IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionI, C, L> -
An iterator over a single-level classification that allows removals.
- IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionC, I, L> -
An iterator over classified collection of a single-level classification that allows removals.
- IIngredientCollectionMutable<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A mutable collection of ingredient component instances.
- IIngredientComponentCapabilityAttacher<T,
M> - Interface in org.cyclops.commoncapabilities.api.ingredient.capability -
Instances of this interfaces can be used to attach a
ICapabilityProvider
to instances ofIngredientComponent
that 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
IIngredientComponentStorage
and the other way (IIngredientComponentStorage
into external storage interfaces). - IIngredientList<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
An ingredient collection using list semantics.
- IIngredientListMutable<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A mutable ingredient collection using list semantics.
- IIngredientMap<T,
M, - Interface in org.cyclops.cyclopscore.ingredient.collectionV> -
A mapping from ingredient component instances to values of any type.
- IIngredientMapMutable<T,
M, - Interface in org.cyclops.cyclopscore.ingredient.collectionV> -
A mutable mapping from ingredient component instances to values of any type.
- 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.
- IIngredientSet<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A ingredient collection using set semantics.
- IIngredientSetMutable<T,
M> - Interface in org.cyclops.cyclopscore.ingredient.collection -
A mutable ingredient collection using set semantics.
- IInventoryFluid - Interface in org.cyclops.cyclopscore.recipe.type
-
An inventory that can also contain fluids.
- IInventoryState - Interface in org.cyclops.commoncapabilities.api.capability.inventorystate
-
Represents the current state of an inventory.
- IKeyHandler - Interface in org.cyclops.cyclopscore.client.key
-
A handler responsible for handling key presses.
- IKeyRegistry - Interface in org.cyclops.cyclopscore.client.key
-
Hotkey registry
- ImageAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Images that can be added to sections.
- ImageAppendix(IInfoBook, ResourceLocation, int, int) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- IMCHandler - Class in org.cyclops.cyclopscore.modcompat
-
Handler for
InterModComms
s. - IMCHandler(ModBaseNeoForge) - Constructor for class org.cyclops.cyclopscore.modcompat.IMCHandler
- IMCHandler.IIMCAction - Interface in org.cyclops.cyclopscore.modcompat
- IMixedIngredients - Interface in org.cyclops.commoncapabilities.api.ingredient
-
A collection of ingredient instances of different types.
- IModHelpersNeoForge - Interface in org.cyclops.cyclopscore.helper
- INbtPathExpression - Interface in org.cyclops.cyclopscore.nbt.path
-
A parsed NBT path expression.
- INbtPathExpressionParseHandler - Interface in org.cyclops.cyclopscore.nbt.path.parse
-
Handles a string representation of an NBT path expression.
- INbtPathExpressionParseHandler.HandleResult - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A result data object for
INbtPathExpressionParseHandler
. - INbtPathNavigation - Interface in org.cyclops.cyclopscore.nbt.path.navigate
-
Datastructure that represents a concrete key-based navigation path that can be derived from a JSON path.
- InconsistentIngredientInsertionException - Exception Class in org.cyclops.cyclopscore.ingredient.storage
-
An exception that can be thrown when ingredients are being moved, and some ingredient could not be inserted into a destination storage, even though the simulation declared that this insertion would be allowed.
- InconsistentIngredientInsertionException(IngredientComponent<?, ?>, IIngredientComponentStorage<?, ?>, Object, Object) - Constructor for exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- IndexedSlotlessItemHandlerWrapper - Class in org.cyclops.cyclopscore.inventory
-
A
ISlotlessItemHandler
that uses the index from aIndexedInventory
. - IndexedSlotlessItemHandlerWrapper(IItemHandler, IInventoryIndexReference) - Constructor for class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- IndexedSlotlessItemHandlerWrapper.IndexIterator - Class in org.cyclops.cyclopscore.inventory
- IndexedSlotlessItemHandlerWrapper.WrappedIntIterator - Class in org.cyclops.cyclopscore.inventory
- IndexIterator(Iterator<Int2ObjectMap.Entry<ItemStack>>, ItemStack, int) - Constructor for class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- INFO_PREFIX - Static variable in interface org.cyclops.cyclopscore.item.IInformationProvider
-
Deprecated.
- INFO_PREFIX_STYLES - Static variable in interface org.cyclops.cyclopscore.item.IInformationProvider
-
Additional info prefix styles
- infoBook - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- InfoBook - Class in org.cyclops.cyclopscore.infobook
-
Default implementation for an
IInfoBook
. - InfoBook(ModBaseNeoForge, int, String) - Constructor for class org.cyclops.cyclopscore.infobook.InfoBook
- InfoBookException(String) - Constructor for exception class org.cyclops.cyclopscore.infobook.InfoBookParser.InfoBookException
- InfoBookParser - Class in org.cyclops.cyclopscore.infobook
-
XML parser which will generate the infobook.
- InfoBookParser() - Constructor for class org.cyclops.cyclopscore.infobook.InfoBookParser
- InfoBookParser.IAppendixFactory - Interface in org.cyclops.cyclopscore.infobook
- InfoBookParser.IAppendixItemFactory<C,
R> - Interface in org.cyclops.cyclopscore.infobook - InfoBookParser.IAppendixListFactory - Interface in org.cyclops.cyclopscore.infobook
- InfoBookParser.IInfoSectionFactory - Interface in org.cyclops.cyclopscore.infobook
- InfoBookParser.InfoBookException - Exception Class in org.cyclops.cyclopscore.infobook
- InfoBookParser.InvalidAppendixException - Exception Class in org.cyclops.cyclopscore.infobook
- InfoBookParser.InvalidAppendixException.IThrower<R> - Interface in org.cyclops.cyclopscore.infobook
- InfoBookRegistry - Class in org.cyclops.cyclopscore.infobook
-
Registry for info books for a mod.
- InfoBookRegistry() - Constructor for class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- InfoBookTest - Class in org.cyclops.cyclopscore.infobook.test
-
An infobook instance for testing.
- InfoBookTest() - Constructor for class org.cyclops.cyclopscore.infobook.test.InfoBookTest
- InformationProviderComponent - Class in org.cyclops.cyclopscore.item
-
A component that can be used for
IInformationProvider
implementations. - InformationProviderComponent(Block) - Constructor for class org.cyclops.cyclopscore.item.InformationProviderComponent
-
Make a new instance.
- InfoSection - Class in org.cyclops.cyclopscore.infobook
-
Section of the info book.
- InfoSection(IInfoBook, InfoSection, int, String, List<String>, List<SectionAppendix>, ArrayList<String>, ModBaseNeoForge<?>) - Constructor for class org.cyclops.cyclopscore.infobook.InfoSection
- InfoSection.Location - Class in org.cyclops.cyclopscore.infobook
- InfoSectionTagIndex - Class in org.cyclops.cyclopscore.infobook
-
Section that shows a sorted tag index with links.
- InfoSectionTagIndex(IInfoBook, InfoSection, ModBaseNeoForge<?>) - Constructor for class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
- IngredientArrayList<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient list collection that internally uses an
ArrayList
to store instances. - IngredientArrayList(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList
- IngredientArrayList(IngredientComponent<T, M>, int) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList
- IngredientArrayList(IngredientComponent<T, M>, Iterable<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList
- IngredientArrayList(IngredientComponent<T, M>, Iterator<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList
- IngredientArrayList(IngredientComponent<T, M>, T...) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList
- IngredientCollectionAdapter<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An adapter class for mutable ingredient collections.
- IngredientCollectionAdapter(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- IngredientCollectionCollectionAdapter<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionC> -
An abstract collection that stores instances directly in a regular
Collection
. - IngredientCollectionCollectionAdapter(IngredientComponent<T, M>, C) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- IngredientCollectionCollectionWrappedAdapter<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionC> -
An abstract collection that wraps instances in a
IngredientInstanceWrapper
and stores those in a regularCollection
. - IngredientCollectionCollectionWrappedAdapter(IngredientComponent<T, M>, C) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- IngredientCollectionDiff<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection.diff -
Data class for a collection of additions and deletions.
- IngredientCollectionDiff(IIngredientCollection<T, M>, IIngredientCollection<T, M>, boolean) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- IngredientCollectionDiffHelpers - Class in org.cyclops.cyclopscore.ingredient.collection.diff
-
Helper methods for ingredient collection diffs.
- IngredientCollectionDiffHelpers() - Constructor for class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffHelpers
- IngredientCollectionDiffManager<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection.diff -
Observes an
IIngredientCollection
to calculate diffs each timeIngredientCollectionDiffManager.onChange(Iterator)
is called. - IngredientCollectionDiffManager(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffManager
- IngredientCollectionEmpty<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An empty immutable ingredient collection.
- IngredientCollectionEmpty(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- IngredientCollectionHelpers - Class in org.cyclops.cyclopscore.ingredient.collection
- IngredientCollectionHelpers() - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionHelpers
- IngredientCollectionMultiClassified<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient collection that classifies instances in smaller collections based on all category type of a component type.
- IngredientCollectionMultiClassified(IngredientComponent<T, M>, Supplier<IIngredientCollectionMutable<T, M>>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- IngredientCollectionMutableWrapper<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionW> -
A mutable ingredient collection that wraps over another mutable ingredient collection.
- IngredientCollectionMutableWrapper(W) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- IngredientCollectionPrototypeMap<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient collection that stores the collection as an
IIngredientMap
where instances are stored as keys and their amounts as values. - IngredientCollectionPrototypeMap(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- IngredientCollectionPrototypeMap(IngredientComponent<T, M>, boolean) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- IngredientCollectionPrototypeMap(IngredientComponent<T, M>, boolean, IIngredientMapMutable<T, M, Long>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- IngredientCollectionPrototypeMap.QuantityApplier<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection - IngredientCollectionQuantitativeGrouper<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionI> -
A mutable ingredient collection that wraps over another mutable ingredient collection and groups instances by stacking them using their primary quantifier.
- IngredientCollectionQuantitativeGrouper(I) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- IngredientCollectionQuantitativeGrouper(I, boolean) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- IngredientCollections - Class in org.cyclops.cyclopscore.ingredient.collection
-
Helper functions for ingredient collections.
- IngredientCollections.IIngredientCollectionConstructor<C> - Interface in org.cyclops.cyclopscore.ingredient.collection
-
Helper interface for constructing an
IIngredientCollection
based on anIngredientComponent
. - IngredientCollectionSingleClassified<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionC, L> -
An ingredient collection that classifies instances in smaller collections based on a category type.
- IngredientCollectionSingleClassified(IngredientComponent<T, M>, Supplier<L>, IngredientComponentCategoryType<T, M, C>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
-
Create a new instance.
- IngredientCollectionSingleClassifiedCollapsed<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionC> -
An ingredient collection that classifies instances in smaller collections based on a category type, but multiple instances that are equal (ignoring quantity) are collapsed into one.
- IngredientCollectionSingleClassifiedCollapsed(IngredientComponent<T, M>, Supplier<IIngredientCollapsedCollectionMutable<T, M>>, IngredientComponentCategoryType<T, M, C>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassifiedCollapsed
-
Create a new instance.
- IngredientCollectionWrapper<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionW> -
An ingredient collection that wraps over another ingredient collection.
- IngredientCollectionWrapper(W) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- 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
- IngredientComponentStorageCollectionWrapper<T,
M> - Class in org.cyclops.cyclopscore.ingredient.storage -
An implementation of
IIngredientComponentStorage
that internally uses aIIngredientCollapsedCollectionMutable
to store instances. - IngredientComponentStorageCollectionWrapper(IIngredientCollapsedCollectionMutable<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- IngredientComponentStorageCollectionWrapper(IIngredientCollapsedCollectionMutable<T, M>, long, long) - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- 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
- IngredientComponentStorageSlottedCollectionWrapper<T,
M> - Class in org.cyclops.cyclopscore.ingredient.storage -
An implementation of
IIngredientComponentStorageSlotted
that internally uses aIIngredientListMutable
to store instances. - IngredientComponentStorageSlottedCollectionWrapper(IIngredientListMutable<T, M>, long, long) - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- 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
- IngredientComponentStorageSlottedWrapped<T,
M> - Class in org.cyclops.cyclopscore.ingredient.storage -
An ingredient storage wrapper.
- IngredientComponentStorageSlottedWrapped(IIngredientComponentStorageSlotted<T, M>, boolean, boolean, boolean) - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- IngredientComponentStorageWrapped<T,
M> - Class in org.cyclops.cyclopscore.ingredient.storage -
An ingredient storage wrapper.
- IngredientComponentStorageWrapped(IIngredientComponentStorage<T, M>, boolean, boolean, boolean) - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- IngredientHashMap<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV> -
An ingredient map collection that internally uses an
HashMap
to store instances. - IngredientHashMap(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashMap
- IngredientHashMap(IngredientComponent<T, M>, int) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashMap
- IngredientHashMap(IngredientComponent<T, M>, HashMap<IngredientInstanceWrapper<T, M>, V>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashMap
- IngredientHashMap(IngredientComponent<T, M>, IIngredientMap<? extends T, M, ? extends V>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashMap
- IngredientHashSet<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient list collection that internally uses an
HashSet
to store instances. - IngredientHashSet(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashSet
- IngredientHashSet(IngredientComponent<T, M>, int) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashSet
- IngredientHashSet(IngredientComponent<T, M>, Iterable<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashSet
- IngredientHashSet(IngredientComponent<T, M>, HashSet<IngredientInstanceWrapper<T, M>>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashSet
- IngredientHashSet(IngredientComponent<T, M>, Iterator<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientHashSet
- IngredientInstanceUnwrapperFunction<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
A function that unwraps wrapped instances into instances.
- 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
- IngredientLinkedList<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient list collection that internally uses an
LinkedList
to store instances. - IngredientLinkedList(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientLinkedList
- IngredientLinkedList(IngredientComponent<T, M>, Iterable<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientLinkedList
- IngredientLinkedList(IngredientComponent<T, M>, Iterator<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientLinkedList
- IngredientList<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
A mutable ingredient collection using list semantics.
- IngredientList(IngredientComponent<T, M>, List<T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- IngredientMapAdapter<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV> -
An abstract collection that wraps instances in a
IngredientInstanceWrapper
and stores those in a regularMap
. - IngredientMapAdapter(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- IngredientMapMultiClassified<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV> -
An ingredient map that classifies instances in smaller collections based on all category type of a component type.
- IngredientMapMultiClassified(IngredientComponent<T, M>, Supplier<IIngredientMapMutable<T, M, V>>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- IngredientMapSingleClassified<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV, C> -
An ingredient map that classifies instances in smaller collections based on a category type.
- IngredientMapSingleClassified(IngredientComponent<T, M>, Supplier<IIngredientMapMutable<T, M, V>>, IngredientComponentCategoryType<T, M, C>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
-
Create a new instance.
- IngredientMapWrappedAdapter<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV, C> -
An abstract ingredient map adapter.
- IngredientMapWrappedAdapter(IngredientComponent<T, M>, C) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- IngredientRecipeHelpers - Class in org.cyclops.cyclopscore.ingredient.recipe
-
Helpers for the conversion between
IRecipeDefinition
andRecipe
. - IngredientRecipeHelpers() - Constructor for class org.cyclops.cyclopscore.ingredient.recipe.IngredientRecipeHelpers
- IngredientSet<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
A mutable ingredient collection using set semantics.
- IngredientSet(IngredientComponent<T, M>, Set<IngredientInstanceWrapper<T, M>>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- IngredientSet.ExactIterator<T> - Class in org.cyclops.cyclopscore.ingredient.collection
- IngredientStorageHelpers - Class in org.cyclops.cyclopscore.ingredient.storage
-
Helper methods for moving ingredients between
IIngredientComponentStorage
's. - IngredientStorageHelpers() - Constructor for class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- IngredientStorageHelpers.IIngredientStorageConstructor<C> - Interface in org.cyclops.cyclopscore.ingredient.storage
-
Helper interface for constructing an
IIngredientCollection
based on anIngredientComponent
. - IngredientTreeMap<T,
M, - Class in org.cyclops.cyclopscore.ingredient.collectionV> -
An ingredient map collection that internally uses an
TreeMap
to store instances. - IngredientTreeMap(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeMap
- IngredientTreeMap(IngredientComponent<T, M>, TreeMap<IngredientInstanceWrapper<T, M>, V>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeMap
- IngredientTreeMap(IngredientComponent<T, M>, IIngredientMap<? extends T, M, ? extends V>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeMap
- IngredientTreeSet<T,
M> - Class in org.cyclops.cyclopscore.ingredient.collection -
An ingredient list collection that internally uses an
TreeSet
to store instances. - IngredientTreeSet(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeSet
- IngredientTreeSet(IngredientComponent<T, M>, Iterable<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeSet
- IngredientTreeSet(IngredientComponent<T, M>, Iterator<? extends T>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeSet
- IngredientTreeSet(IngredientComponent<T, M>, TreeSet<IngredientInstanceWrapper<T, M>>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeSet
- init() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- init(RegisterPayloadHandlersEvent) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- initialize(Collection<IConfigInitializer>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
-
Initialize the configs by running builders through all relevant parts.
- initializeAllBooks(boolean) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBookRegistry
- initializeAllBooks(boolean) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- initializeConfig(Map<ModConfig.Type, ModConfigSpec.Builder>) - Method in interface org.cyclops.cyclopscore.config.IConfigInitializer
-
Initialize the config parts for this initializer.
- initializeHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- initializeInfoBook(ModBaseNeoForge<?>, IInfoBook, String, InfoSection) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Initialize the given infobook from the given xml file.
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty
- insert(int, T, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- insert(int, T, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty
- insert(T, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- insert(T, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- insert(T, boolean) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- insertIngredient(IIngredientComponentStorage<T, M>, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Insert an ingredient in a destination storage.
- insertIngredientQuantity(IIngredientComponentStorage<T, M>, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Insert an ingredient in a destination storage.
- insertIngredientRemainderFixup(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Insert an ingredient in a destination storage.
- insertItem(int, ItemStack, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- insertItem(ItemStack, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
- 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, boolean) - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- INSTANCE - Static variable in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
- INSTANCE - Static variable in class org.cyclops.cyclopscore.metadata.RegistryExportableRegistry
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLeafWildcard
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren.Expression
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent.Expression
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength.Expression
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent.Expression
- INSTANCE - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot.Expression
- intIteratorToStream(PrimitiveIterator.OfInt) - Static method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
- INVALID - Static variable in class org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- InvalidAppendixException(String) - Constructor for exception class org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException
- invalidAppendixExceptionThrowableOr(InfoBookParser.InvalidAppendixException.IThrower<R>, R) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
- InventoryFluid - Class in org.cyclops.cyclopscore.recipe.type
-
Default implementation of
IInventoryFluid
. - InventoryFluid(NonNullList<ItemStack>, NonNullList<FluidStack>) - Constructor for class org.cyclops.cyclopscore.recipe.type.InventoryFluid
- InventoryModifiableContainerNeoForge - Class in org.cyclops.cyclopscore.inventory
- InventoryModifiableContainerNeoForge(IItemHandlerModifiable) - Constructor for class org.cyclops.cyclopscore.inventory.InventoryModifiableContainerNeoForge
- InventorySlotMasked - Class in org.cyclops.cyclopscore.inventory
-
An inventory that only exposes a given number of slots.
- InventorySlotMasked(Container, int...) - Constructor for class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- InventoryState() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.InventoryState
- 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
IPrototypedIngredient
alternatives. - 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.
- IRegistryExportable - Interface in org.cyclops.cyclopscore.metadata
-
A registry export handler.
- IRegistryExportableRegistry - Interface in org.cyclops.cyclopscore.metadata
-
Registry for
IRegistryExportable
. - IRenderHelpersNeoForge - Interface in org.cyclops.cyclopscore.helper
- IRenderHelpersNeoForge.IFluidContextRender - Interface in org.cyclops.cyclopscore.helper
- IReward - Interface in org.cyclops.cyclopscore.infobook.pageelement
-
A reward instance.
- IRewardFactory - Interface in org.cyclops.cyclopscore.infobook.pageelement
-
Factory for
IReward
. - isActiveOn(LivingEntity) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- isActiveOn(LivingEntity, Holder<MobEffect>) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- isAsync() - Method in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- isBarVisible(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- isClientSide() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isClientSideThread() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isCompletelyEmpty() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
- isDevEnvironment() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isDirty() - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage.NBTDataHolder
- ISectionConditionHandler - Interface in org.cyclops.cyclopscore.infobook.condition
-
Handler to check a type of section condition, for when section tags are used in infobooks.
- isEmpty() - Method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
- isEmpty() - Method in class org.cyclops.cyclopscore.fluid.Tank
-
Check if this tank is empty.
- isEmpty() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
- isEmpty() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- isEmpty() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- isEmpty() - Method in class org.cyclops.cyclopscore.recipe.type.InventoryFluid
- 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()
. - isExtract() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- isFakePlayer(Player) - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isFluidValid(int, FluidStack) - Method in class org.cyclops.cyclopscore.fluid.FluidHandlerWrapper
- isFluidValid(int, FluidStack) - Method in class org.cyclops.cyclopscore.recipe.type.FluidHandlerListReadOnly
- isFull() - Method in class org.cyclops.cyclopscore.fluid.Tank
-
Check if this tank is full; the capacity is reached.
- isGui3d() - Method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- isHasInfo() - Method in class org.cyclops.cyclopscore.item.InformationProviderComponent
-
If the blockState that uses this component implements
IInformationProvider
. - isHover(int, int) - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- 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
- isInsert() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- isInstance(Object) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
If the given object is an instance of the ingredient type.
- isItemStack() - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
- isItemValid(int, ItemStack) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- isLeaf() - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter
- isLeafKey(String) - Method in interface org.cyclops.cyclopscore.nbt.path.navigate.INbtPathNavigation
-
Check if the given key is a leaf in this navigation, i.e., it is present and has no children.
- isLeafKey(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter
- isLeafKey(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLeafWildcard
- isLeafKey(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLinkWildcard
- isLeafKey(String) - Method in class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationList
- isLoaded() - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- isLoaded() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- ISlotlessItemHandler - Interface in org.cyclops.commoncapabilities.api.capability.itemhandler
-
A simplified form of the
IItemHandler
that is slot-agnostic. - isMinecraftInitialized() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isModdedEnvironment() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isModLoaded(String) - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- isNegativeQuantities() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- isObtained(Player) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- isPauseScreen() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- isPrimaryQuantifier() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- isRead() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- isReferenceEqual() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponentCategoryType
- isRegistered(IngredientComponentCapability<?, ?>, IngredientComponent<?, ?>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- isRoot() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- isSatisfied(ModBaseNeoForge<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ConfigSectionConditionHandler
- isSatisfied(ModBaseNeoForge<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.FluidSectionConditionHandler
- isSatisfied(ModBaseNeoForge<?>, String) - Method in interface org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler
-
Check if this condition is satisfied for the given parameter.
- isSatisfied(ModBaseNeoForge<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ItemSectionConditionHandler
- isSatisfied(ModBaseNeoForge<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ModSectionConditionHandler
- isSatisfied(ModBaseNeoForge<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.TagSectionConditionHandler
- isSuccess() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser.StringParseResult
- isTitlePage(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- isValid() - Method in class org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler.HandleResult
- 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
- isVisible() - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- isVisible() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- isVisible() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementButton
- isVisible() - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
- item - Variable in class org.cyclops.cyclopscore.item.DamageIndicatedItemComponent
-
The item class on which the behaviour will be added.
- Item() - Constructor for class org.cyclops.cyclopscore.Capabilities.Item
- 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_PREFIX - Static variable in interface org.cyclops.cyclopscore.item.IInformationProvider
-
A prefix for item information.
- ItemActionNeoForge<M> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
- ItemActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
- ItemBlockNBT - Class in org.cyclops.cyclopscore.item
-
An extended
BlockItem
that will add the NBT data that is stored inside the item to the placedBlockEntity
for the blockState. - ItemBlockNBT(Block, Item.Properties) - Constructor for class org.cyclops.cyclopscore.item.ItemBlockNBT
-
Make a new instance.
- ItemButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
- ItemCraftedTriggerTriggerEventHooksNeoForge - Class in org.cyclops.cyclopscore.advancement.criterion
- ItemCraftedTriggerTriggerEventHooksNeoForge() - Constructor for class org.cyclops.cyclopscore.advancement.criterion.ItemCraftedTriggerTriggerEventHooksNeoForge
- ItemDynamicItemAndBlockModel - Record Class in org.cyclops.cyclopscore.client.render.model
- ItemDynamicItemAndBlockModel(DynamicItemAndBlockModel) - Constructor for record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
-
Creates an instance of a
ItemDynamicItemAndBlockModel
record class. - ItemDynamicItemAndBlockModel.Unbaked - Record Class in org.cyclops.cyclopscore.client.render.model
- itemHandler - Variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- ItemHandlerInventoryState - Class in org.cyclops.commoncapabilities.api.capability.inventorystate
-
An inventory state implementation that wraps around an
IItemHandlerModifiable
. - ItemHandlerInventoryState(IItemHandler) - Constructor for class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- ItemHandlerItemStackIterator - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
An iterator over all slots in an item handler.
- ItemHandlerItemStackIterator(IItemHandler) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemHandlerItemStackIterator
- ItemHandlerItemStackIterator(IItemHandler, int) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemHandlerItemStackIterator
- ItemHandlerModifiableInventoryState - Class in org.cyclops.commoncapabilities.api.capability.inventorystate
-
An inventory state implementation that wraps around an
IItemHandlerModifiable
. - ItemHandlerModifiableInventoryState(IItemHandlerModifiable) - Constructor for class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerModifiableInventoryState
- ItemHandlerSlotMasked - Class in org.cyclops.cyclopscore.capability.item
-
An item handler that only exposes a given number of slots.
- ItemHandlerSlotMasked(Container, int...) - Constructor for class org.cyclops.cyclopscore.capability.item.ItemHandlerSlotMasked
- ItemInformationProviderNeoForge - Class in org.cyclops.cyclopscore.item
-
This is responsible for adding "show more information" tooltips to registered items.
- ItemInformationProviderNeoForge() - Constructor for class org.cyclops.cyclopscore.item.ItemInformationProviderNeoForge
- itemLocation - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- 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.
- ItemSectionConditionHandler - Class in org.cyclops.cyclopscore.infobook.condition
-
Condition handler for checking if an item has been registered.
- ItemSectionConditionHandler() - Constructor for class org.cyclops.cyclopscore.infobook.condition.ItemSectionConditionHandler
- itemStack - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- itemStack - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
- ITEMSTACK - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- itemStackDataToTile(ItemStack, BlockEntity) - Method in class org.cyclops.cyclopscore.item.ItemBlockNBT
-
Read additional info about the item into the tile.
- ItemStackEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.ItemStackEventListener
- ItemStackFromIngredient - Class in org.cyclops.cyclopscore.recipe
-
Helper class that can return a first item based on an ingredient.
- ItemStackFromIngredient(List<String>, TagKey<Item>, int) - Constructor for class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- ItemStackHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- ItemStackHelpersNeoForge() - Constructor for class org.cyclops.cyclopscore.helper.ItemStackHelpersNeoForge
- 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.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- iterator() - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- 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 interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
An iterator over this collection over all occurrences of the given instance under the given match conditions.
- iterator(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
-
An iterator over this collection over all occurrences of the given instance under the given match conditions.
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageCollectionWrapper
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedCollectionWrapper
- iterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped
- 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.
K
- KEY - Static variable in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
- KeyBindingAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
An appendix for key bindings.
- KeyBindingAppendix(IInfoBook, String) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- KeyRegistry - Class in org.cyclops.cyclopscore.client.key
-
Enum that contains all custom hotkeys that are added.
- KeyRegistry() - Constructor for class org.cyclops.cyclopscore.client.key.KeyRegistry
- keySet() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
- keySet() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- keySet() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- keySet() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- keySet() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientTreeMap
- keySet(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
-
Get all key instances that match the given instance.
- keySet(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- keySet(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- keySet(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
L
- lastIndexOf(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
The last index that has an instance that equals the given instance.
- lastIndexOf(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- LecternInfoBookHandlerNeoForge - Class in org.cyclops.cyclopscore.event
- LecternInfoBookHandlerNeoForge() - Constructor for class org.cyclops.cyclopscore.event.LecternInfoBookHandlerNeoForge
- ListCodecStrict<A> - Class in org.cyclops.cyclopscore.codec
-
A copy of
ListCodec
, but without allowed failures - ListCodecStrict(Codec<A>) - Constructor for class org.cyclops.cyclopscore.codec.ListCodecStrict
- listIterator() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
- listIterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- listIterator(int) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Get the offsetted list index.
- listIterator(int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- load() - Static method in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- load() - Static method in class org.cyclops.cyclopscore.metadata.RegistryExportables
- load() - Static method in class org.cyclops.cyclopscore.network.PacketCodecsNeoForge
- load() - Static method in class org.cyclops.cyclopscore.persist.nbt.NBTClassTypesNeoForge
- load(CompoundTag, WorldStorage, HolderLookup.Provider) - Static method in class org.cyclops.cyclopscore.persist.world.WorldStorage.NBTDataHolder
- loadModelBlock(ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.ModelHelpers
-
Read the given model location to a
BlockModel
. - localize(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return the localized name of the given instance.
- Location(int, InfoSection) - Constructor for class org.cyclops.cyclopscore.infobook.InfoSection.Location
- LOOT_MODIFIER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
- LootModifierActionNeoForge<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
-
The action used for
LootModifierConfigNeoForge
. - LootModifierActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.LootModifierActionNeoForge
- LootModifierConfigNeoForge<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
-
Config for loot modifiers.
- LootModifierConfigNeoForge(ModBaseNeoForge<?>, String, Function<LootModifierConfigNeoForge<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfigNeoForge
- LootModifierInjectItem - Class in org.cyclops.cyclopscore.loot.modifier
- LootModifierInjectItem(LootItemCondition[], ItemStack, List<String>, int) - Constructor for class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
- LootModifierInjectItemConfigNeoForge - Class in org.cyclops.cyclopscore.loot.modifier
- LootModifierInjectItemConfigNeoForge() - Constructor for class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItemConfigNeoForge
- LOWER_EAST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+X;-Y
- LOWER_NORTH - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-Z;-Y
- LOWER_SOUTH - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+Z;-Y
- LOWER_WEST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-X;-Y
M
- make() - Static method in class org.cyclops.cyclopscore.command.CommandDumpRegistries
- make() - Static method in class org.cyclops.cyclopscore.command.CommandInfoBookTest
- make(ModBaseNeoForge) - Static method in class org.cyclops.cyclopscore.command.CommandVersion
- MAP_CODEC - Static variable in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
- match(Stream<Tag>) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Find all matches for the given stream of NBT tags.
- match(Tag) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Find all matches for the given NBT tag.
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Find all matches for the given stream of NBT tags.
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionList
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual.Expression
- matchContexts(Stream<NbtPathExpressionExecutionContext>) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion.Expression
- 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.
- MatrixHelpers - Class in org.cyclops.cyclopscore.helper
-
Contains helper methods for matrix transformations.
- MatrixHelpers() - Constructor for class org.cyclops.cyclopscore.helper.MatrixHelpers
- MAX_WIDTH - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- mayPlace(ItemStack) - Method in class org.cyclops.cyclopscore.inventory.slot.SlotFluidContainer
- MIDDLE_NORTHEAST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+Z;+Y
- MIDDLE_NORTHWEST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-Z;+Y
- MIDDLE_SOUTHEAST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-X;+Y
- MIDDLE_SOUTHWEST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+X;+Y
- MinecraftHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- MinecraftHelpersNeoForge() - Constructor for class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- mirrorY(float[][]) - Static method in class org.cyclops.cyclopscore.helper.MatrixHelpers
-
Mirror the given box bounds around the Y axis
- 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 - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- mod - Variable in class org.cyclops.cyclopscore.modcompat.IMCHandler
- mod - Variable in class org.cyclops.cyclopscore.persist.world.WorldStorage
- ModBaseNeoForge<T> - Class in org.cyclops.cyclopscore.init
-
Base class for mods which adds a few convenience methods.
- ModBaseNeoForge(String, Consumer<T>, IEventBus) - Constructor for class org.cyclops.cyclopscore.init.ModBaseNeoForge
- ModBaseNeoForge.EnumReferenceKey<T> - Class in org.cyclops.cyclopscore.init
-
Unique references to values that can be registered inside a mod.
- modConfigLocationToType(ModConfigLocation) - Static method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- model - Variable in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- model - Variable in class org.cyclops.cyclopscore.client.render.model.RenderModel
- model() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
-
Returns the value of the
model
record component. - model() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
-
Returns the value of the
model
record component. - modelData - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- ModelHelpers - Class in org.cyclops.cyclopscore.helper
-
Helpers for models.
- ModelHelpers() - Constructor for class org.cyclops.cyclopscore.helper.ModelHelpers
- ModHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- modifyDefaultTransforms(Map<ItemDisplayContext, ItemTransform>) - Static method in class org.cyclops.cyclopscore.helper.ModelHelpers
-
Apply the given overrides to the default transformations.
- ModItemObtainedTriggerEventHooksNeoForge - Class in org.cyclops.cyclopscore.advancement.criterion
- ModItemObtainedTriggerEventHooksNeoForge() - Constructor for class org.cyclops.cyclopscore.advancement.criterion.ModItemObtainedTriggerEventHooksNeoForge
- ModSectionConditionHandler - Class in org.cyclops.cyclopscore.infobook.condition
-
Condition handler for checking if mods are available.
- ModSectionConditionHandler() - Constructor for class org.cyclops.cyclopscore.infobook.condition.ModSectionConditionHandler
- mouseScrolled(double, double, double, double) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- moveEffectiveSourceExactDestinationExact(IIngredientComponentStorageSlotted<T, M>, int, IIngredientComponentStorageSlotted<T, M>, int, T, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- moveEffectiveSourceExactDestinationNonSlotted(IIngredientComponentStorageSlotted<T, M>, int, IIngredientComponentStorage<T, M>, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- moveEffectiveSourceNonSlottedDestinationExact(IIngredientComponentStorage<T, M>, IIngredientComponentStorageSlotted<T, M>, int, M, T, T, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
- moveIngredient(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, T, M, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move the first instance that matches the given match condition from source to destination.
- moveIngredients(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, long, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move the given maximum quantity of instances from source to destination.
- moveIngredients(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, Predicate<T>, long, boolean, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move the first instance that matches the given predicate from source to destination.
- moveIngredients(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, T, M, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move the first instance that matches the given match condition from source to destination.
- moveIngredientsIterative(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, long, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Iteratively move the given maximum quantity of instances from source to destination.
- moveIngredientsIterative(IIngredientComponentStorage<T, M>, IIngredientComponentStorage<T, M>, T, M, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Iteratively move the instance that matches the given match condition from source to destination.
- moveIngredientsSlotted(IIngredientComponentStorage<T, M>, int, IIngredientComponentStorage<T, M>, int, Predicate<T>, long, boolean, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move ingredients from source to target with optional source and target slots, based on an ingredient predicate.
- moveIngredientsSlotted(IIngredientComponentStorage<T, M>, int, IIngredientComponentStorage<T, M>, int, T, M, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Move ingredients from source to target with optional source and target slots, based on an ingredient prototype and match condition.
N
- NBT_ACCEPTED_FLUID - Static variable in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
The NBT name for the fluid tank.
- NBT_KEY_OBTAINED_PREFIX - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- NBTClassTypesNeoForge - Class in org.cyclops.cyclopscore.persist.nbt
- NBTClassTypesNeoForge() - Constructor for class org.cyclops.cyclopscore.persist.nbt.NBTClassTypesNeoForge
- NBTDataHolder(WorldStorage) - Constructor for class org.cyclops.cyclopscore.persist.world.WorldStorage.NBTDataHolder
- NbtParseException - Exception Class in org.cyclops.cyclopscore.nbt.path
-
An exception that can be thrown during the parsing of NBT path expressions.
- NbtParseException(String) - Constructor for exception class org.cyclops.cyclopscore.nbt.path.NbtParseException
- NbtPath - Class in org.cyclops.cyclopscore.nbt.path
-
Utility class for parsing NBT path expressions.
- NbtPath() - Constructor for class org.cyclops.cyclopscore.nbt.path.NbtPath
- NbtPathExpressionExecutionContext - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A context that is passed during the NBT path execution.
- NbtPathExpressionExecutionContext(Tag) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- NbtPathExpressionExecutionContext(Tag, NbtPathExpressionExecutionContext) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
- NbtPathExpressionList - Class in org.cyclops.cyclopscore.nbt.path
-
An NBT path expression that consists of a list of chained sub-expressions.
- NbtPathExpressionList(INbtPathExpression...) - Constructor for class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionList
- NbtPathExpressionMatches - Class in org.cyclops.cyclopscore.nbt.path
-
A data object representing the result of executing an NBT path expression against an NBT tag.
- NbtPathExpressionMatches(Stream<NbtPathExpressionExecutionContext>) - Constructor for class org.cyclops.cyclopscore.nbt.path.NbtPathExpressionMatches
- NbtPathExpressionParseHandlerAllChildren - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles follows all child links of a tag via "*".
- NbtPathExpressionParseHandlerAllChildren() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren
- NbtPathExpressionParseHandlerAllChildren.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerBooleanRelationalAdapter - Class in org.cyclops.cyclopscore.nbt.path.parse
-
An abstract handler that handles boolean relational expressions.
- NbtPathExpressionParseHandlerBooleanRelationalAdapter(String) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
- NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerBooleanRelationalEqual - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " == 10".
- NbtPathExpressionParseHandlerBooleanRelationalEqual() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalEqual
- NbtPathExpressionParseHandlerBooleanRelationalGreaterThan - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " > 10".
- NbtPathExpressionParseHandlerBooleanRelationalGreaterThan() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalGreaterThan
- NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " ≥ 10".
- NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
- NbtPathExpressionParseHandlerBooleanRelationalLessThan - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " < 10".
- NbtPathExpressionParseHandlerBooleanRelationalLessThan() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalLessThan
- NbtPathExpressionParseHandlerBooleanRelationalLessThanOrEqual - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " ≤ 10".
- NbtPathExpressionParseHandlerBooleanRelationalLessThanOrEqual() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalLessThanOrEqual
- NbtPathExpressionParseHandlerChild - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles child path expressions in the form of ".childName", where the matched string represents the child name that should be navigated in.
- NbtPathExpressionParseHandlerChild() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChild
- NbtPathExpressionParseHandlerChild.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerChildBrackets - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles child path expressions in the form of "["childName"]", where the matched string represents the child name that should be navigated in.
- NbtPathExpressionParseHandlerChildBrackets() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerChildBrackets
- NbtPathExpressionParseHandlerCurrent - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that picks the current position in the NBT tree via "@".
- NbtPathExpressionParseHandlerCurrent() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent
- NbtPathExpressionParseHandlerCurrent.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerFilterExpression - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles filter expressions in the form of "[?(expression)]", such as "[?(@.childName)]" or "[?(@.childName < 10)]".
- NbtPathExpressionParseHandlerFilterExpression() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerFilterExpression
- NbtPathExpressionParseHandlerFilterExpression.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerLength - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles child path expressions for ".length", to retrieve the length of lists and tag compounds.
- NbtPathExpressionParseHandlerLength() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerLength
- NbtPathExpressionParseHandlerLength.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerListElement - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles list element expressions in the form of "[10]", where the matched string represents the list element index that should be navigated in.
- NbtPathExpressionParseHandlerListElement() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement
- NbtPathExpressionParseHandlerListElement.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerListSlice - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles list slice expressions in the form of "[start:end:step]" such as "[2:3:2]".
- NbtPathExpressionParseHandlerListSlice() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice
- NbtPathExpressionParseHandlerListSlice.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerParent - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that picks the parent of the NBT tree in the current execution context via "..".
- NbtPathExpressionParseHandlerParent() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerParent
- NbtPathExpressionParseHandlerParent.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerRoot - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that picks the root of the NBT tree via "$".
- NbtPathExpressionParseHandlerRoot() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerRoot
- NbtPathExpressionParseHandlerRoot.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerStringEqual - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles boolean expressions in the form of " == "abc"".
- NbtPathExpressionParseHandlerStringEqual() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerStringEqual
- NbtPathExpressionParseHandlerStringEqual.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathExpressionParseHandlerUnion - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A handler that handles union expressions in the form of "[10,12]" or "[10,]" or "[,12]", where the matches indicate the children or list elements that should be matched.
- NbtPathExpressionParseHandlerUnion() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerUnion
- NbtPathExpressionParseHandlerUnion.Expression - Class in org.cyclops.cyclopscore.nbt.path.parse
- NbtPathNavigationAdapter - Class in org.cyclops.cyclopscore.nbt.path.navigate
-
A base navigation implementation.
- NbtPathNavigationAdapter(String, INbtPathNavigation) - Constructor for class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter
- NbtPathNavigationAdapter(Collection<String>, INbtPathNavigation) - Constructor for class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationAdapter
- NbtPathNavigationLeafWildcard - Class in org.cyclops.cyclopscore.nbt.path.navigate
-
A navigation leaf that matches with all keys.
- NbtPathNavigationLinkWildcard - Class in org.cyclops.cyclopscore.nbt.path.navigate
-
A navigation inner link that matches with all leafs.
- NbtPathNavigationLinkWildcard(INbtPathNavigation) - Constructor for class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationLinkWildcard
- NbtPathNavigationList - Class in org.cyclops.cyclopscore.nbt.path.navigate
-
A navigation that takes the union of several navigations.
- NbtPathNavigationList(List<INbtPathNavigation>) - Constructor for class org.cyclops.cyclopscore.nbt.path.navigate.NbtPathNavigationList
- NbtPathStringParser - Class in org.cyclops.cyclopscore.nbt.path.parse
-
A parser for strings within NBT path expressions in the form of "ab\"c".
- NbtPathStringParser() - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser
- NbtPathStringParser.StringParseResult - Class in org.cyclops.cyclopscore.nbt.path.parse
- NBTSimpleInventoryItemHeld - Class in org.cyclops.cyclopscore.inventory
-
A simple inventory for a currently held item by a player that can be stored in NBT.
- NBTSimpleInventoryItemHeld(Player, ItemLocation, int, int, String) - Constructor for class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
-
Make a new instance.
- NBTSimpleInventoryItemStack - Class in org.cyclops.cyclopscore.inventory
-
A simple inventory for an ItemStack that can be stored in NBT.
- NBTSimpleInventoryItemStack(ItemStack, int, int, String) - Constructor for class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
-
Make a new instance.
- NBTTAG_ID - Static variable in class org.cyclops.cyclopscore.helper.EntityHelpers
-
The NBT tag name that is used for storing the unique name id for an entity.
- newInstance(RecipeHolder<R>) - Method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- newKeyMapping(ModBaseNeoForge, String, int) - Static method in class org.cyclops.cyclopscore.client.key.KeyRegistry
-
Create a new keybinding.
- newStartEndStepStream(int, int, int) - Static method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListSlice
- next() - Method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FilteredFluidHandlerFluidStackIterator
- next() - Method in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidHandlerFluidStackIterator
- next() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.FilteredItemHandlerItemStackIterator
- next() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemHandlerItemStackIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated
- next() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet.ExactIterator
- next() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- next() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
- nextInt() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- nextInt() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
O
- obtain(Player) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- obtain(Player) - Method in interface org.cyclops.cyclopscore.infobook.pageelement.IReward
-
The logic for obtaining this reward.
- obtain(Player) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- of(String, BlockPos) - Static method in class org.cyclops.cyclopscore.datastructure.DimPos
- of(ResourceKey<Level>, BlockPos) - Static method in class org.cyclops.cyclopscore.datastructure.DimPos
- of(Level, BlockPos) - Static method in class org.cyclops.cyclopscore.datastructure.DimPos
- 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.
- offset - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- offsetX - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
The offset in the X axis.
- offsetY - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
The offset in the Y axis.
- offsetZ - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
The offset in the Z axis.
- 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
- onAboutToStartEvent(ServerAboutToStartEvent) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
When a server is started.
- onBlockEntityLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEntityEventListener
- onBlockLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEventListener
- onChange(Iterator<T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiffManager
-
Calculates the diff between the given instances and the instances from the last call of this method.
- onClientTagsLoadedStatic(TagsUpdatedEvent) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- onConfigPropertyInit(ConfigurablePropertyData<T>, ModConfigSpec.Builder) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- onConfigsRegister(ConfigHandlerCommon) - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- onCrafted(PlayerEvent.ItemCraftedEvent) - Method in class org.cyclops.cyclopscore.advancement.criterion.ItemCraftedTriggerTriggerEventHooksNeoForge
- onCrafted(PlayerEvent.ItemCraftedEvent) - Method in class org.cyclops.cyclopscore.advancement.criterion.ModItemObtainedTriggerEventHooksNeoForge
- onDataPacket(Connection, ClientboundBlockEntityDataPacket, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntityNeoForge
- onEntityCollided(Level, BlockPos, BlockState, Entity) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
This should by called when custom entities collide.
- onEntityLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.EntityEventListener
- onEntityUpdate(EntityTickEvent.Post) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- onEvent(PlayerContainerEvent.Open) - Method in class org.cyclops.cyclopscore.advancement.criterion.GuiContainerOpenTriggerEventHooksNeoForge
- 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
- onItemStackLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.ItemStackEventListener
- onKeyPressed(KeyMapping) - Method in interface org.cyclops.cyclopscore.client.key.IKeyHandler
-
This method is called whenever a key, which is mapped to this KeyHandler is pressed.
- onLoad(List<Pair<Supplier<CK>, ICapabilityConstructor<?, ?, ?, CK>>>, RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- onLoad(ModConfigEvent.Loading) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- onLoggedIn(PlayerEvent.PlayerLoggedInEvent) - Method in class org.cyclops.cyclopscore.event.PlayerRingOfFireNeoForge
-
When a player loggedin event is received.
- onMainMenuInit(ScreenEvent.Init.Pre) - Static method in class org.cyclops.cyclopscore.client.gui.GuiMainMenuExtensionDevWorldNeoForgeRegistrar
- onModelBakeEvent(ModelEvent.ModifyBakingResult) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
- onModelBakeEvent(ModelEvent.ModifyBakingResult) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
- onModelRegistryLoad(ModelEvent.RegisterAdditional) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
- onModelRegistryLoad(ModelEvent.RegisterAdditional) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
- onPickup(ItemEntityPickupEvent.Post) - Method in class org.cyclops.cyclopscore.advancement.criterion.ModItemObtainedTriggerEventHooksNeoForge
- onPlayerKeyInput(ClientTickEvent.Post) - Method in interface org.cyclops.cyclopscore.client.key.IKeyRegistry
-
Handles key presses for keybindings added by EvilCraft Make sure to annotate this with
SubscribeEvent
- onPlayerKeyInput(ClientTickEvent.Post) - Method in class org.cyclops.cyclopscore.client.key.KeyRegistry
- onPlayerLoggedIn(ClientPlayerNetworkEvent.LoggingIn) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- onPress() - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- onPress() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- onRegisterCommands(RegisterCommandsEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- onRegisterKeyMappings(RegisterKeyMappingsEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- onRegisterModInit(ParticleConfigCommon<T, M>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.ParticleActionNeoForge
- onRegistriesCreate(NewRegistryEvent) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- onRegistriesCreated(FluidConfigNeoForge) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidActionNeoForge
- onRegistriesFilled(RegisterEvent) - Static method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- onRegistryEvent(RegisterEvent) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- onRegistryEvent(RegisterEvent) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidActionNeoForge
- onRegistryEventInner(RegisterEvent) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidActionNeoForge
- onReload(ModConfigEvent.Reloading) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- onRespawn(PlayerEvent.PlayerRespawnEvent) - Method in class org.cyclops.cyclopscore.event.PlayerRingOfFireNeoForge
-
When a player respawn event is received.
- onRightClickLectern(PlayerInteractEvent.RightClickBlock) - Method in class org.cyclops.cyclopscore.event.LecternInfoBookHandlerNeoForge
- onServerAboutToStart(ServerAboutToStartEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Register the things that are related to when the server is about to start.
- onServerStarted(ServerStartedEvent) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- onServerStarted(ServerStartedEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Register the things that are related to server starting.
- onServerStartedStatic(ServerStartedEvent) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- onServerStarting(ServerStartingEvent) - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- onServerStarting(ServerStartingEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Register the things that are related to when the server is starting.
- onServerStopping(ServerStoppingEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Register the things that are related to server stopping, like persistent storage.
- onSmelted(PlayerEvent.ItemSmeltedEvent) - Method in class org.cyclops.cyclopscore.advancement.criterion.ModItemObtainedTriggerEventHooksNeoForge
- onStartedEvent(ServerStartedEvent) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
When a server is started.
- onStoppingEvent(ServerStoppingEvent) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
When a server is stopping.
- onTooltip(ItemTooltipEvent) - Static method in class org.cyclops.cyclopscore.item.ItemInformationProviderNeoForge
- onUpdate(LivingEntity) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
- onUpdateReceived() - Method in class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntityNeoForge
-
This method is called when the block entity receives an update (ie a data packet) from the server.
- openMenu(ServerPlayer, MenuProvider, Consumer<FriendlyByteBuf>) - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
- 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.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.cyclopscore - package org.cyclops.cyclopscore
- org.cyclops.cyclopscore.advancement.criterion - package org.cyclops.cyclopscore.advancement.criterion
- org.cyclops.cyclopscore.block.component - package org.cyclops.cyclopscore.block.component
- org.cyclops.cyclopscore.blockentity - package org.cyclops.cyclopscore.blockentity
- org.cyclops.cyclopscore.capability.fluid - package org.cyclops.cyclopscore.capability.fluid
- org.cyclops.cyclopscore.capability.item - package org.cyclops.cyclopscore.capability.item
- org.cyclops.cyclopscore.capability.registrar - package org.cyclops.cyclopscore.capability.registrar
- org.cyclops.cyclopscore.client.gui - package org.cyclops.cyclopscore.client.gui
- org.cyclops.cyclopscore.client.key - package org.cyclops.cyclopscore.client.key
- org.cyclops.cyclopscore.client.model - package org.cyclops.cyclopscore.client.model
- org.cyclops.cyclopscore.client.render.blockentity - package org.cyclops.cyclopscore.client.render.blockentity
- org.cyclops.cyclopscore.client.render.model - package org.cyclops.cyclopscore.client.render.model
- org.cyclops.cyclopscore.codec - package org.cyclops.cyclopscore.codec
- org.cyclops.cyclopscore.command - package org.cyclops.cyclopscore.command
- org.cyclops.cyclopscore.component - package org.cyclops.cyclopscore.component
- org.cyclops.cyclopscore.config - package org.cyclops.cyclopscore.config
- org.cyclops.cyclopscore.config.configurabletypeaction - package org.cyclops.cyclopscore.config.configurabletypeaction
- org.cyclops.cyclopscore.config.extendedconfig - package org.cyclops.cyclopscore.config.extendedconfig
- org.cyclops.cyclopscore.datastructure - package org.cyclops.cyclopscore.datastructure
- org.cyclops.cyclopscore.event - package org.cyclops.cyclopscore.event
- org.cyclops.cyclopscore.fluid - package org.cyclops.cyclopscore.fluid
- org.cyclops.cyclopscore.gametest - package org.cyclops.cyclopscore.gametest
- org.cyclops.cyclopscore.helper - package org.cyclops.cyclopscore.helper
- org.cyclops.cyclopscore.infobook - package org.cyclops.cyclopscore.infobook
- org.cyclops.cyclopscore.infobook.condition - package org.cyclops.cyclopscore.infobook.condition
- org.cyclops.cyclopscore.infobook.pageelement - package org.cyclops.cyclopscore.infobook.pageelement
- org.cyclops.cyclopscore.infobook.test - package org.cyclops.cyclopscore.infobook.test
- org.cyclops.cyclopscore.ingredient.collection - package org.cyclops.cyclopscore.ingredient.collection
- org.cyclops.cyclopscore.ingredient.collection.diff - package org.cyclops.cyclopscore.ingredient.collection.diff
- org.cyclops.cyclopscore.ingredient.recipe - package org.cyclops.cyclopscore.ingredient.recipe
- org.cyclops.cyclopscore.ingredient.storage - package org.cyclops.cyclopscore.ingredient.storage
- org.cyclops.cyclopscore.init - package org.cyclops.cyclopscore.init
- org.cyclops.cyclopscore.inventory - package org.cyclops.cyclopscore.inventory
- org.cyclops.cyclopscore.inventory.container - package org.cyclops.cyclopscore.inventory.container
- org.cyclops.cyclopscore.inventory.slot - package org.cyclops.cyclopscore.inventory.slot
- org.cyclops.cyclopscore.item - package org.cyclops.cyclopscore.item
- org.cyclops.cyclopscore.loot.modifier - package org.cyclops.cyclopscore.loot.modifier
- org.cyclops.cyclopscore.metadata - package org.cyclops.cyclopscore.metadata
- org.cyclops.cyclopscore.modcompat - package org.cyclops.cyclopscore.modcompat
- org.cyclops.cyclopscore.modcompat.capabilities - package org.cyclops.cyclopscore.modcompat.capabilities
- org.cyclops.cyclopscore.modcompat.jei - package org.cyclops.cyclopscore.modcompat.jei
- org.cyclops.cyclopscore.nbt.path - package org.cyclops.cyclopscore.nbt.path
- org.cyclops.cyclopscore.nbt.path.navigate - package org.cyclops.cyclopscore.nbt.path.navigate
- org.cyclops.cyclopscore.nbt.path.parse - package org.cyclops.cyclopscore.nbt.path.parse
- org.cyclops.cyclopscore.network - package org.cyclops.cyclopscore.network
- org.cyclops.cyclopscore.network.packet - package org.cyclops.cyclopscore.network.packet
- org.cyclops.cyclopscore.persist.nbt - package org.cyclops.cyclopscore.persist.nbt
- org.cyclops.cyclopscore.persist.world - package org.cyclops.cyclopscore.persist.world
- org.cyclops.cyclopscore.potion - package org.cyclops.cyclopscore.potion
- org.cyclops.cyclopscore.proxy - package org.cyclops.cyclopscore.proxy
- org.cyclops.cyclopscore.recipe - package org.cyclops.cyclopscore.recipe
- org.cyclops.cyclopscore.recipe.type - package org.cyclops.cyclopscore.recipe.type
P
- PacketCodecsNeoForge - Class in org.cyclops.cyclopscore.network
- PacketCodecsNeoForge() - Constructor for class org.cyclops.cyclopscore.network.PacketCodecsNeoForge
- PacketHandlerNeoForge - Class in org.cyclops.cyclopscore.network
-
Advanced packet handler of
PacketBase
instances. - PacketHandlerNeoForge(ModBaseNeoForge) - Constructor for class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- paragraphs - Variable in class org.cyclops.cyclopscore.infobook.InfoSection
- parallelStream() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
- parse(String) - Static method in class org.cyclops.cyclopscore.nbt.path.NbtPath
-
Parse an NBT path expression string into an in-memory representation.
- parse(String, int) - Static method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser
-
Parse a string that starts and ends with doubles quotes and; Can handle escape sequences within that string.
- PARTICLE_BLUR - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- PARTICLE_DROP_COLORED - Static variable in class org.cyclops.cyclopscore.RegistryEntries
- ParticleActionNeoForge<T,
M> - Class in org.cyclops.cyclopscore.config.configurabletypeaction - ParticleActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ParticleActionNeoForge
- particleBlue - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- ParticleDropBlockComponent - Class in org.cyclops.cyclopscore.block.component
-
Component that can show drops of a certain color underneath blocks.
- ParticleDropBlockComponent(float, float, float) - Constructor for class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
-
Make a new instance.
- particleGreen - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- particleRed - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- placeOrPickUpFluid(Player, InteractionHand, Level, BlockPos, Direction) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- placeOrPickUpFluid(Player, InteractionHand, Level, BlockPos, Direction) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Try placing or picking up fluids from the held item.
- player - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- PlayerRingOfFireNeoForge - Class in org.cyclops.cyclopscore.event
-
Event hook for showing the ring of fire.
- PlayerRingOfFireNeoForge() - Constructor for class org.cyclops.cyclopscore.event.PlayerRingOfFireNeoForge
- playPageFlipSound(SoundManager) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- playPageFlipSound(SoundManager) - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- playPagesFlipSound(SoundManager) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- playPagesFlipSound(SoundManager) - Method in class org.cyclops.cyclopscore.infobook.test.ContainerScreenInfoBookTest
- polish(BlockConfigCommon<ModBaseNeoForge<?>>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
- polish(ItemConfigCommon<M>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
- populate() - Method in class org.cyclops.cyclopscore.capability.registrar.BlockEntityCapabilityRegistrar
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- postDrawElement(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- postDrawScreen(ScreenInfoBook, GuiGraphics, int, int, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
-
Draw the overlays for the given page, for tooltips and such.
- postRotate(T, PoseStack) - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.ImageAppendix
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- preBakeElement(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- prepareItemStack(ItemStack, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- prepareItemStacks(List<ItemStack>, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- prepareItemStacks(HolderSet<Item>, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- prepareNextIterators() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator
- preRotate(T, PoseStack) - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- 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
IPrototypedIngredientAlternatives
implementation. - 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
IPrototypedIngredientAlternatives
implementation. - 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
- prototypeIterator() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- prototypeIterator(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- provideInformation(ItemStack, Level, List<Component>, TooltipFlag) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
- provideInformation(ItemStack, Level, List<Component>, TooltipFlag) - Method in interface org.cyclops.cyclopscore.item.IInformationProvider
-
An extended way to provide additional information.
- put(T, V) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Add a new entry.
- put(T, V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- put(T, V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- put(T, V) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- putAll(IIngredientMap<? extends T, M, ? extends V>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Add all entries from the given map to this map.
- putAllThreaded(ExecutorService, IIngredientMap<? extends T, M, ? extends V>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
-
A multi-threaded putAll implementation.
- putGenericReference(ModBaseNeoForge.EnumReferenceKey<T>, T) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Save a mod value.
- putIndex(InfoSectionTagIndex) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- putIndex(InfoSectionTagIndex) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
Q
- QuantityApplier(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap.QuantityApplier
R
- rand - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- randomDisplayTick(BlockState, Level, BlockPos, RandomSource) - Method in interface org.cyclops.cyclopscore.block.component.IEntityDropParticleFXBlock
-
Called when a random display tick occurs.
- randomDisplayTick(BlockState, Level, BlockPos, RandomSource) - Method in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
- readFromNBT(HolderLookup.Provider, CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.Tank
- readFromNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.fluid.Tank
- readFromNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- readFromNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
- readFromNBT(CompoundTag, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
Read the counters.
- readFromPacket(RegistryFriendlyByteBuf) - Static method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
- readGeneratedFieldsFromNBT(CompoundTag, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
- readItemStackOrItemStackIngredient(RegistryFriendlyByteBuf) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- readItemStackOrItemStackIngredientChance(RegistryFriendlyByteBuf) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- readOptionalFromNetwork(FriendlyByteBuf, Function<FriendlyByteBuf, T>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- readTankFromNBT(CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- readTankFromNBT(CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.Tank
-
Read the tank contents from NBT.
- recipe - Variable in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- RECIPE_CONDITION_HANDLERS - Static variable in class org.cyclops.cyclopscore.infobook.InfoBookParser
- RecipeAppendix<T> - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Recipes that can be added to sections.
- RecipeAppendix(IInfoBook, Supplier<RecipeDisplayEntry>) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- RecipeAppendix.ElementButton<E> - Class in org.cyclops.cyclopscore.infobook.pageelement
- RecipeAppendix.FluidButton - Class in org.cyclops.cyclopscore.infobook.pageelement
- RecipeAppendix.ItemButton - Class in org.cyclops.cyclopscore.infobook.pageelement
- RecipeCraftingShapedCustomOutput - Class in org.cyclops.cyclopscore.recipe.type
- RecipeCraftingShapedCustomOutput(RecipeCraftingShapedCustomOutput.Serializer, String, CraftingBookCategory, ShapedRecipePattern, ItemStack, boolean) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput
- RecipeCraftingShapedCustomOutput.Serializer - Class in org.cyclops.cyclopscore.recipe.type
- RecipeCraftingShapelessCustomOutput - Class in org.cyclops.cyclopscore.recipe.type
- RecipeCraftingShapelessCustomOutput(RecipeCraftingShapelessCustomOutput.Serializer, String, CraftingBookCategory, ItemStack, List<Ingredient>) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
- RecipeCraftingShapelessCustomOutput.Serializer - Class in org.cyclops.cyclopscore.recipe.type
- RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer - Interface in org.cyclops.cyclopscore.recipe.type
- 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
- recipeDisplaySupplier - Variable in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- RecipeHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.RecipeHandler
- RecipeHandlerRecipeType<C,
R> - Class in org.cyclops.cyclopscore.ingredient.recipe -
A recipe handler that handles
RecipeType
. - RecipeHandlerRecipeType(Supplier<Level>, RecipeType<R>, Set<IngredientComponent<?, ?>>, Set<IngredientComponent<?, ?>>) - Constructor for class org.cyclops.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- RecipeHelpers - Class in org.cyclops.cyclopscore.helper
- RecipeHelpers() - Constructor for class org.cyclops.cyclopscore.helper.RecipeHelpers
- RecipeRegistryJeiRecipeWrapper<C,
R, - Class in org.cyclops.cyclopscore.modcompat.jeiJ> -
A base implementation of a recipe-based JEI recipe wrapper.
- RecipeRegistryJeiRecipeWrapper(RecipeType<R>, R) - Constructor for class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
- RecipeSerializerHelpers - Class in org.cyclops.cyclopscore.helper
-
Helpers related to recipe serialization.
- RecipeSerializerHelpers() - Constructor for class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- REFKEY_CRASH_ON_INVALID_RECIPE - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_CRASH_ON_MODCOMPAT_CRASH - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_INFOBOOK_REWARDS - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_RETROGEN - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_TEXTURE_PATH_GUI - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_TEXTURE_PATH_MODELS - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- REFKEY_TEXTURE_PATH_SKINS - Static variable in class org.cyclops.cyclopscore.init.ModBaseNeoForge
- register(Class<P>, CustomPacketPayload.Type<P>, StreamCodec<? super RegistryFriendlyByteBuf, P>) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- register(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.capability.registrar.BlockEntityCapabilityRegistrar
- register(IngredientComponentCapability<T, C>, IngredientComponent<?, ?>, ICapabilityProvider<IngredientComponent<?, ?>, C, T>) - Method in class org.cyclops.commoncapabilities.api.ingredient.capability.AttachCapabilitiesEventIngredientComponent
- register(IRegistryExportable) - Method in interface org.cyclops.cyclopscore.metadata.IRegistryExportableRegistry
- register(IRegistryExportable) - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRegistry
- registerAction(String, IMCHandler.IIMCAction) - Method in class org.cyclops.cyclopscore.modcompat.IMCHandler
-
Register a new action for messages.
- registerActual(PayloadRegistrar, CustomPacketPayload.Type<P>, StreamCodec<? super RegistryFriendlyByteBuf, P>) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- registerAppendixFactory(String, InfoBookParser.IAppendixFactory) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register a new appendix factory.
- registerAppendixItemFactory(String, InfoBookParser.IAppendixItemFactory) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register a new appendix item factory.
- registerAppendixListFactory(String, InfoBookParser.IAppendixListFactory) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register a new appendix list factory.
- registerAppendixRecipeFactories(RecipeType<R>, InfoBookParser.IAppendixItemFactory<C, R>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register new appendix recipe factories.
- registerAppendixRewardFactory(String, IRewardFactory) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register a new reward factory.
- registerBlock(Supplier<T>, IBlockCapabilityConstructor<?, ?, ?, T>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register a tile capability constructor.
- registerBlockEntity(Supplier<BlockEntityType<T>>, ICapabilityConstructor<?, ?, ?, BlockEntityType<T>>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register a block entity capability constructor.
- registeredBlockEntityEventListener - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- registeredBlockEventListener - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- registeredEntityEventListener - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- registeredItemStackEventListener - Variable in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
- registerEntity(Supplier<EntityType<T>>, ICapabilityConstructor<?, ?, ?, ? extends EntityType<T>>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register an entity capability constructor.
- registerEventHooks() - Method in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
- registerEventHooks() - Method in class org.cyclops.cyclopscore.proxy.CommonProxyNeoForge
- registerFluid(Registry<Fluid>, RegisterEvent, Supplier<Fluid>, ResourceLocation) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidActionNeoForge
- registerIgnoredFactory(String) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Indicate that the given factory should be ignored, this is useful when a target is somehow being disabled and no corresponding factory results should be shown.
- registerInfoBook(IInfoBook, String) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBookRegistry
-
Register a new infobook.
- registerInfoBook(IInfoBook, String) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- registerInheritableBlock(Class<?>, IBlockCapabilityConstructor<?, ?, ?, ?>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register a block capability constructor with subtype checking.
- registerInheritableBlockEntity(Class<?>, ICapabilityConstructor<?, ?, ?, ?>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register a block entity capability constructor with subtype checking.
- registerInheritableItem(Class<?>, ICapabilityConstructor<?, ?, ?, ?>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register an item capability constructor with subtype checking.
- registerItem(Supplier<ItemLike>, ICapabilityConstructor<?, ?, ?, ? extends ItemLike>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register an item capability constructor.
- registerKeyBindings(IKeyRegistry, RegisterKeyMappingsEvent) - Method in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
- registerKeyBindings(IKeyRegistry, RegisterKeyMappingsEvent) - Method in class org.cyclops.cyclopscore.proxy.CommonProxyComponent
- registerKeyBindings(IKeyRegistry, RegisterKeyMappingsEvent) - Method in interface org.cyclops.cyclopscore.proxy.ICommonProxy
-
Register key bindings.
- registerMobCategoryEntity(MobCategory, ICapabilityConstructor<?, ?, ?, ? extends EntityType<? extends Entity>>) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
-
Register an entity capability constructor for the given category.
- registerPackets(IPacketHandler) - Method in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
- registerPackets(IPacketHandler) - Method in class org.cyclops.cyclopscore.proxy.CommonProxyComponent
- registerPackets(IPacketHandler) - Method in class org.cyclops.cyclopscore.proxy.CommonProxyNeoForge
- registerRenderers() - Method in class org.cyclops.cyclopscore.proxy.ClientProxyNeoForge
- registerSection(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- registerSection(ModBaseNeoForge<?>, IInfoBook, String, String) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBookRegistry
-
Register a new section to the given section of the given infobook.
- registerSection(ModBaseNeoForge<?>, IInfoBook, String, String) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
- registerSectionFactory(String, InfoBookParser.IInfoSectionFactory) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
-
Register a new info section factory.
- registerToRegistry(Registry<? super V>, ExtendedConfigRegistry<?, V, ?>, Callable<?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
- registerWorldStorage(WorldStorage) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Register a new world storage type.
- RegistrationHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- RegistrationHelpersNeoForge() - Constructor for class org.cyclops.cyclopscore.helper.RegistrationHelpersNeoForge
- REGISTRY - Static variable in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- REGISTRY - Static variable in class org.cyclops.cyclopscore.metadata.RegistryExportables
- RegistryEntries - Class in org.cyclops.cyclopscore
-
Referenced registry entries.
- RegistryEntries() - Constructor for class org.cyclops.cyclopscore.RegistryEntries
- RegistryExportableAbstractCookingRecipe<T> - Class in org.cyclops.cyclopscore.metadata
-
Furnace recipe exporter.
- RegistryExportableAbstractCookingRecipe(Supplier<T>) - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportableAbstractCookingRecipe
- RegistryExportableCraftingRecipe - Class in org.cyclops.cyclopscore.metadata
-
Crafting recipe exporter.
- RegistryExportableCraftingRecipe() - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportableCraftingRecipe
- RegistryExportableFluidTranslationKeys - Class in org.cyclops.cyclopscore.metadata
-
Fluid translation key exporter.
- RegistryExportableFluidTranslationKeys() - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportableFluidTranslationKeys
- RegistryExportableItemTranslationKeys - Class in org.cyclops.cyclopscore.metadata
-
Item translation key exporter.
- RegistryExportableItemTranslationKeys() - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportableItemTranslationKeys
- RegistryExportableRecipeAbstract<T,
R, - Class in org.cyclops.cyclopscore.metadataC> -
An abstract recipe exporter for
Recipe
recipes. - RegistryExportableRecipeAbstract(Supplier<T>) - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
- RegistryExportableRegistry - Class in org.cyclops.cyclopscore.metadata
-
Implementation of
IRegistryExportableRegistry
. - RegistryExportables - Class in org.cyclops.cyclopscore.metadata
- RegistryExportables() - Constructor for class org.cyclops.cyclopscore.metadata.RegistryExportables
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionIterator
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientCollectionLikeSingleClassifiedIterator
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.FilteredIngredientMapIterator
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIterator
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated
- remove() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet.ExactIterator
- remove(int) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Remove the instance at the given index.
- remove(int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- remove(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Remove the given instance from the collection.
- remove(T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Remove the mapping for the given key instance.
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- remove(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- removeAll(Iterable<? extends T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Remove all the given instances from the collection.
- removeAll(Iterable<? extends T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Remove all the given key instances from the collection.
- removeAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- removeAll(Iterable<? extends T>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- removeAll(Iterable<? extends T>, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Remove all occurrences of the given instances under the given match conditions.
- removeAll(Iterable<? extends T>, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Remove all occurrences of the given instances under the given match conditions.
- removeAll(Iterable<? extends T>, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- removeAll(Iterable<? extends T>, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- removeAll(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionMutable
-
Remove all occurrences of the given instance under the given match conditions.
- removeAll(T, M) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMapMutable
-
Remove all occurrences of the given key instance under the given match conditions.
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMutableWrapper
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- removeAll(T, M) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientSet
- RemoveCallbackIterator(IIngredientCollectionLikeMultiClassifiedTrait<T, M, I, L>, T, M) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait.RemoveCallbackIterator
- removeDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Remove a dirty marking listener.
- removeInstance(L, I) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeMultiClassifiedTrait
-
Remove the given instance from the given collection-like.
- removeInstance(IngredientCollectionSingleClassified<T, M, ?, ?>, T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- removeInstance(IngredientMapSingleClassified<T, M, V, ?>, Map.Entry<T, V>) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- removeItem(int, int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- removeItemNoUpdate(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- render() - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge.IFluidContextRender
-
Render the fluid.
- render(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- render(T, float, PoseStack, MultiBufferSource, int, int) - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
- renderBackground(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- renderBackgroundSuper(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- renderBg(GuiGraphics, float, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- RenderBlockEntityModel<T,
M> - Class in org.cyclops.cyclopscore.client.render.blockentity -
General renderer for
CyclopsBlockEntity
with models. - RenderBlockEntityModel(M, Material) - Constructor for class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
-
Make a new instance.
- RenderBlockEntityModelBase<T,
M> - Class in org.cyclops.cyclopscore.client.render.blockentity -
General renderer for
CyclopsBlockEntity
withModel
models. - RenderBlockEntityModelBase(M, Material) - Constructor for class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModelBase
- renderButtonHolders - Variable in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
-
This map holds advanced buttons that have a unique identifier.
- renderFluid(ScreenInfoBook, GuiGraphics, int, int, FluidStack, int, int, boolean, AdvancedButtonEnum) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderFluid(ScreenInfoBook, GuiGraphics, int, int, FluidStack, int, int, AdvancedButtonEnum) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderFluidContext(FluidStack, PoseStack, IRenderHelpersNeoForge.IFluidContextRender) - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge
-
Prepare a render system context for rendering fluids.
- renderFluidContext(FluidStack, PoseStack, IRenderHelpersNeoForge.IFluidContextRender) - Method in class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- renderFluidForButton(ScreenInfoBook, GuiGraphics, int, int, FluidStack, int, int, boolean, RecipeAppendix.FluidButton) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderFluidSlot(GuiGraphics, FluidStack, int, int) - Method in class org.cyclops.cyclopscore.helper.GuiHelpersNeoForge
- renderFluidSlot(GuiGraphics, FluidStack, int, int) - Method in interface org.cyclops.cyclopscore.helper.IGuiHelpersNeoForge
-
Render the given fluid in a standard slot.
- renderFluidTank(GuiGraphics, FluidStack, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.helper.GuiHelpersNeoForge
- renderFluidTank(GuiGraphics, FluidStack, int, int, int, int, int) - Method in interface org.cyclops.cyclopscore.helper.IGuiHelpersNeoForge
-
Render a fluid tank in a gui.
- renderFluidTooltip(ScreenInfoBook, GuiGraphics, int, int, FluidStack, int, int) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- RenderHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
- RenderHelpersNeoForge(IModHelpers) - Constructor for class org.cyclops.cyclopscore.helper.RenderHelpersNeoForge
- renderItem(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, boolean, AdvancedButtonEnum) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItem(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, boolean, AdvancedButtonEnum, float) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItem(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, AdvancedButtonEnum) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItem(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, AdvancedButtonEnum, float) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItemDecorations(Font, ItemStack, int, int) - Method in class org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended
- renderItemDecorations(Font, ItemStack, int, int, String) - Method in class org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended
- renderItemForButton(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, boolean, RecipeAppendix.ItemButton) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItemForButton(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int, boolean, RecipeAppendix.ItemButton, float) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderItemHolders - Variable in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
-
This map holds advanced buttons that have a unique identifier.
- renderItemTooltip(ScreenInfoBook, GuiGraphics, int, int, ItemStack, int, int) - Static method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderLabels(GuiGraphics, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- renderModel(T, M, float, PoseStack, VertexConsumer, MultiBufferSource, int, int) - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
-
Render the actual model, override this to change the way the model should be rendered.
- renderModel(T, M, float, PoseStack, VertexConsumer, MultiBufferSource, int, int) - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModelBase
- RenderModel<T,
M, - Class in org.cyclops.cyclopscore.client.render.modelS> -
A renderer for a custom model.
- RenderModel(EntityRendererProvider.Context, ExtendedConfigCommon<?, ?, ModBaseNeoForge<?>>) - Constructor for class org.cyclops.cyclopscore.client.render.model.RenderModel
-
Make a new instance.
- renderOverlayedFluidTank(GuiGraphics, FluidStack, int, int, int, int, int, ResourceLocation, int, int) - Method in class org.cyclops.cyclopscore.helper.GuiHelpersNeoForge
- renderOverlayedFluidTank(GuiGraphics, FluidStack, int, int, int, int, int, ResourceLocation, int, int) - Method in interface org.cyclops.cyclopscore.helper.IGuiHelpersNeoForge
-
Render a fluid tank in a gui with a tank overlay.
- renderTooltip(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
-
Render the button tooltip.
- renderTooltip(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- renderTooltip(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementButton
- renderTooltip(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.FluidButton
- renderTooltip(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
- renderTooltip(GuiGraphics, ItemStack, int, int) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- renderToolTips(GuiGraphics, Font, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- renderToolTips(ScreenInfoBook, GuiGraphics, int, int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- renderType - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- renderWidget(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- renderWidget(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
- replaceInnerFluid() - Method in class org.cyclops.cyclopscore.fluid.Tank
- requestAdvancementInfo() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- requestAdvancementUnlockInfo(ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.AdvancementHelpers
- RequestPlayerAdvancementUnlockedPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from client to server to request an update to advancement unlocked info.
- RequestPlayerAdvancementUnlockedPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- RequestPlayerAdvancementUnlockedPacket(String) - Constructor for class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- RequestPlayerNbtPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from client to server to request an update to persisted player NBT data.
- RequestPlayerNbtPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- requestRecipeDisplay(RecipeType<?>, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- RequestRecipeDisplayPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from client to server to request a recipe display.
- RequestRecipeDisplayPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- RequestRecipeDisplayPacket(RecipeType<?>, ResourceLocation) - Constructor for class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- requestRecipeDisplays(RecipeType<?>, String) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- RequestRecipeDisplaysRegexPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from client to server to request a recipe display.
- RequestRecipeDisplaysRegexPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- RequestRecipeDisplaysRegexPacket(RecipeType<?>, String) - Constructor for class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- reset() - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Reset the tank by setting the inner fluid to null.
- reset() - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- reset() - Static method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- reset() - Method in class org.cyclops.cyclopscore.persist.world.GlobalCounters
- reset() - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
Reset the stored data because it will be reloaded from NBT.
- resolveDependencies(ResolvableModel.Resolver) - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
- revRotate(Vec3, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Rotate a given vector inversely to the given side.
- RewardItem - Class in org.cyclops.cyclopscore.infobook.pageelement
-
An item reward.
- RewardItem(ItemStack) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- rotate(float[][]) - Static method in class org.cyclops.cyclopscore.helper.MatrixHelpers
-
Rotate the given box bounds once.
- rotate(Vec3, Direction) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Rotate a given vector to the given side.
- ROTATION_FIX - Static variable in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- ROTATION_UV - Static variable in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- run() - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException.IThrower
- run(CommandContext<CommandSourceStack>) - Method in class org.cyclops.cyclopscore.command.CommandDumpRegistries
- run(CommandContext<CommandSourceStack>) - Method in class org.cyclops.cyclopscore.command.CommandInfoBookTest
- run(CommandContext<CommandSourceStack>) - Method in class org.cyclops.cyclopscore.command.CommandVersion
- runIterationOnItem(ItemStack, EnchantmentHelpers.EnchantmentVisitor) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
S
- save(CompoundTag, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage.NBTDataHolder
- ScreenInfoBook<T> - Class in org.cyclops.cyclopscore.infobook
-
Base gui for
IInfoBook
. - ScreenInfoBook(T, Inventory, Component, IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- SectionAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Separate elements that can be appended to sections.
- SectionAppendix(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- SendPlayerAdvancementUnlockedPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from server to client to update player advancement unlocked info.
- SendPlayerAdvancementUnlockedPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- SendPlayerAdvancementUnlockedPacket(String, boolean) - Constructor for class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- SendPlayerNbtPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from server to client to update persisted player NBT data.
- SendPlayerNbtPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- SendPlayerNbtPacket(Player) - Constructor for class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- SendRecipeDisplayPacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from server to client to update player advancement unlocked info.
- SendRecipeDisplayPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- SendRecipeDisplayPacket(String, String, RecipeDisplayEntry) - Constructor for class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- SendRecipeDisplaysRegexDonePacket - Class in org.cyclops.cyclopscore.network.packet
-
Packet from server to client to update player advancement unlocked info.
- SendRecipeDisplaysRegexDonePacket() - Constructor for class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- SendRecipeDisplaysRegexDonePacket(String, String) - Constructor for class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
- sendToAll(PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- sendToAllAroundPoint(PacketBase, IPacketHandler.TargetPoint) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- sendToDimension(PacketBase, ServerLevel) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- sendToPlayer(PacketBase, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- sendToServer(PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandlerNeoForge
- sendUpdate() - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- serialize(HolderLookup.Provider, IRecipeDefinition) - Static method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IRecipeDefinition
-
Deserialize a recipe to NBT.
- serialize(HolderLookup.Provider, IMixedIngredients) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IMixedIngredients
-
Deserialize ingredients to NBT.
- serialize(HolderLookup.Provider, IngredientComponent<T, M>, A) - Method in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives.ISerializer
- serialize(HolderLookup.Provider, IngredientComponent<T, M>, PrototypedIngredientAlternativesItemStackTag) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesItemStackTag.Serializer
- serialize(HolderLookup.Provider, IngredientComponent<T, M>, PrototypedIngredientAlternativesList<?, ?>) - Method in class org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList.Serializer
- serialize(HolderLookup.Provider, IPrototypedIngredient<T, M>) - Static method in interface org.cyclops.commoncapabilities.api.ingredient.IPrototypedIngredient
-
Deserialize an ingredient to NBT.
- serialize(HolderLookup.Provider, IIngredientComponentStorage<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Serialize the given storage to NBT.
- serialize(HolderLookup.Provider, IIngredientCollection<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Serialize the given collection to an NBT tag.
- serializeCondition(M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Serialize a match condition to NBT.
- serializeFluidStack(FluidStack) - Static method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- serializeInstance(HolderLookup.Provider, T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientSerializer
-
Serialize an instance to NBT.
- serializeItemStack(ItemStack) - Static method in interface org.cyclops.cyclopscore.metadata.IRegistryExportable
- 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(Supplier<ItemStack>) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- Serializer(Supplier<ItemStack>) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.Serializer
- Serializer(Supplier<ItemStack>, RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- Serializer(Supplier<ItemStack>, RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer) - Constructor for class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.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
- serializeRecipe(RecipeHolder<AbstractCookingRecipe>) - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableAbstractCookingRecipe
- serializeRecipe(RecipeHolder<CraftingRecipe>) - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableCraftingRecipe
- serializeRecipe(RecipeHolder<R>) - Method in class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
- SERIALIZERS - Static variable in interface org.cyclops.commoncapabilities.api.capability.recipehandler.IPrototypedIngredientAlternatives
- set(int, T) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Set the instance at the given index.
- set(int, T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- setAcceptedFluid(Fluid) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Set the accepted fluid for this tank.
- setBlock(Block) - Method in class org.cyclops.cyclopscore.item.InformationProviderComponent
-
Set the blockState that uses this component.
- setCapacity(int) - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- setCapacity(int) - Method in interface org.cyclops.cyclopscore.capability.fluid.IFluidHandlerItemCapacity
- setChance(int) - Method in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
-
Sets the chance for drop particles.
- setChanged() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- setChanged() - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- setChanged() - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
- setConfigLinks(Map<String, Pair<InfoSection, Integer>>) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- setConfigLinks(Map<String, Pair<InfoSection, Integer>>) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- setCurrentPage(int) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- setCurrentPage(int) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- setCurrentSection(InfoSection) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
- setCurrentSection(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- setEnchantmentLevel(ItemStack, Holder<Enchantment>, int) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
-
Sets the level of an enchantment given an itemStack.
- setFluid(FluidStack) - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- setFluidInTank(int, FluidStack) - Method in class org.cyclops.cyclopscore.capability.fluid.FluidHandlerItemCapacity
- setFluidInTank(int, FluidStack) - Method in interface org.cyclops.cyclopscore.capability.fluid.IFluidHandlerMutable
- setFluidInTank(int, FluidStack) - Method in class org.cyclops.cyclopscore.fluid.Tank
- setInfoSection(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- setItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- setLineStart(int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- setNewHash() - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerInventoryState
- setOffset(int) - Method in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
-
Set the offset to a lower Y where the drops should appear.
- setOnPress(Button.OnPress) - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
- setPage(int) - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- setPage(int) - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- setQuantity(T, long) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollapsedCollectionMutable
-
Set the quantity of the given instance.
- setQuantity(T, long) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- setQuantity(T, long) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionQuantitativeGrouper
- setQuantity(T, long) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassifiedCollapsed
- setRecipeDisplay(RecipeType<?>, ResourceLocation, RecipeDisplayEntry) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- setRecipeDisplaysRegexDone(RecipeType<?>, String) - Static method in class org.cyclops.cyclopscore.helper.RecipeHelpers
- setSize(int) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait
-
Set the internal size value.
- setSize(int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- setSize(int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- setStackInSlot(int, ItemStack) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerModifiableInventoryState
- setStackInSlot(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.InventoryModifiableContainerNeoForge
- setState(IInfoBook, InfoSection) - Method in exception class org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException
- 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.
- setTagIndex(InfoSectionTagIndex) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- setTankCapacity(int, int) - Method in interface org.cyclops.cyclopscore.capability.fluid.IFluidHandlerCapacity
- setTankCapacity(int, int) - Method in class org.cyclops.cyclopscore.fluid.Tank
- setTranslationKey(String) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
- setup(FMLCommonSetupEvent) - Method in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
- setup(FMLCommonSetupEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Called on the Forge setup lifecycle event.
- setupClient(FMLClientSetupEvent) - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge
-
Called on the Forge client setup lifecycle event.
- setValue(IValueNotifier, int, boolean) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the boolean value
- setValue(IValueNotifier, int, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the int value
- setValue(IValueNotifier, int, String) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the string value
- setValue(IValueNotifier, int, List<MutableComponent>) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the
MutableComponent
list value - setValue(IValueNotifier, int, Tag) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the NBT value
- setValue(IValueNotifier, int, MutableComponent) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
-
Set the
MutableComponent
value - setWorldReference(WeakReference<Level>) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- shouldAddIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
- shouldAddIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
- SimpleInventoryState - Class in org.cyclops.cyclopscore.inventory
-
An inventory state implementation for a
SimpleInventory
. - SimpleInventoryState(SimpleInventory) - Constructor for class org.cyclops.cyclopscore.inventory.SimpleInventoryState
- 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.cyclopscore.ingredient.recipe.RecipeHandlerRecipeType
- simulateBooleanToAction(boolean) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
- simulateBooleanToAction(boolean) - Method in interface org.cyclops.cyclopscore.helper.IFluidHelpersNeoForge
-
Convert a boolean-based simulate to a fluid action enum value.
- SingleUseTank - Class in org.cyclops.cyclopscore.fluid
-
A simple tank that can accept and drain fluids until the capacity is reached.
- SingleUseTank(int) - Constructor for class org.cyclops.cyclopscore.fluid.SingleUseTank
-
Make a new tank instance.
- size() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionMultiClassified
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionPrototypeMap
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassified
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionSingleClassifiedCollapsed
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- size() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- size() - Method in class org.cyclops.cyclopscore.recipe.type.InventoryFluid
- skip(int) - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IndexIterator
- SLOT_SIZE - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
- SLOT_SIZE - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- SLOT_SIZE - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.RewardItem
- SlotFluidContainer - Class in org.cyclops.cyclopscore.inventory.slot
-
Slots that will accept buckets and fluid containers.
- SlotFluidContainer(Container, int, int, int, Fluid) - Constructor for class org.cyclops.cyclopscore.inventory.slot.SlotFluidContainer
- SlotlessItemHandler() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.SlotlessItemHandler
- SlotlessItemHandlerWrapper - Class in org.cyclops.commoncapabilities.api.capability.itemhandler
-
An abstract
ISlotlessItemHandler
wrapper around anIItemHandler
. - SlotlessItemHandlerWrapper(IItemHandler) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
- sort(Comparator<? super T>) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Sort this list based on the given comparator.
- sort(IIngredientCollection<T, M>, Comparator<? super T>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Created a sorted collection using the given comparator and all instances from the given collection.
- spawnEntity(Level, ResourceLocation, double, double, double, EntitySpawnReason) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Spawns the creature specified by the entity name in the location specified by the last three parameters.
- spawnEntity(ServerLevelAccessor, Mob, EntitySpawnReason) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Spawn the entity in the world.
- spawnXpAtPlayer(Level, Player, int) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
-
Spawn xp orbs at the given player.
- spliterator() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
- spliterator() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
- spliterator() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientSet
- STACKSIZE - Static variable in class org.cyclops.commoncapabilities.api.capability.itemhandler.ItemMatch
-
Match ItemStack stacksizes.
- startOpen(Player) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- StartupTestNeoForge - Class in org.cyclops.cyclopscore.gametest
- StartupTestNeoForge() - Constructor for class org.cyclops.cyclopscore.gametest.StartupTestNeoForge
- stillValid(Player) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- stopOpen(Player) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- stream() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
- STREAM_CODEC_ITEMSTACK_OR_ITEMSTACKINGREDIENT_CHANCE - Static variable in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- STREAM_CODEC_ITEMSTACK_OR_TAG - Static variable in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- streamCodec - Variable in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- streamCodec() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput.Serializer
- streamCodec() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.Serializer
- StringParseResult(boolean, int, String) - Constructor for class org.cyclops.cyclopscore.nbt.path.parse.NbtPathStringParser.StringParseResult
- subList(int, int) - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientList
-
Get a view of a sublist of the this list.
- subList(int, int) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientList
- syncProcessedConfigs(ModConfig, boolean) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
-
Sync the config values that were already loaded.
T
- tagName - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- tagName - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
- TagSectionConditionHandler<T> - Class in org.cyclops.cyclopscore.infobook.condition
-
Condition handler for checking if a tag key is present.
- TagSectionConditionHandler(Registry<T>) - Constructor for class org.cyclops.cyclopscore.infobook.condition.TagSectionConditionHandler
- Tank - Class in org.cyclops.cyclopscore.fluid
-
A simple fluid tank.
- Tank(int) - Constructor for class org.cyclops.cyclopscore.fluid.Tank
-
Make a new fluid tank.
- Temperature() - Constructor for class org.cyclops.commoncapabilities.api.capability.Capabilities.Temperature
- test(Stream<Tag>) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Test if any of the given NBT tags in the given stream match with the expression.
- test(Tag) - Method in interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
-
Test if the given NBT tag matches with the expression.
- testDummy(GameTestHelper) - Method in class org.cyclops.cyclopscore.gametest.StartupTestNeoForge
- TextFieldAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
-
Text fields that can be added to sections.
- TextFieldAppendix(IInfoBook, String, double) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
- texture - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
- THIRD_PERSON_LEFT_HAND - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- THIRD_PERSON_LEFT_HAND_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- THIRD_PERSON_RIGHT_HAND - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- THIRD_PERSON_RIGHT_HAND_ITEM - Static variable in class org.cyclops.cyclopscore.helper.ModelHelpers
- TICK_DELAY - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
- toArray() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
-
Returns an array containing all of the elements in this collection in the internal sequence (from first to last element).
- 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() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
-
Returns a string representation of this record class.
- toString() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
-
Returns a string representation of this record class.
- toString() - Method in class org.cyclops.cyclopscore.codec.ListCodecStrict
- toString() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- toString() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
- toString() - Method in exception class org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException
- toString() - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
- toString() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewards
- toString() - Method in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
- toString() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
- toString() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter
- toString() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionEmpty
- toString() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionWrapper
- toString() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
- toString() - Method in exception class org.cyclops.cyclopscore.ingredient.storage.InconsistentIngredientInsertionException
- toString() - Method in class org.cyclops.cyclopscore.init.ModBaseNeoForge.EnumReferenceKey
- toString() - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
- toString(IIngredientCollection<T, M>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Stringifies the given collection.
- toString(IIngredientMap<T, M, V>) - Static method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollections
-
Stringifies the given map.
- toString(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
-
Return a stringified version of the given instance.
- transform(float[][], Direction) - Static method in class org.cyclops.cyclopscore.helper.MatrixHelpers
-
Transform the given box bounds to the given orientation.
- transform(CraftingInput, ItemStack) - Method in interface org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer
- transformMenuType(MenuType<T>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.GuiActionNeoForge
- trimStringToWidth(Font, FormattedText, int) - Static method in class org.cyclops.cyclopscore.infobook.InfoSection
- type() - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.RequestPlayerAdvancementUnlockedPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.RequestPlayerNbtPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplayPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.RequestRecipeDisplaysRegexPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerAdvancementUnlockedPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplayPacket
- TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.SendRecipeDisplaysRegexDonePacket
U
- Unbaked(ResourceLocation) - Constructor for record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel.Unbaked
-
Creates an instance of a
Unbaked
record class. - UNKNOWN - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
Used only by getOrientation, for invalid inputs
- update(int, int, E, ScreenInfoBook) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
-
This is called each render tick to update the button to the latest render state.
- update(int, int, Component, InfoSection, ScreenInfoBook) - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
-
This is called each render tick to update the button to the latest render state.
- update(int, int, Component, InfoSection, ScreenInfoBook) - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- update(int, int, ItemStack, ScreenInfoBook) - Method in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
- update(ItemStackRenderState, ItemStack, ItemModelResolver, ItemDisplayContext, ClientLevel, LivingEntity, int) - Method in record class org.cyclops.cyclopscore.client.render.model.ItemDynamicItemAndBlockModel
- updateCustomBlockEntityTag(BlockPos, Level, Player, ItemStack, BlockState) - Method in class org.cyclops.cyclopscore.item.ItemBlockNBT
- UPPER_EAST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+X;+Y
- UPPER_NORTH - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-Z;+Y
- UPPER_SOUTH - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
+Z;+Y
- UPPER_WEST - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
-X;+Y
- useAmbientOcclusion() - Method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
- UVS - Static variable in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
V
- VALID_DIRECTIONS - Static variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
All the valid directions.
- validateSlot(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
- ValueNotifierHelpers - Class in org.cyclops.cyclopscore.helper
-
Helper methods for
IValueNotifiable
andIValueNotifier
. - ValueNotifierHelpers() - Constructor for class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
- valueOf(String) - Static method in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientMap
- values() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapMultiClassified
- values() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapSingleClassified
- values() - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- vertexToInts(float, float, float, int, TextureAtlasSprite, float, float) - Static method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
-
Make an int array of the given information so that it can be fed into a
BakedQuad
.
W
- WeightedItemStack - Class in org.cyclops.cyclopscore.item
-
An ItemStack that has a certain weight that can be used to occur with a certain chance.
- WeightedItemStack(ItemStack, int) - Constructor for class org.cyclops.cyclopscore.item.WeightedItemStack
- WIDTH - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
- 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(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.
- withPosition(BlockPos) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
- 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
- world - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
- WorldStorage - Class in org.cyclops.cyclopscore.persist.world
-
Instances of this can store data inside the world NBT.
- WorldStorage(ModBaseNeoForge) - Constructor for class org.cyclops.cyclopscore.persist.world.WorldStorage
- WorldStorage.NBTDataHolder - Class in org.cyclops.cyclopscore.persist.world
-
Data holder for the global counter data.
- wrap(T) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
-
Wrap the given instance inside an equals, hashCode and compareTo-safe holder.
- wrap(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionWrappedAdapter
- wrap(T) - Method in class org.cyclops.cyclopscore.ingredient.collection.IngredientMapWrappedAdapter
- wrapComponentStorage(S) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Wrap the given storage.
- WrappedIntIterator(IntIterator) - Constructor for class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
- wrapStorage(IIngredientComponentStorage<T, M>) - Method in interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageWrapperHandler
-
Wrap the given storage.
- wrapStorage(IIngredientComponentStorage<T, M>, boolean, boolean, boolean) - Static method in class org.cyclops.cyclopscore.ingredient.storage.IngredientStorageHelpers
-
Wrap the given ingredient storage, where you can configure if the storage is allowed to be read, inserted to, or extracted from.
- writeGeneratedFieldsToNBT(CompoundTag, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
- writeItemStackOrItemStackIngredient(RegistryFriendlyByteBuf, Either<ItemStack, ItemStackFromIngredient>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- writeItemStackOrItemStackIngredientChance(RegistryFriendlyByteBuf, Either<Pair<ItemStack, Float>, Pair<ItemStackFromIngredient, Float>>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- writeOptionalToNetwork(FriendlyByteBuf, Optional<T>, BiConsumer<FriendlyByteBuf, T>) - Static method in class org.cyclops.cyclopscore.helper.RecipeSerializerHelpers
- writeTankToNBT(CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
- writeTankToNBT(CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.Tank
-
Write the tank contents to NBT.
- writeToNBT(HolderLookup.Provider, CompoundTag) - Method in class org.cyclops.cyclopscore.fluid.Tank
- writeToNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.fluid.Tank
- writeToNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
- writeToNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemStack
- writeToNBT(CompoundTag, HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.persist.world.WorldStorage
-
Write the counters.
- writeToPacket(RegistryFriendlyByteBuf) - Method in class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
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.cyclopscore.capability.fluid.FluidHandlerItemCapacityConfig
-
The unique instance.
- _instance - Static variable in class org.cyclops.cyclopscore.CyclopsCoreNeoForge
-
The unique instance of this mod.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form