Index

A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
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.ButtonClickPacket
 
actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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.SendPlayerAdvancementUnlockedPacket
 
actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
 
actionClient(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
 
actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.ButtonClickPacket
 
actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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.SendPlayerAdvancementUnlockedPacket
 
actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
 
actionServer(Level, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
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.
addAlphaToColor(int, float) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Add the given alpha value to the given RGB color.
addAlphaToColor(int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Add the given alpha value to the given RGB color.
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.
addBlockHitEffects(ParticleEngine, ClientLevel, BlockState, BlockPos, Direction) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
A custom way of spawning block hit effects.
addCollisionBoxToList(BlockPos, AABB, List<AABB>, AABB) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Add a collision box to the given list if it intersects with a box.
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.
addConfigurable(ExtendedConfig<?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandler
Deprecated.
 
addDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
Add a dirty marking listener.
addDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
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.
addInventory(Container, int, int, int, int, int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
additionalApplies(E) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
An additional conditional that can be added for filtering items.
addKeyHandler(KeyMapping, IKeyHandler) - Method in interface org.cyclops.cyclopscore.client.key.IKeyRegistry
Binds a IKeyHandler to key presses of the specified KeyMapping.
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
 
addOptionalInfo(List<Component>, String) - Static method in class org.cyclops.cyclopscore.helper.L10NHelpers
Deprecated.
Add the optional info lines to the item tooltip.
addPlayerArmorInventory(Inventory, int, int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Add player armor inventory to the GUI.
addPlayerInventory(Inventory, int, int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Add player inventory and hotbar to the GUI.
addSafe(int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Take the sum of these two values capped at Integer.MAX_VALUE.
addSection(String, InfoSection) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
 
addSection(String, InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoBook
 
addSlot(Slot) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
addSlotListener(ContainerListener) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
addSoftLinks(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
 
addStackToList(NonNullList<ItemStack>, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Add the given stack to the given list, by attempting to increase the stacksize of equal stacks that are already present.
addStatusInfo(List<Component>, boolean, String) - Static method in class org.cyclops.cyclopscore.helper.L10NHelpers
Deprecated.
Show status info about the activation about an item to the info box.
addToConfigDictionary(ExtendedConfig<?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandler
Deprecated.
 
addToConfigDictionary(ExtendedConfigCommon<?, ?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandler
Deprecated.
 
addToConfigDictionary(ExtendedConfigCommon<?, ?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
addToDimension(BlockPos, int, int) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
addToInventory(Container, int[], NonNullList<ItemStack>, boolean) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Try to add the given item to any of the given slots.
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.
addToSlot(Container, int, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Try to add the given item to the given slot.
addToSlot(Container, int, ItemStack, boolean) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Try to add the given item to the given slot.
addToStack(ItemStack, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Tries to merge the given stacks.
adjustPhantomSlot(Slot, int, ClickType) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.
afterRecipesAndTagsLoaded() - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
 
AMOUNT - Static variable in class org.cyclops.commoncapabilities.api.capability.fluidhandler.FluidMatch
Match FluidStacks amounts.
Analytics - Class in org.cyclops.cyclopscore.tracking
Deprecated.
Analytics() - Constructor for class org.cyclops.cyclopscore.tracking.Analytics
Deprecated.
 
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(E, Pattern) - Method in interface org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer.IItemPredicate
Deprecated.
Check if the given item matches a string pattern.
apply(F, W, BlockPos) - Method in interface org.cyclops.cyclopscore.helper.WorldHelpers.WorldFoldingFunction
Deprecated.
 
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
 
ArgumentTypeConfig<A,T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ArgumentTypeConfig(ModBase<?>, String, ArgumentTypeInfo<A, T>, Class<A>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
ArmorMaterialConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ArmorMaterialConfig(ModBase<?>, String, Function<ArmorMaterialConfig, ArmorMaterial>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ArmorMaterialConfig
Deprecated.
 
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.
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.
bindTexture(ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Bind a texture to the rendering engine.
BIOME_MODIFIER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
BiomeModifierAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for BiomeModifierConfig.
BiomeModifierAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.BiomeModifierAction
 
BiomeModifierConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Config for biome modifiers.
BiomeModifierConfig(ModBase<?>, String, Function<BiomeModifierConfig<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfig
 
blitColored(GuiGraphics, int, int, int, float, float, int, int, float, float, float, float) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
 
blitColored(GuiGraphics, int, int, int, int, int, float, float, float, float, float, float, float, float) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
 
blitMirrored(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_NOTIFY - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Cause a regular blockState update.
BLOCK_NOTIFY_CLIENT - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Send a blockState update to the client.
BLOCK_NOTIFY_NO_RERENDER - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Stop the blockState from re-rendering.
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
 
BlockActionNeoForgeAux - Class in org.cyclops.cyclopscore.config.configurabletypeaction
 
BlockActionNeoForgeAux() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForgeAux
 
BlockConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
BlockConfig(ModBase<?>, String, Function<BlockConfig, ? extends Block>, BiFunction<BlockConfig, Block, ? extends Item>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
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
 
BlockEntityConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
BlockEntityConfig(ModBase<?>, String, Function<BlockEntityConfig<T>, BlockEntityType<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.BlockEntityConfig
Deprecated.
 
BlockEntityEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEntityEventListener
 
BlockEntityHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
BlockEntityHelpers() - Constructor for class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
 
BlockEventListener() - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEventListener
 
BlockGui - Class in org.cyclops.cyclopscore.block
Deprecated.
BlockGui(BlockBehaviour.Properties) - Constructor for class org.cyclops.cyclopscore.block.BlockGui
Deprecated.
 
BlockHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
BlockHelpers() - Constructor for class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
 
blockState - Variable in class org.cyclops.cyclopscore.client.model.DelegatingDynamicItemAndBlockModel
 
BlockWithEntity - Class in org.cyclops.cyclopscore.block
Deprecated.
BlockWithEntity(BlockBehaviour.Properties, BiFunction<BlockPos, BlockState, CyclopsBlockEntity>) - Constructor for class org.cyclops.cyclopscore.block.BlockWithEntity
Deprecated.
 
BlockWithEntityGui - Class in org.cyclops.cyclopscore.block
Deprecated.
BlockWithEntityGui(BlockBehaviour.Properties, BiFunction<BlockPos, BlockState, CyclopsBlockEntity>) - Constructor for class org.cyclops.cyclopscore.block.BlockWithEntityGui
Deprecated.
 
broadcastChanges() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
BUCKET_VOLUME - Static variable in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
 
buildSection(IInfoBook, InfoSection, int, Element, ModBase<?>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
 
buttonBack - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
ButtonClickPacket - Class in org.cyclops.cyclopscore.network.packet
Packet for notifying the server of a button click.
ButtonClickPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.ButtonClickPacket
 
ButtonClickPacket(String) - Constructor for class org.cyclops.cyclopscore.network.packet.ButtonClickPacket
 
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

CacheableCraftingInventory(RecipeInput, boolean) - Constructor for class org.cyclops.cyclopscore.helper.CraftingHelpers.CacheableCraftingInventory
Deprecated.
 
calculateLines() - Method in class org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendix
 
canCompletelyFill(IFluidHandler, IFluidHandler) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
If this destination can completely contain the given fluid in the given source.
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
 
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
 
canPlaceItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
canPlaceItemThroughFace(int, ItemStack, Direction) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
canTakeItemThroughFace(int, ItemStack, Direction) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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
 
CapabilityActionOld<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
Deprecated.
CapabilityActionOld() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.CapabilityActionOld
Deprecated.
 
CapabilityConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
CapabilityConfig(ModBase<?>, String, Function<CapabilityConfig<T>, T>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig
Deprecated.
 
CapabilityConstructorRegistry - Class in org.cyclops.cyclopscore.modcompat.capabilities
Registry for capabilities created by this mod.
CapabilityConstructorRegistry(ModBase) - 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
 
castSafe(long) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Cast a long value safely to an int.
category() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
The category of the field.
chance - Variable in class org.cyclops.cyclopscore.block.component.ParticleDropBlockComponent
 
charTyped(char, int) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
checkAll() - Static method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
Check the versions for all registered mods.
checkIsItemValid(ItemStack, Fluid) - Static method in class org.cyclops.cyclopscore.inventory.slot.SlotFluidContainer
 
checkNotBaked() - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry
 
CHUNK_SIZE - Static variable in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
The maximum chunk size for X and Z axis.
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.IndexedInventory
Deprecated.
 
clearContent() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
clearContent() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
clearInventory(Container) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Erase a complete inventory
clicked(int, int, ClickType, Player) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
clicked(int, int, ClickType, Player) - Method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
ClientProxy - Class in org.cyclops.cyclopscore.proxy
Proxy for the client side.
ClientProxy() - Constructor for class org.cyclops.cyclopscore.proxy.ClientProxy
 
ClientProxyComponent - Class in org.cyclops.cyclopscore.proxy
Base proxy for the client side.
ClientProxyComponent(CommonProxyComponent) - Constructor for class org.cyclops.cyclopscore.proxy.ClientProxyComponent
 
clog(String) - Static method in class org.cyclops.cyclopscore.CyclopsCore
Log a new info message for this mod.
clog(Level, String) - Static method in class org.cyclops.cyclopscore.CyclopsCore
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.inventory.SimpleInventory
Deprecated.
 
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.ButtonClickPacket
 
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.SendPlayerAdvancementUnlockedPacket
 
CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
 
CODEC - Static variable in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
CollectionHelpers - Class in org.cyclops.cyclopscore.helper
Helper methods for collections.
CollectionHelpers() - Constructor for class org.cyclops.cyclopscore.helper.CollectionHelpers
 
COLOR_ENTRIES - Static variable in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
COLOR_ENTRIES - Static variable in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
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(ModBase<?>) - Constructor for class org.cyclops.cyclopscore.command.CommandVersion
 
comment() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
The comment for the field in the config file.
CommonProxy - Class in org.cyclops.cyclopscore.proxy
Proxy for server and client side.
CommonProxy() - Constructor for class org.cyclops.cyclopscore.proxy.CommonProxy
 
CommonProxyComponent - Class in org.cyclops.cyclopscore.proxy
Base proxy for server and client side.
CommonProxyComponent() - Constructor for class org.cyclops.cyclopscore.proxy.CommonProxyComponent
 
COMPARATOR_MULTIPLIER - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
The amount of steps there are in a vanilla comparator.
compareBlockPos(BlockPos, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Comparator for BlockPos.
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
 
ConditionAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for ConditionConfig.
ConditionAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ConditionAction
 
conditionCompare(M, M) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
Compare two conditions with each other.
ConditionConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Config for recipe conditions.
ConditionConfig(ModBase<?>, String, MapCodec<T>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfig
 
ConfigHandler - Class in org.cyclops.cyclopscore.config
Deprecated.
ConfigHandler(ModBase<?>) - Constructor for class org.cyclops.cyclopscore.config.ConfigHandler
Deprecated.
 
ConfigHandlerNeoForge - Class in org.cyclops.cyclopscore.config
 
ConfigHandlerNeoForge(ModBase<?>) - Constructor for class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
configLocation() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
 
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
 
ConfigurableProperty - Annotation Interface in org.cyclops.cyclopscore.config
Deprecated.
ConfigurableType - Class in org.cyclops.cyclopscore.config
Deprecated.
ConfigurableType(boolean, Class<? extends ExtendedConfig>, ConfigurableTypeAction, String) - Constructor for class org.cyclops.cyclopscore.config.ConfigurableType
Deprecated.
Make a new instance.
ConfigurableTypeAction<C,I> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
Deprecated.
ConfigurableTypeAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeAction
Deprecated.
 
ConfigurableTypeActionForge<C,I> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
Deprecated.
ConfigurableTypeActionForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
 
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.CyclopsCore
 
constructBaseCommand(Commands.CommandSelection, CommandBuildContext) - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructCapabilityConstructorRegistry() - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructClientProxy() - Method in class org.cyclops.cyclopscore.CyclopsCore
 
constructClientProxy() - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructCommonProxy() - Method in class org.cyclops.cyclopscore.CyclopsCore
 
constructCommonProxy() - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructConfigHandler() - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructGuiTexture() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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.ModBase
 
constructLoggerHelper() - Method in class org.cyclops.cyclopscore.init.ModBase
 
constructModCompatLoader() - Method in class org.cyclops.cyclopscore.CyclopsCore
 
constructModel() - Method in class org.cyclops.cyclopscore.client.render.model.RenderModel
 
constructPacketHandler() - Method in class org.cyclops.cyclopscore.init.ModBase
 
container - Variable in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
CONTAINER_INFOBOOK_TEST - Static variable in class org.cyclops.cyclopscore.RegistryEntries
 
ContainerExtended - Class in org.cyclops.cyclopscore.inventory.container
Deprecated.
ContainerExtended(MenuType<?>, int, Inventory) - Constructor for class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Make a new ContainerExtended.
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 - Class in org.cyclops.cyclopscore.infobook.test
ContainerInfoBookTestConfig() - Constructor for class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfig
 
ContainerScreenExtended<T> - Class in org.cyclops.cyclopscore.client.gui.container
Deprecated.
ContainerScreenExtended(T, Inventory, Component) - Constructor for class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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
 
ContainerScreenScrolling<T> - Class in org.cyclops.cyclopscore.client.gui.container
Deprecated.
ContainerScreenScrolling(T, Inventory, Component) - Constructor for class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
containerTick() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
ContainerTypeData<T> - Class in org.cyclops.cyclopscore.inventory.container
Deprecated.
ContainerTypeData(IContainerFactory<T>, FeatureFlagSet) - Constructor for class org.cyclops.cyclopscore.inventory.container.ContainerTypeData
Deprecated.
 
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
 
contents - Variable in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
copy(FluidStack) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Copy the given fluid stack
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.
copyLocation(BlockPos) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
copyLocation(Vec3i) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
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
 
CraftingHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
CraftingHelpers() - Constructor for class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
CraftingHelpers.CacheableCraftingInventory - Class in org.cyclops.cyclopscore.helper
Deprecated.
 
CraftingRecipeAppendix - Class in org.cyclops.cyclopscore.infobook.pageelement
Shaped recipes.
CraftingRecipeAppendix(IInfoBook, RecipeHolder<? extends CraftingRecipe>) - 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.ModBase.EnumReferenceKey
 
create(ResourceLocation, Class<T>, Class<C>) - Static method in class org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapability
 
create(Player, int) - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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, RecipeHolder<R>) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IAppendixItemFactory
 
create(IInfoBook, InfoSection, int, String, ArrayList<String>, List<SectionAppendix>, ArrayList<String>) - Method in interface org.cyclops.cyclopscore.infobook.InfoBookParser.IInfoSectionFactory
Deprecated.
create(IInfoBook, InfoSection, int, String, ArrayList<String>, List<SectionAppendix>, ArrayList<String>, ModBase<?>) - 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, RecipeHolder<Recipe<?>>) - 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.
createDynamicModel(ModelEvent.ModifyBakingResult) - Method in interface org.cyclops.cyclopscore.client.model.IDynamicModelElement
Deprecated.
Should return not null if IDynamicModelElement.hasDynamicModel() is true.
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
 
createIndex() - Method in class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
 
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.
createNewSlot(Container, int, int, int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
createNewSlot(Container, int, int, int) - Method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
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
 
createRequestURL(ModBase<?>, String) - Static method in class org.cyclops.cyclopscore.tracking.Analytics
Deprecated.
 
createResourceLocation(ExtendedConfigCommon<?, ?, ModBase<?>>) - 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>, ModBase<?>) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
 
createServerPressable(String, Button.OnPress) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
Call this to create a button pressable callback so that the container is notified as well, assuming it has a corresponding registered IContainerButtonAction registered in the container by the same button id.
createSpawnEgg(Supplier<? extends EntityType<? extends Mob>>, int, int, Item.Properties) - Method in class org.cyclops.cyclopscore.helper.RegistrationHelpersNeoForge
 
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.
createTargetPointFromEntity(Entity, int) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Creates a PacketHandler.TargetPoint for the dimension and position of the given Entity and a given range.
createTargetPointFromLocation(ServerLevel, BlockPos, int) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Creates a PacketHandler.TargetPoint for the dimension of the given world and the given BlockPos.
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.
CreativeModeTabConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
CreativeModeTabConfig(ModBase<?>, String, Function<CreativeModeTabConfig, CreativeModeTab>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.CreativeModeTabConfig
Deprecated.
 
CriterionTriggerConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
CriterionTriggerConfig(ModBase<?>, String, CriterionTrigger<T>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.CriterionTriggerConfig
Deprecated.
 
CyclopsBlockEntity - Class in org.cyclops.cyclopscore.blockentity
Deprecated.
CyclopsBlockEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntity
Deprecated.
 
CyclopsCore - Class in org.cyclops.cyclopscore
The main mod class of CyclopsCore.
CyclopsCore(IEventBus) - Constructor for class org.cyclops.cyclopscore.CyclopsCore
 
CyclopsEffect - Class in org.cyclops.cyclopscore.potion
A configurable potion effect.
CyclopsEffect(MobEffectCategory, int) - Constructor for class org.cyclops.cyclopscore.potion.CyclopsEffect
 

D

D_ARGUMENT_TYPE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_ARMOR_MATERIAL - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_BLOCK - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_BLOCK_ENTITY - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_CAPABILITY - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_CREATIVE_MODE_TAB - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_CRITERION_TRIGGER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_DATA_COMPONENT - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_DUMMY - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_EFFECT - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_ENCHANTMENT_EFFECT_COMPONENT - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_ENCHANTMENT_ENTITY_EFFECT - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_ENTITY - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_FOLIAGE_PLACER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_GUI - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_ITEM - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_LOOT_CONDITION - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_LOOT_FUNCTION - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_LOOT_NBT_PROVIDER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_LOOT_NUMBER_PROVIDER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_LOOT_SCORE_PROVIDER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_PARTICLE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_RECIPE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_RECIPE_TYPE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_SOUND_EVENT - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_TRUNK_PLACER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_VILLAGER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_WORLD_FEATURE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_WORLD_STRUCTURE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
D_WORLD_STRUCTURE_PIECE - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
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.
DataComponentConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
DataComponentConfig(ModBase<?>, String, UnaryOperator<DataComponentType.Builder<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.DataComponentConfig
Deprecated.
 
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
 
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,T> - Class in org.cyclops.cyclopscore.modcompat.capabilities
A default implementation of the capability provider.
DefaultCapabilityProvider(T) - Constructor for class org.cyclops.cyclopscore.modcompat.capabilities.DefaultCapabilityProvider
 
defaultCreativeTabEntries() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
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 an IItemHandler.
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
 
deserializeBlockState(HolderGetter<Block>, CompoundTag) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Convert the given serialized NBT blockstate to a blockstate instance.
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.
detectAndSendChanges() - Method in class org.cyclops.cyclopscore.inventory.container.SyncedGuiVariable
 
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
 
doesBlockHaveSolidTopSurface(LevelReader, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
If the given block has a solid top surface.
doesEnchantApply(ItemStack, Holder<Enchantment>) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
Checks if an itemStack has a certain enchantment.
DOWN - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
DOWN_LEFT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
DOWN_RIGHT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
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
 
drawCurrentScreen(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
drawCurrentScreen(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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(PoseStack, MultiBufferSource, Font, String, int, int, int, float, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
drawScaledCenteredString(PoseStack, MultiBufferSource, Font, String, int, int, int, float, int, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
drawScaledCenteredString(PoseStack, MultiBufferSource, Font, String, int, int, int, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
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
 
drawScaledCenteredString(GuiGraphics, Font, String, int, int, int, float, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Draw the given text with the given width and desired scale.
drawScaledCenteredString(GuiGraphics, Font, String, int, int, int, float, int, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Draw the given text and scale it to the max width.
drawScaledCenteredString(GuiGraphics, Font, String, int, int, int, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Draw the given text and scale it to the max width.
drawScaledString(PoseStack, MultiBufferSource, Font, String, int, int, float, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
drawScaledString(GuiGraphics, Font, String, int, int, float, int, boolean, Font.DisplayMode) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Draw the given text with the given scale with a shadow.
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(List<Component>, PoseStack, int, int) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
drawTooltip(GuiGraphics, int, int, Component) - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
drawTooltip(AbstractContainerScreen, PoseStack, List<Component>, int, int) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Draw a tooltip.
drawTooltipBackground(PoseStack, int, int, int, int) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Draw the background box for a tooltip.
dropItems(Level, Container, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Drop an ItemStack into the world
DummyAction - Class in org.cyclops.cyclopscore.config.configurabletypeaction
Deprecated.
DummyAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.DummyAction
Deprecated.
 
DummyConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
DummyConfig(ModBase<?>, String) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
Deprecated.
Make a new instance.
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
 
dynamicBlockVariantLocation - Variable in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
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
 
DynamicItemAndBlockModel.ItemOverridesInner - Class in org.cyclops.cyclopscore.client.model
 
dynamicItemVariantLocation - Variable in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
dynamicItemVariantLocation - Variable in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.

E

eConfig - Variable in class org.cyclops.cyclopscore.potion.CyclopsEffect
 
EffectConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
EffectConfig(ModBase<?>, String, Function<EffectConfig, ? extends MobEffect>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.EffectConfig
Deprecated.
Make a new instance.
efficientTick(Level, int, int...) - Static method in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
Check if an efficient tick can happen.
efficientTick(Level, int, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
Check if an efficient tick can happen.
ElementButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton
 
emitParticle(Particle) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Add a particle to the world.
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.
enableElementAt(int, int, E) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
After scrolling, this will be called to make items visible.
EnchantmentEffectComponentConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
EnchantmentEffectComponentConfig(ModBase<?>, String, UnaryOperator<DataComponentType.Builder<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEffectComponentConfig
Deprecated.
 
EnchantmentEntityEffectConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
EnchantmentEntityEffectConfig(ModBase<?>, String, Function<EnchantmentEntityEffectConfig, MapCodec<? extends EnchantmentEntityEffect>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEntityEffectConfig
Deprecated.
 
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
 
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
 
EntityAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
Deprecated.
EntityAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.EntityAction
Deprecated.
 
EntityConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
EntityConfig(ModBase<?>, String, Function<EntityConfig<T>, EntityType.Builder<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
EntityConfig(ModBase<?>, String, Function<EntityConfig<T>, EntityType.Builder<T>>, BiFunction<EntityConfig<T>, Supplier<EntityType<T>>, ItemConfig>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
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 class org.cyclops.cyclopscore.codec.ListCodecStrict
 
equals(Object) - Method in class org.cyclops.cyclopscore.datastructure.DimPos
 
equals(Object) - Method in class org.cyclops.cyclopscore.helper.CraftingHelpers.CacheableCraftingInventory
Deprecated.
 
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 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.ModBase
 
equals(Object) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
equals(Object) - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
 
equals(Object) - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Indicates whether some other object is "equal to" this one.
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
 
excluded() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the excluded record component.
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
 
ExtendedConfig<C,I> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ExtendedConfig(ModBase<?>, String, Function<C, ? extends I>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
Create a new config
ExtendedConfigForge<C,I> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ExtendedConfigForge(ModBase<?>, String, Function<C, ? extends I>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
Deprecated.
Create a new config
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Extract the given fluid amount from any item inside the player's inventory.
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Extract the given fluid amount from the given item, or from the player's inventory if that fails.
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.
fillGradient(PoseStack, int, int, int, int, int, int, float) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a rectangle.
fillPhantomSlot(Slot, ItemStack, int, ClickType) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
fillSlot(Container, int, ItemStack, boolean) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Try to add the given item to the given slot.
filter(List<E>, ScrollingInventoryContainer.IItemPredicate<E>, Pattern) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
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,I,C,L> - Class in org.cyclops.cyclopscore.ingredient.collection
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,V> - Class in org.cyclops.cyclopscore.ingredient.collection
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
 
findClientRecipe(RegistryAccess, ItemStack, RecipeType<T>, int) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
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
 
findRecipeCached(RecipeType<T>, C, Level, boolean) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
A cache-based variant of RecipeManager.getRecipeFor(RecipeType, RecipeInput, Level).
findRecipes(Level, RecipeType<? extends T>) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
findServerRecipe(RecipeType<T>, C, Level) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
findServerRecipes(ServerLevel, RecipeType<? extends T>) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
findServerRecipes(RecipeType<? extends T>) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
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
 
FluidAction - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for FluidConfig.
FluidAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.FluidAction
 
FluidButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.FluidButton
 
FluidConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Config for fluids.
FluidConfig(ModBase<?>, String, Function<FluidConfig, BaseFlowingFluid.Properties>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
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
 
FluidHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
FluidHelpers() - Constructor for class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
 
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
 
foldArea(W, int[], int[], BlockPos, WorldHelpers.WorldFoldingFunction<T, T, W>, T) - Static method in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
Loop over a 3D area while accumulating a value.
foldArea(W, int, BlockPos, WorldHelpers.WorldFoldingFunction<T, T, W>, T) - Static method in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
Loop over a 3D area while accumulating a value.
FoliagePlacerConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
FoliagePlacerConfig(ModBase<?>, String, Function<FoliagePlacerConfig<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.FoliagePlacerConfig
Deprecated.
 
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.
fromArray(int[]) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
fromNBT(HolderLookup.Provider, CompoundTag) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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, RecipeHolder<? extends SmeltingRecipe>) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
 

G

gatherCapabilities(RegisterCapabilitiesEvent) - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
 
generateConfigProperties(ExtendedConfigCommon<?, ?, ?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
get() - Static method in interface org.cyclops.cyclopscore.helper.IModHelpersNeoForge
 
get() - Method in class org.cyclops.cyclopscore.inventory.container.SyncedGuiVariable
 
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.ModBase
Get the mod by id.
get(BlockGetter, BlockPos, Class<T>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
Safely cast a block entity.
get(DimPos, Class<T>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
Safely cast a block entity.
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.
getActiveLevel() - Static method in class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
 
getActiveLevel() - Static method in class org.cyclops.cyclopscore.helper.WorldHelpersClient
Deprecated.
 
getActiveLevel() - Static method in class org.cyclops.cyclopscore.helper.WorldHelpersServer
Deprecated.
 
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
 
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Get the fluid amount of the given stack in a safe manner.
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
 
getBakedModel(BlockState) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Retrieve the baked model from a given block state.
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
 
getBaseXSize() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
getBaseYSize() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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.
getBlockColorHandler() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
getBlockIcon(Block) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Get the default icon from a block.
getBlockStateFromItemStack(ItemStack) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Get the blockstate from the given itemstack
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>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
Safely get a capability from a block entity.
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>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
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>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
Safely get a capability from a block entity.
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>) - Static method in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
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.ModBase
 
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Get the capacity of a fluid handler.
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.
getClientRecipe(RecipeType<T>, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
getClientRecipes(RecipeType<? extends T>) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
getCloneItemStack(BlockState, HitResult, LevelReader, BlockPos, Player) - Method in class org.cyclops.cyclopscore.block.BlockWithEntity
Deprecated.
 
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
 
getColumns() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
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.ModBase
 
getConfigLinks() - Method in interface org.cyclops.cyclopscore.infobook.IInfoBook
 
getConfigLinks() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
 
getConfigPropertyLegacyPrefix(ExtendedConfigCommon<?, ?, ?>, ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
getConfigPropertyPrefix(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getConfigPropertyPrefix(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
 
getConfigPropertyPrefix(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getConfigPropertyPrefix(ConfigurablePropertyCommon) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
 
getConfigPropertyPrefixPublic(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getConfigPropertyPrefixPublic(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
 
getConfigPropertyPrefixPublic(ConfigurableProperty) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArmorMaterialConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfig
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockEntityConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfig
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CreativeModeTabConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CriterionTriggerConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DataComponentConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EffectConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEffectComponentConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEntityEffectConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FoliagePlacerConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootConditionConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfig
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNbtProviderConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNumberProviderConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootScoreProviderConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.SoundEventConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.TrunkPlacerConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.VillagerConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldFeatureConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructureConfig
Deprecated.
 
getConfigurableType() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructurePieceConfig
Deprecated.
 
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.ModBase
 
getContainerInventory() - Method in class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
getContainerSize() - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
getContainerSize() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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.config.extendedconfig.ItemConfig
Deprecated.
 
getDefaultCreativeTabEntries() - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
 
getDefaultCreativeTabEntriesPublic() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getDefaultCreativeTabEntriesPublic() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getDefaultFluidProperties(ModBase<?>, String, Consumer<FluidType.Properties>) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
 
getDefaultItemConstructor(ModBase<?>) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getDefaultItemConstructor(ModBase<?>, Function<Item.Properties, Item.Properties>) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getDefaultSpawnEggItemConfigConstructor(ModBase<?>, String, int, int) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
getDefaultSpawnEggItemConfigConstructor(ModBase<?>, String, int, int, Function<Item.Properties, Item.Properties>) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
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.
getDynamicBakedModel(Level, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Retrieve the potentially dynamic baked model for a position.
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.IndexedInventory
Deprecated.
 
getEmptySlots() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
 
getEmptySlots() - Method in interface org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference
 
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
 
getFilteredItemCount() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
getFilteredItems() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
getFirstElement() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Get the fluid contained in a fluid handler.
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) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
 
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) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
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) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
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) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
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.ArgumentTypeConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockEntityConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfig
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CriterionTriggerConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DataComponentConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FoliagePlacerConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootConditionConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNbtProviderConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNumberProviderConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootScoreProviderConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.TrunkPlacerConfig
Deprecated.
 
getFullTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.VillagerConfig
Deprecated.
 
getGeneralQuads() - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
 
getGenericReference() - Method in class org.cyclops.cyclopscore.init.ModBase
 
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
 
getGuiLeftTotal() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
getGuiTexture() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
Get the texture path of the GUI.
getGuiTopTotal() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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
 
getHolderLookupProvider() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
getHolderLookupProvider() - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifier
 
getIconLocationFlow() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
Get the flow icon location.
getIconLocationStill() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
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.config.extendedconfig.CapabilityConfig
Deprecated.
 
getImcHandler() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getIncrementX() - Method in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
getIncrementY() - Method in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
getIndex() - Method in class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
 
getIndex() - Method in interface org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference
 
getIndex(Element) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
Get the index attribute value of the given node.
getInfo() - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
getInfo() - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
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.pageelement.AchievementCollectButton
 
getInfoClass() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
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
 
getInventoryCrafting() - Method in class org.cyclops.cyclopscore.helper.CraftingHelpers.CacheableCraftingInventory
Deprecated.
 
getInventoryReferenceStackLimit() - Method in class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
 
getInventoryReferenceStackLimit() - Method in interface org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference
 
getItem() - Method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
Get the item instance.
getItem(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
getItem(int) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
getItemColorHandler() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
getItemConstructor() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getItemFromIndex(Player, int) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
getItemFromIndex(Player, int, InteractionHand) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Use IInventoryLocation
getItemHandler() - Method in class org.cyclops.commoncapabilities.api.capability.itemhandler.DefaultSlotlessItemHandlerWrapper
 
getItemHandler() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
getItemHandlerSided(Direction) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
getItemInstance() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
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.loot.modifier.LootModifierInjectItem
 
getItemStack(Player) - Method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
getItemStackFromBlockState(BlockState) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Get the itemstack from the given blockstate
getItemStackHashCode(ItemStack) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Get a hash code would satisfy the requirements of Object.hashCode() if ItemStack.isSameItem(ItemStack, ItemStack) stood in for Object.equals(java.lang.Object).
getItemStackHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
 
getItemStacks() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
Get the array of ItemStack inside this inventory.
getItemStacks(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
 
getKeyRegistry() - Method in class org.cyclops.cyclopscore.init.ModBase
 
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
 
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
 
getLoggerHelper() - Method in class org.cyclops.cyclopscore.init.ModBase
 
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.inventory.SimpleInventory
Deprecated.
 
getMaxStackSize() - Method in class org.cyclops.cyclopscore.inventory.slot.SlotArmor
 
getMaxStackSize() - Method in class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
 
getMinecraftHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
 
getMinecraftVersion() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
getMinecraftVersionMajorMinor() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
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 class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
Deprecated.
 
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.modcompat.capabilities.CapabilityConstructorRegistry
 
getMod() - Method in class org.cyclops.cyclopscore.proxy.ClientProxy
 
getMod() - Method in class org.cyclops.cyclopscore.proxy.CommonProxy
 
getMod() - Method in interface org.cyclops.cyclopscore.proxy.ICommonProxy
 
getModel() - Method in class org.cyclops.cyclopscore.client.render.blockentity.RenderBlockEntityModel
 
getModelName(ItemStack) - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getModelName(ItemStack) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getModEventBus() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getModHelpers() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getModId() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getModInstance() - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
getModName() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getMods() - Static method in class org.cyclops.cyclopscore.init.ModBase
 
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
 
getNextValueId() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.IndexedInventory
Deprecated.
 
getNonEmptySlots() - Method in class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
 
getNonEmptySlots() - Method in interface org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference
 
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
 
getOverrides() - Method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
 
getOverrides() - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
 
getPacketHandler() - Method in class org.cyclops.cyclopscore.init.ModBase
Deprecated.
getPacketHandlerCommon() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getPages() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
 
getPages() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
getPageSize() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
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
 
getParticleFactory() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getParticleMetaFactory() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getPersistedPlayerNbt(Player) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
Get the persisted NBT tag from a player.
getPitch(BlockPos, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Get pitch from the start location to the end location.
getPlayerIInventory() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Get the inventory of the player for which this container is instantiated.
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.ModBase
 
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
 
getRandomPointInSphere(BlockPos, int) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Get a random point inside a sphere in an efficient way.
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
 
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.
getRecipeManager() - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
getRecipeOutput() - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
 
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(ModBase.EnumReferenceKey<T>) - Method in class org.cyclops.cyclopscore.init.ModBase
Get the value for a generic reference key.
getRegistrar() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig
Deprecated.
 
getRegistrationHelpers() - Method in class org.cyclops.cyclopscore.helper.ModHelpersNeoForge
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArmorMaterialConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfig
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockEntityConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfig
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CreativeModeTabConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CriterionTriggerConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DataComponentConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EffectConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEffectComponentConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEntityEffectConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FoliagePlacerConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootConditionConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfig
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNbtProviderConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNumberProviderConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootScoreProviderConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.SoundEventConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.TrunkPlacerConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.VillagerConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldFeatureConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructureConfig
Deprecated.
 
getRegistry() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructurePieceConfig
Deprecated.
 
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
 
getRender(EntityRendererProvider.Context, ItemRenderer) - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
Get the render for this configurable.
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
 
getResourceKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
Deprecated.
 
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
 
getResultItem(HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapedCustomOutput
 
getResultItem(HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.recipe.type.RecipeCraftingShapelessCustomOutput
 
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
 
getSafeBlockStateProperty(BlockState, Property<T>, T) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Safely get a block state property for a nullable state and value that may not have been set yet.
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.config.extendedconfig.GuiConfig
Deprecated.
 
getScreenFactory() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTestConfig
 
getScrollbar() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getScrollHeight() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getScrollRegion() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getScrollStepSize() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
getScrollX() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getScrollY() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getSearchField() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getSearchWidth() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getSearchX() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
getSearchY() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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
 
getServerRecipe(RecipeType<T>, ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
getSizeInventory() - Method in class org.cyclops.cyclopscore.infobook.test.ContainerInfoBookTest
 
getSizeInventory() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
getSizeInventory() - Method in class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
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
 
getSlotRange(int, int, boolean) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.InventoryCommonModifiableContainerNeoForge
 
getSlotsForFace(Direction) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
getSlotStart(int, int, boolean) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.InventoryCommonModifiableContainerNeoForge
 
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.SimpleInventory
Deprecated.
 
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
 
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
 
getTextureLocation(Entity) - Method in class org.cyclops.cyclopscore.client.render.model.RenderModel
 
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
 
getTrackingMods() - Static method in class org.cyclops.cyclopscore.tracking.Analytics
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.commoncapabilities.api.ingredient.IngredientComponent
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArmorMaterialConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BiomeModifierConfig
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockEntityConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ConditionConfig
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CreativeModeTabConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.CriterionTriggerConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DataComponentConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.DummyConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EffectConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEffectComponentConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEntityEffectConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FluidConfig
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.FoliagePlacerConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootConditionConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfig
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNbtProviderConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootNumberProviderConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.LootScoreProviderConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.SoundEventConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.TrunkPlacerConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.VillagerConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldFeatureConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructureConfig
Deprecated.
 
getTranslationKey() - Method in class org.cyclops.cyclopscore.config.extendedconfig.WorldStructurePieceConfig
Deprecated.
 
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
 
getUnfilteredItemCount() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
getUnfilteredItems() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
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
 
getUpdateUrl() - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
getUpdateUrl() - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
getValue(int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
getValue(int) - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifier
Get the value for the given value id.
getValueBoolean(IValueNotifier, int) - Static method in class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
get the boolean value
getValueIds() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
getValueIds() - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifier
 
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
getValueNotifiableType() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
getValueNotifiableType() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
getValueNotifiableType() - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifiable
 
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
getVersion() - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
getVersion() - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
getVersionMods() - Static method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
 
getVisibleElement(int) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
Get the currently visible element at the given row.
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
 
getWorldStorages() - Method in class org.cyclops.cyclopscore.init.ModBase
 
getYaw(BlockPos, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Get yaw from the start location to the end location.
GlobalCounters - Class in org.cyclops.cyclopscore.persist.world
Global counter that is shared over all dimensions, persisted, and consistent over server and clients.
GlobalCounters(ModBase) - 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
 
GuiAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for GuiConfig.
GuiAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.GuiAction
 
GuiActionNeoForge<T,M> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
 
GuiActionNeoForge() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.GuiActionNeoForge
 
GuiConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
GuiConfig(ModBase<?>, String, Function<GuiConfig<T>, ? extends MenuType<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
Create a new config
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
 
GuiHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
GuiHelpers() - Constructor for class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
 
GuiHelpers.ProgressDirection - Enum Class in org.cyclops.cyclopscore.helper
Deprecated.
Represents the direction of a progress bar.
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
 
handleDynamicBlockModel(BlockConfig) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
handleItemModel(ItemConfig) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
handleItemState(ItemStack, Level, LivingEntity) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
 
handlePacketClient(IPayloadContext, PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
handlePacketServer(IPayloadContext, PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
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.
hasCraftingRemainingItem(ItemStack) - Method in class org.cyclops.cyclopscore.helper.ItemStackHelpersNeoForge
 
hasDefaultCreativeModeTab() - Method in class org.cyclops.cyclopscore.CyclopsCore
 
hasDeletions() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
 
hasDynamicModel() - Method in interface org.cyclops.cyclopscore.client.model.IDynamicModelElement
Deprecated.
 
hasFluid(IFluidHandler) - Method in class org.cyclops.cyclopscore.helper.FluidHelpersNeoForge
 
hasFluid(IFluidHandler) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Check if the fluid handler is not empty.
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 class org.cyclops.cyclopscore.codec.ListCodecStrict
 
hashCode() - Method in class org.cyclops.cyclopscore.datastructure.DimPos
 
hashCode() - Method in class org.cyclops.cyclopscore.helper.CraftingHelpers.CacheableCraftingInventory
Deprecated.
 
hashCode() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
 
hashCode() - Method in class org.cyclops.cyclopscore.infobook.InfoSection.Location
 
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.ModBase
 
hashCode() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
hashCode() - Method in class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionExecutionContext
 
hashCode() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns a hash code value for this object.
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
 
hasPlayerItem(Player, Item) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Check if the given player has at least one of the given item.
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
 
Helpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
Helpers() - Constructor for class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
 
HOLDER_GETTER_FORGE - Static variable in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
 
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,T,CK> - Interface in org.cyclops.cyclopscore.modcompat.capabilities
Constructor for capabilities.
ICapabilityConstructor<O,C,T,CK> - Interface in org.cyclops.cyclopscore.modcompat.capabilities
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.
IContainerButtonAction<C> - Interface in org.cyclops.cyclopscore.inventory.container.button
A server-side button action.
IContainerButtonClickAcceptorServer<C> - Interface in org.cyclops.cyclopscore.inventory.container.button
A container button click acceptor.
IDynamicModelElement - Interface in org.cyclops.cyclopscore.client.model
Deprecated.
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 or Item 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,I> - Interface in org.cyclops.cyclopscore.ingredient.collection
A collection-like thing that contains ingredient component instances.
IIngredientCollectionLikeMultiClassifiedTrait<T,M,I,L> - Interface in org.cyclops.cyclopscore.ingredient.collection
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,I,L> - Class in org.cyclops.cyclopscore.ingredient.collection
 
IIngredientCollectionLikeSingleClassifiedTrait<T,M,I,C,L> - Interface in org.cyclops.cyclopscore.ingredient.collection
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,I,C,L> - Class in org.cyclops.cyclopscore.ingredient.collection
An iterator over a single-level classification that allows removals.
IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,M,C,I,L> - Class in org.cyclops.cyclopscore.ingredient.collection
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 of IngredientComponent 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,S,C> - Interface in org.cyclops.commoncapabilities.api.ingredient.storage
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,V> - Interface in org.cyclops.cyclopscore.ingredient.collection
A mapping from ingredient component instances to values of any type.
IIngredientMapMutable<T,M,V> - Interface in org.cyclops.cyclopscore.ingredient.collection
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 InterModCommss.
IMCHandler(ModBase) - 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
 
IModVersion - Interface in org.cyclops.cyclopscore.tracking
Interface for mods which can be used inside the version checker Versions.
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
 
IndexedInventory - Class in org.cyclops.cyclopscore.inventory
Deprecated.
IndexedInventory() - Constructor for class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
Default constructor for NBT persistence, don't call this yourself.
IndexedInventory(int, int) - Constructor for class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
Make a new instance.
IndexedSlotlessItemHandlerWrapper - Class in org.cyclops.cyclopscore.inventory
A ISlotlessItemHandler that uses the index from a IndexedInventory.
IndexedSlotlessItemHandlerWrapper(IItemHandler, IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference) - Constructor for class org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper
 
IndexedSlotlessItemHandlerWrapper.IInventoryIndexReference - Interface in org.cyclops.cyclopscore.inventory
 
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(ModBase, 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>) - Constructor for class org.cyclops.cyclopscore.infobook.InfoSection
Deprecated.
InfoSection(IInfoBook, InfoSection, int, String, List<String>, List<SectionAppendix>, ArrayList<String>, ModBase<?>) - 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, ModBase<?>) - 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,C> - Class in org.cyclops.cyclopscore.ingredient.collection
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,C> - Class in org.cyclops.cyclopscore.ingredient.collection
An abstract collection that wraps instances in a IngredientInstanceWrapper and stores those in a regular Collection.
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 time IngredientCollectionDiffManager.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,W> - Class in org.cyclops.cyclopscore.ingredient.collection
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,I> - Class in org.cyclops.cyclopscore.ingredient.collection
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 an IngredientComponent.
IngredientCollectionSingleClassified<T,M,C,L> - Class in org.cyclops.cyclopscore.ingredient.collection
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,C> - Class in org.cyclops.cyclopscore.ingredient.collection
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,W> - Class in org.cyclops.cyclopscore.ingredient.collection
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,C> - Class in org.cyclops.commoncapabilities.api.ingredient
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 a IIngredientCollapsedCollectionMutable 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 a IIngredientListMutable 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,V> - Class in org.cyclops.cyclopscore.ingredient.collection
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() and Comparable.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,V> - Class in org.cyclops.cyclopscore.ingredient.collection
An abstract collection that wraps instances in a IngredientInstanceWrapper and stores those in a regular Map.
IngredientMapAdapter(IngredientComponent<T, M>) - Constructor for class org.cyclops.cyclopscore.ingredient.collection.IngredientMapAdapter
 
IngredientMapMultiClassified<T,M,V> - Class in org.cyclops.cyclopscore.ingredient.collection
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,V,C> - Class in org.cyclops.cyclopscore.ingredient.collection
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,V,C> - Class in org.cyclops.cyclopscore.ingredient.collection
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 and Recipe.
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 an IngredientComponent.
IngredientTreeMap<T,M,V> - Class in org.cyclops.cyclopscore.ingredient.collection
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.client.gui.container.ContainerScreenExtended
Deprecated.
 
init() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
init() - Method in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
init(RegisterPayloadHandlersEvent) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
initialize(Collection<IConfigInitializer>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
Initialize the configs by running builders through all relevant parts.
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(ModBase<?>, IInfoBook, String, InfoSection) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookParser
Initialize the given infobook from the given xml file.
initializeValues() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
This is the place to initialize values server-side so that they can be sent to the client for the first time.
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
 
intToRGB(int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Convert a color in integer representation to seperated r, g and b colors.
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
 
inventory - Variable in class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
InventoryCommonModifiableContainerNeoForge - Class in org.cyclops.cyclopscore.inventory
 
InventoryCommonModifiableContainerNeoForge(IItemHandlerModifiable) - Constructor for class org.cyclops.cyclopscore.inventory.InventoryCommonModifiableContainerNeoForge
 
InventoryContainer - Class in org.cyclops.cyclopscore.inventory.container
Deprecated.
InventoryContainer(MenuType<?>, int, Inventory, Container) - Constructor for class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
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
 
InventoryHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
InventoryHelpers() - Constructor for class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
 
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
 
isAssertInventorySize() - Method in class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
isAsync() - Method in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
 
isAsync() - Method in class org.cyclops.cyclopscore.network.packet.ButtonClickPacket
 
isAsync() - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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.SendPlayerAdvancementUnlockedPacket
 
isAsync() - Method in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
 
isAsync() - Method in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
isBarVisible(ItemStack) - Method in class org.cyclops.cyclopscore.item.DamageIndicatedItemFluidContainer
 
isClientSide() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
isClientSide() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
 
isClientSideThread() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
isClientSideThread() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
 
isCommandable() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
Whether or not this field can be changed with commands at runtime.
isCompletelyEmpty() - Method in class org.cyclops.cyclopscore.ingredient.collection.diff.IngredientCollectionDiff
 
isContainerValid(IValueNotifiable) - Method in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
isCustomRenderer() - Method in class org.cyclops.cyclopscore.client.model.DynamicBaseModel
 
isDevEnvironment() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
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.
isElementVisible(int) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
Check if the given element is visible.
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.inventory.SimpleInventory
Deprecated.
 
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
 
isHovering(int, int, int, int, double, double) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
isHovering(Slot, double, double) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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.CyclopsCore
 
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() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
isMinecraftInitialized() - Method in class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
 
isModdedEnvironment() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Check if we are inside a modded minecraft environment.
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
 
isPlayerInventoryFull(Player) - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Check if the given player inventory is full.
isPointInButton(Button, int, int) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Check if a point is inside a button's region.
isPointInRegion(int, int, int, int, double, double) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Check if a point is inside a region.
isPointInRegion(Rectangle, Point) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
isPointInRegion(Rectangle, Point) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Check if a point is inside a region.
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(ModBase<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ConfigSectionConditionHandler
 
isSatisfied(ModBase<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.FluidSectionConditionHandler
 
isSatisfied(ModBase<?>, String) - Method in interface org.cyclops.cyclopscore.infobook.condition.ISectionConditionHandler
Check if this condition is satisfied for the given parameter.
isSatisfied(ModBase<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ItemSectionConditionHandler
 
isSatisfied(ModBase<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.ModSectionConditionHandler
 
isSatisfied(ModBase<?>, String) - Method in class org.cyclops.cyclopscore.infobook.condition.TagSectionConditionHandler
 
isSearchEnabled() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
isShifted() - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
isSubsetRenderSlots() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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
 
isVersionInfo() - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
isVersionInfo() - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
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.inventory.container.ItemInventoryContainer
Deprecated.
 
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 - 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 placed BlockEntity for the blockState.
ItemBlockNBT(Block, Item.Properties) - Constructor for class org.cyclops.cyclopscore.item.ItemBlockNBT
Make a new instance.
ITEMBOX - Static variable in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
ItemButton(IInfoBook) - Constructor for class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
 
ItemConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ItemConfig(ModBase<?>, String, Function<ItemConfig, ? extends Item>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
Make a new instance.
ItemCraftedTriggerTriggerEventHooksNeoForge - Class in org.cyclops.cyclopscore.advancement.criterion
 
ItemCraftedTriggerTriggerEventHooksNeoForge() - Constructor for class org.cyclops.cyclopscore.advancement.criterion.ItemCraftedTriggerTriggerEventHooksNeoForge
 
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
 
ItemInventoryContainer<I> - Class in org.cyclops.cyclopscore.inventory.container
Deprecated.
ItemInventoryContainer(MenuType<?>, int, Inventory, ItemLocation) - Constructor for class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
Make a new instance.
itemLocation - Variable in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
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
 
ItemOverridesInner() - Constructor for class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel.ItemOverridesInner
 
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>, String, Ingredient, int) - Constructor for class org.cyclops.cyclopscore.recipe.ItemStackFromIngredient
 
ItemStackHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
ItemStackHelpers() - Constructor for class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
 
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
 
IValueNotifiable - Interface in org.cyclops.cyclopscore.inventory
Used for receiving values from servers to clients in guis.
IValueNotifier - Interface in org.cyclops.cyclopscore.inventory
Used for sending values from server to clients in guis.
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
 
keyPressed(int, int, int) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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

L10NHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
L10NHelpers() - Constructor for class org.cyclops.cyclopscore.helper.L10NHelpers
Deprecated.
 
LargeInventory - Class in org.cyclops.cyclopscore.inventory
Deprecated.
LargeInventory() - Constructor for class org.cyclops.cyclopscore.inventory.LargeInventory
Deprecated.
Default constructor for NBT persistence, don't call this yourself.
LargeInventory(int, int) - Constructor for class org.cyclops.cyclopscore.inventory.LargeInventory
Deprecated.
Make a new instance.
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
 
LEFT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
level() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the level record component.
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.helper.CraftingHelpers
Deprecated.
 
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
 
loadModCompats(ModCompatLoader) - Method in class org.cyclops.cyclopscore.init.ModBase
This is called only once to let the mod compatibilities register themselves.
loadModelBlock(ResourceLocation) - Static method in class org.cyclops.cyclopscore.helper.ModelHelpers
Read the given model location to a BlockModel.
localize(String, Object...) - Static method in class org.cyclops.cyclopscore.helper.L10NHelpers
Deprecated.
Localize a key that has values in language files.
localize(T) - Method in interface org.cyclops.commoncapabilities.api.ingredient.IIngredientMatcher
Return the localized name of the given instance.
Location() - Constructor for class org.cyclops.cyclopscore.infobook.InfoSection.Location
 
LocationHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
LocationHelpers() - Constructor for class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
log(String) - Method in class org.cyclops.cyclopscore.init.ModBase
Log a new info message for this mod.
log(Level, String) - Method in class org.cyclops.cyclopscore.init.ModBase
Log a new message of the given level for this mod.
LOOT_MODIFIER - Static variable in class org.cyclops.cyclopscore.config.ConfigurableTypesNeoForge
 
LootConditionConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
LootConditionConfig(ModBase<?>, String, LootItemConditionType) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootConditionConfig
Deprecated.
 
LootFunctionConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
LootFunctionConfig(ModBase<?>, String, LootItemFunctionType<?>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
Deprecated.
 
LootModifierAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for LootModifierConfig.
LootModifierAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.LootModifierAction
 
LootModifierConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Config for loot modifiers.
LootModifierConfig(ModBase<?>, String, Function<LootModifierConfig<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootModifierConfig
 
LootModifierInjectItem - Class in org.cyclops.cyclopscore.loot.modifier
 
LootModifierInjectItem(LootItemCondition[], ItemStack, List<String>, int) - Constructor for class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItem
 
LootModifierInjectItemConfig - Class in org.cyclops.cyclopscore.loot.modifier
 
LootModifierInjectItemConfig() - Constructor for class org.cyclops.cyclopscore.loot.modifier.LootModifierInjectItemConfig
 
LootNbtProviderConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
LootNbtProviderConfig(ModBase<?>, String, LootNbtProviderType) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootNbtProviderConfig
Deprecated.
 
LootNumberProviderConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
LootNumberProviderConfig(ModBase<?>, String, LootNumberProviderType) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootNumberProviderConfig
Deprecated.
 
LootScoreProviderConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
LootScoreProviderConfig(ModBase<?>, String, LootScoreProviderType) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.LootScoreProviderConfig
Deprecated.
 
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(ModBase) - Static method in class org.cyclops.cyclopscore.command.CommandVersion
 
markForUpdate(Level, BlockPos) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Trigger a block update.
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_TOOLTIP_LINE_LENGTH - Static variable in class org.cyclops.cyclopscore.helper.L10NHelpers
Deprecated.
 
MAX_WIDTH - Static variable in class org.cyclops.cyclopscore.infobook.pageelement.AdvancementRewardsAppendix
 
maximalValue() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
The maximal value of the field, as a integer.
mayPlace(ItemStack) - Method in class org.cyclops.cyclopscore.inventory.slot.SlotArmor
 
mayPlace(ItemStack) - Method in class org.cyclops.cyclopscore.inventory.slot.SlotFluidContainer
 
mayPlace(ItemStack) - Method in class org.cyclops.cyclopscore.inventory.slot.SlotRemoveOnly
 
mayPlace(ItemStack) - Method in class org.cyclops.cyclopscore.inventory.slot.SlotSingleItem
 
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
MINECRAFT_DAY - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
The length of one Minecraft day.
MinecraftHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
MinecraftHelpers() - Constructor for class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
 
MinecraftHelpersNeoForge - Class in org.cyclops.cyclopscore.helper
 
MinecraftHelpersNeoForge() - Constructor for class org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge
 
minimalValue() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
The minimal value of the field, as a integer.
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
 
ModBase<T> - Class in org.cyclops.cyclopscore.init
Base class for mods which adds a few convenience methods.
ModBase(String, Consumer<T>, IEventBus) - Constructor for class org.cyclops.cyclopscore.init.ModBase
 
ModBase.EnumReferenceKey<T> - Class in org.cyclops.cyclopscore.init
Unique references to values that can be registered inside a mod.
ModBaseVersionable<T> - Class in org.cyclops.cyclopscore.init
A ModBase which is also a IModVersion.
ModBaseVersionable(String, Consumer<T>, IEventBus) - Constructor for class org.cyclops.cyclopscore.init.ModBaseVersionable
 
modConfigLocationToType(ModConfigLocation) - Static method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
modConfigTypeToLocation(ModConfig.Type) - 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_ENTRIES - Static variable in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
MODEL_ENTRIES - Static variable in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
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
 
mouseDragged(double, double, int, double, double) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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.
moveItemStackTo(ItemStack, int, int, boolean) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
multiplySafe(int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Take the multiplication of these two values capped at Integer.MAX_VALUE.

N

namedId() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
Override the named id if multiple instances of a given config class exists.
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.
needsUpdate() - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
needsUpdate() - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
newInstance(RecipeHolder<R>) - Method in class org.cyclops.cyclopscore.modcompat.jei.RecipeRegistryJeiRecipeWrapper
 
newKeyMapping(ModBase, 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(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 class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
offsetX - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
The offset in the X axis.
offsetX - Variable in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
offsetY - Variable in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
offsetY - Variable in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
The offset in the Y axis.
offsetY - Variable in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.
onAction(String, C) - Method in interface org.cyclops.cyclopscore.inventory.container.button.IContainerButtonAction
Called when the button with the given id was clicked client-side.
onBlockEntityLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEntityEventListener
 
onBlockLoad(RegisterCapabilitiesEvent) - Method in class org.cyclops.cyclopscore.modcompat.capabilities.CapabilityConstructorRegistry.BlockEventListener
 
onButtonClick(String) - Method in interface org.cyclops.cyclopscore.inventory.container.button.IContainerButtonClickAcceptorServer
When the button is clicked, both server and client side.
onButtonClick(String) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
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.
onClientRecipesLoaded(RecipesUpdatedEvent) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
 
onClientRecipesLoadedStatic(RecipesUpdatedEvent) - Static method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
 
onClientTagsLoaded(TagsUpdatedEvent) - Method in class org.cyclops.cyclopscore.infobook.InfoBookRegistry
 
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(ConfigHandler) - Method in class org.cyclops.cyclopscore.init.ModBase
Deprecated.
onConfigsRegister(ConfigHandlerCommon) - Method in class org.cyclops.cyclopscore.CyclopsCore
 
onConfigsRegister(ConfigHandlerCommon) - Method in class org.cyclops.cyclopscore.init.ModBase
Called when the configs should be registered.
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.CyclopsBlockEntity
Deprecated.
 
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
 
onForgeRegistered() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ArgumentTypeConfig
Deprecated.
 
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
 
onInventoryChanged() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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.BlockActionNeoForgeAux
 
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
 
onParticleFactoryRegister(RegisterParticleProvidersEvent) - Method in class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
 
onPickup(ItemEntityPickupEvent.Post) - Method in class org.cyclops.cyclopscore.advancement.criterion.ModItemObtainedTriggerEventHooksNeoForge
 
onPlayerKeyInput(InputEvent.Key) - 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(InputEvent.Key) - Method in class org.cyclops.cyclopscore.client.key.KeyRegistry
 
onPress() - Method in class org.cyclops.cyclopscore.infobook.AdvancedButton
 
onPress() - Method in class org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
 
onRecipesLoaded(RecipesUpdatedEvent) - Static method in class org.cyclops.cyclopscore.helper.CraftingHelpers
Deprecated.
 
onRegisterColorHandlers(RegisterColorHandlersEvent.Block) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
onRegisterColorHandlers(RegisterColorHandlersEvent.Item) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
onRegisterCommands(RegisterCommandsEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
 
onRegistered() - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
onRegisterForge(CapabilityConfig<T>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.CapabilityActionOld
Deprecated.
 
onRegisterForge(FluidConfig) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidAction
 
onRegisterForgeFilled(C) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
 
onRegisterForgeFilled(BlockConfig) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
onRegisterForgeFilled(ItemConfig) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
onRegisterKeyMappings(RegisterKeyMappingsEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
 
onRegisterMenuScreens(RegisterMenuScreensEvent) - Method in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfig
Deprecated.
 
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
 
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.FluidAction
 
onRegistryEventInner(RegisterEvent) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidAction
 
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.
onScroll(int) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
onServerAboutToStart(ServerAboutToStartEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
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.ModBase
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.CyclopsCore
 
onServerStarting(ServerStartingEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
Register the things that are related to when the server is starting.
onServerStopping(ServerStoppingEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
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.
onTick(PlayerTickEvent.Post) - Method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
When a player tick event is received.
onTooltip(ItemTooltipEvent) - Static method in class org.cyclops.cyclopscore.item.ItemInformationProviderNeoForge
 
onUpdate(int, CompoundTag) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
onUpdate(int, CompoundTag) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
onUpdate(int, CompoundTag) - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifiable
Called by the server if the value has changed.
onUpdate(LivingEntity) - Method in class org.cyclops.cyclopscore.potion.CyclopsEffect
 
onUpdateReceived() - Method in class org.cyclops.cyclopscore.blockentity.CyclopsBlockEntity
Deprecated.
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
 
openUrl(String) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Open the given URL in the player's browser.
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 - package org.cyclops.cyclopscore.block
 
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.gui.container - package org.cyclops.cyclopscore.client.gui.container
 
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.container.button - package org.cyclops.cyclopscore.inventory.container.button
 
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
 
org.cyclops.cyclopscore.tracking - package org.cyclops.cyclopscore.tracking
 

P

PacketCodecException(String, Throwable) - Constructor for exception class org.cyclops.cyclopscore.network.PacketHandler.PacketCodecException
Deprecated.
 
PacketCodecsNeoForge - Class in org.cyclops.cyclopscore.network
 
PacketCodecsNeoForge() - Constructor for class org.cyclops.cyclopscore.network.PacketCodecsNeoForge
 
PacketHandler - Class in org.cyclops.cyclopscore.network
Advanced packet handler of PacketBase instances.
PacketHandler(ModBase) - Constructor for class org.cyclops.cyclopscore.network.PacketHandler
 
PacketHandler.PacketCodecException - Exception Class in org.cyclops.cyclopscore.network
Deprecated.
PacketHandler.TargetPoint - Record Class in org.cyclops.cyclopscore.network
Deprecated.
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.
parseItemStack(String) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Parse a string to an itemstack.
PARTICLE_BLUR - Static variable in class org.cyclops.cyclopscore.RegistryEntries
 
PARTICLE_DROP_COLORED - Static variable in class org.cyclops.cyclopscore.RegistryEntries
 
ParticleAction<T> - Class in org.cyclops.cyclopscore.config.configurabletypeaction
The action used for ParticleConfig.
ParticleAction() - Constructor for class org.cyclops.cyclopscore.config.configurabletypeaction.ParticleAction
 
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
 
ParticleConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
ParticleConfig(ModBase<?>, String, Function<ParticleConfig<T>, ? extends ParticleType<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.ParticleConfig
Deprecated.
Create a new config
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
 
performClientAction(Level, Player) - Method in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
placeOrPickUpFluid(Player, InteractionHand, Level, BlockPos, Direction) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Try placing or picking up fluids from the held item.
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.container.ContainerExtended
Deprecated.
 
player - Variable in class org.cyclops.cyclopscore.inventory.NBTSimpleInventoryItemHeld
 
PlayerPositionPacket<T> - Class in org.cyclops.cyclopscore.network.packet
Deprecated.
PlayerPositionPacket(CustomPacketPayload.Type<T>) - Constructor for class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
Creates a packet with no content
PlayerPositionPacket(CustomPacketPayload.Type<T>, Player) - Constructor for class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
PlayerPositionPacket(CustomPacketPayload.Type<T>, Player, int) - Constructor for class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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(BlockConfig) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
 
polish(BlockConfigCommon<ModBase<?>>) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForgeAux
 
polish(ItemConfig) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.ItemActionNeoForge
 
populate() - Method in class org.cyclops.cyclopscore.capability.registrar.BlockEntityCapabilityRegistrar
 
position - Variable in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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(ItemStack[], 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.
putButtonAction(String, IContainerButtonAction<C>) - Method in interface org.cyclops.cyclopscore.inventory.container.button.IContainerButtonClickAcceptorServer
Set a button action.
putButtonAction(String, IContainerButtonAction<ContainerExtended>) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
putGenericReference(ModBase.EnumReferenceKey<T>, T) - Method in class org.cyclops.cyclopscore.init.ModBase
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
 
quantityToScaledString(long) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Stringify a (potentially large) quantity to a scaled string.
quickMoveStack(Player, int) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 

R

radius() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the radius record component.
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
 
read(HolderLookup.Provider, CompoundTag) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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.IndexedInventory
Deprecated.
 
readFromNBT(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.LargeInventory
Deprecated.
 
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(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
readFromNBT(HolderLookup.Provider, Container, CompoundTag, String) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Read an inventory from NBT.
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
 
readHand(FriendlyByteBuf) - Static method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
readItemIndex(FriendlyByteBuf) - Static method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
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.infobook.pageelement.RecipeAppendix
 
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, RecipeHolder<? extends T>) - 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
 
RecipeConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
RecipeConfig(ModBase<?>, String, Function<RecipeConfig<T>, ? extends RecipeSerializer<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.RecipeConfig
Deprecated.
Create a new config
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, NonNullList<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
 
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
 
RecipeRegistryJeiRecipeWrapper<C,R,J> - Class in org.cyclops.cyclopscore.modcompat.jei
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
 
RecipeTypeConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
RecipeTypeConfig(ModBase<?>, String) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
Create a new config
REFKEY_CRASH_ON_INVALID_RECIPE - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_CRASH_ON_MODCOMPAT_CRASH - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_INFOBOOK_REWARDS - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_RETROGEN - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_TEXTURE_PATH_GUI - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_TEXTURE_PATH_MODELS - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
REFKEY_TEXTURE_PATH_SKINS - Static variable in class org.cyclops.cyclopscore.init.ModBase
 
refreshFilter() - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
refreshValues() - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
Will send client-side onUpdate events for all stored values
register(C) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
Register the forge registry entry inside the given config.
register(C, Callable<?>) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
Register the forge registry entry inside the given config.
register(Class<P>, CustomPacketPayload.Type<P>, StreamCodec<? super RegistryFriendlyByteBuf, P>) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
register(BiFunction<BlockConfig, Block, ? extends Item>, BlockConfig, Callable<?>) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.BlockActionNeoForge
Registers a block and its optional item block.
register(Registry<? super I>, C) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
Register the forge registry entry inside the given config.
register(Registry<? super I>, C, Callable<?>) - Static method in class org.cyclops.cyclopscore.config.configurabletypeaction.ConfigurableTypeActionForge
Deprecated.
Register the forge registry entry inside the given config.
register(CustomPacketPayload.Type<P>, StreamCodec<? super RegistryFriendlyByteBuf, P>) - Method in class org.cyclops.cyclopscore.network.PacketHandler
Deprecated.
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.PacketHandler
 
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.
registerDynamicModel() - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
registerDynamicModel() - Method in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Deprecated.
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.ClientProxy
 
registerEventHooks() - Method in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
 
registerEventHooks() - Method in class org.cyclops.cyclopscore.proxy.CommonProxy
 
registerFluid(Registry<Fluid>, RegisterEvent, Supplier<Fluid>, ResourceLocation) - Method in class org.cyclops.cyclopscore.config.configurabletypeaction.FluidAction
 
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.
registerMod(ModBase, String) - Static method in class org.cyclops.cyclopscore.tracking.Analytics
Deprecated.
Register a new mod to track.
registerMod(ModBase, IModVersion, String) - Static method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
 
registerPacketHandlers(PacketHandler) - Method in class org.cyclops.cyclopscore.proxy.ClientProxyComponent
 
registerPacketHandlers(PacketHandler) - Method in class org.cyclops.cyclopscore.proxy.CommonProxy
 
registerPacketHandlers(PacketHandler) - Method in class org.cyclops.cyclopscore.proxy.CommonProxyComponent
 
registerPacketHandlers(PacketHandler) - Method in interface org.cyclops.cyclopscore.proxy.ICommonProxy
Deprecated.
registerPackets(IPacketHandler) - Method in interface org.cyclops.cyclopscore.proxy.ICommonProxy
 
registerRenderers() - Method in class org.cyclops.cyclopscore.proxy.ClientProxy
 
registerSection(InfoSection) - Method in class org.cyclops.cyclopscore.infobook.InfoSection
 
registerSection(ModBase<?>, IInfoBook, String, String) - Method in interface org.cyclops.cyclopscore.infobook.IInfoBookRegistry
Register a new section to the given section of the given infobook.
registerSection(ModBase<?>, 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.
registerSyncedVariable(Class<T>, Supplier<T>) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Register the given variable for automatically sychronizing between client and server.
registerToRegistry(Registry<? super V>, ExtendedConfigForge<?, V>, Callable<?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
Deprecated.
registerToRegistry(Registry<? super V>, ExtendedConfigRegistry<?, V, ?>, Callable<?>) - Method in class org.cyclops.cyclopscore.config.ConfigHandlerNeoForge
 
registerWorldStorage(WorldStorage) - Method in class org.cyclops.cyclopscore.init.ModBase
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,C> - Class in org.cyclops.cyclopscore.metadata
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
 
removed(Player) - Method in class org.cyclops.cyclopscore.inventory.container.InventoryContainer
Deprecated.
 
removeDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.fluid.SingleUseTank
Remove a dirty marking listener.
removeDirtyMarkListener(IDirtyMarkListener) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
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
 
removeItem(int, int) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
removeItemNoUpdate(int) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
removeItemNoUpdate(int) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
render() - Method in interface org.cyclops.cyclopscore.helper.IRenderHelpersNeoForge.IFluidContextRender
Render the fluid.
render() - Method in interface org.cyclops.cyclopscore.helper.RenderHelpers.IFluidContextRender
Deprecated.
Render the fluid.
render(GuiGraphics, int, int, float) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenExtended
Deprecated.
 
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.client.gui.container.ContainerScreenExtended
Deprecated.
 
renderBg(GuiGraphics, float, int, int) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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 with Model 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
 
renderFluidContext(FluidStack, PoseStack, RenderHelpers.IFluidContextRender) - Static method in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
Prepare a render system context for rendering fluids.
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) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render the given fluid in a standard slot.
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) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a fluid tank in a gui.
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
 
RenderHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
RenderHelpers() - Constructor for class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
 
RenderHelpers.IFluidContextRender - Interface in org.cyclops.cyclopscore.helper
Deprecated.
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.model
A renderer for a custom model.
RenderModel(EntityRendererProvider.Context, ExtendedConfigCommon<?, ?, ModBase<?>>) - 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) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a fluid tank in a gui with a tank overlay.
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.
renderProgressBar(GuiGraphics, ResourceLocation, int, int, int, int, int, int, GuiHelpers.ProgressDirection, int, int) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a progress bar in a certain direction.
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
 
renderTooltip(AbstractContainerScreen, PoseStack, int, int, int, int, int, int, Supplier<List<Component>>) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a tooltip if the mouse if in the bounding box defined by the given position, width and height.
renderTooltipOptional(AbstractContainerScreen, PoseStack, int, int, int, int, int, int, Supplier<Optional<List<Component>>>) - Static method in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
Render a tooltip if the mouse if in the bounding box defined by the given position, width and height.
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
 
requiresMcRestart() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
 
requiresWorldRestart() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
 
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.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.
resetQuickCraft() - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
resolve(BakedModel, ItemStack, ClientLevel, LivingEntity, int) - Method in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel.ItemOverridesInner
 
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
 
RGBAToInt(int, int, int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Convert r, g, b and a colors to an integer representation.
rgbToBgr(int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Convert the given color from RGB encoding to BGR encoding.
rgbToBgra(int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Convert the given color from RGB encoding to BGR encoding.
RGBToInt(int, int, int) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Convert r, g and b colors to an integer representation.
RIGHT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
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
 
ScrollingInventoryContainer<E> - Class in org.cyclops.cyclopscore.inventory.container
Deprecated.
ScrollingInventoryContainer(MenuType<?>, int, Inventory, Container, List<E>, ScrollingInventoryContainer.IItemPredicate<E>) - Constructor for class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
 
ScrollingInventoryContainer.IItemPredicate<E> - Interface in org.cyclops.cyclopscore.inventory.container
Deprecated.
Predicate for matching items used to search.
SECOND_IN_TICKS - Static variable in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
The amount of ticks that go in one second.
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
 
sendAll() - Static method in class org.cyclops.cyclopscore.tracking.Analytics
Deprecated.
Send tracking info for all registered mods.
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
 
sendToAll(PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
sendToAllAround(PacketBase, PacketHandler.TargetPoint) - Method in class org.cyclops.cyclopscore.network.PacketHandler
Deprecated.
sendToAllAroundPoint(PacketBase, IPacketHandler.TargetPoint) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
sendToDimension(PacketBase, ServerLevel) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
sendToPlayer(PacketBase, ServerPlayer) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
sendToServer(PacketBase) - Method in class org.cyclops.cyclopscore.network.PacketHandler
 
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.
serializeBlockState(BlockState) - Static method in class org.cyclops.cyclopscore.helper.BlockHelpers
Deprecated.
Convert the given blockstate to NBT.
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
 
setChanged() - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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
 
setDay(ServerLevel, boolean) - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Set the world time to day or night.
setEnchantmentLevel(ItemStack, Holder<Enchantment>, int) - Static method in class org.cyclops.cyclopscore.helper.EnchantmentHelpers
Sets the level of an enchantment given an itemStack.
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
 
setForgeVersionInfo(ModBase, IModVersion, String, String, String) - Static method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
 
setGuiValueListener(IValueNotifiable) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
Set the listener that will be triggered when a value in this container is updated by the server.
setItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.IndexedInventory
Deprecated.
 
setItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
setItem(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
setItemAtIndex(Player, int, InteractionHand, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Use IInventoryLocation
setItemInstance(Item) - Method in class org.cyclops.cyclopscore.config.extendedconfig.BlockConfig
Deprecated.
 
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
 
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
 
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
 
setSlotPosX(Slot, int) - Static method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
setSlotPosY(Slot, int) - Static method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
setSpawnEggItemConfig(ItemConfig) - Method in class org.cyclops.cyclopscore.config.extendedconfig.EntityConfig
Deprecated.
 
setStackInSlot(int, ItemStack) - Method in class org.cyclops.commoncapabilities.api.capability.inventorystate.ItemHandlerModifiableInventoryState
 
setStackInSlot(int, ItemStack) - Method in class org.cyclops.cyclopscore.inventory.InventoryCommonModifiableContainerNeoForge
 
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.CyclopsCore
 
setup(FMLCommonSetupEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
Called on the Forge setup lifecycle event.
setupClient(FMLClientSetupEvent) - Method in class org.cyclops.cyclopscore.init.ModBase
Called on the Forge client setup lifecycle event.
setValue(int, CompoundTag) - Method in class org.cyclops.cyclopscore.inventory.container.ContainerExtended
Deprecated.
 
setValue(int, CompoundTag) - Method in interface org.cyclops.cyclopscore.inventory.IValueNotifier
Set the value for given value id.
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
setVersionInfo(String, String, String) - Method in class org.cyclops.cyclopscore.init.ModBaseVersionable
 
setVersionInfo(String, String, String) - Method in interface org.cyclops.cyclopscore.tracking.IModVersion
 
setVersionInfo(ModBase, IModVersion, String, String, String) - Static method in class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
 
shouldAddIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoSection
 
shouldAddIndex() - Method in class org.cyclops.cyclopscore.infobook.InfoSectionTagIndex
 
showInGui() - Element in annotation interface org.cyclops.cyclopscore.config.ConfigurableProperty
Deprecated.
 
SimpleInventory - Class in org.cyclops.cyclopscore.inventory
Deprecated.
SimpleInventory() - Constructor for class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
Default constructor for NBT persistence, don't call this yourself.
SimpleInventory(int, int) - Constructor for class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
Make a new instance.
SimpleInventory(int, int, List<ItemStack>) - Constructor for class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
SimpleInventoryState - Class in org.cyclops.cyclopscore.inventory
An inventory state implementation for a SimpleInventory.
SimpleInventoryState(SimpleInventory) - Constructor for class org.cyclops.cyclopscore.inventory.SimpleInventoryState
 
simpleRecipeType(ResourceLocation) - Static method in class org.cyclops.cyclopscore.config.extendedconfig.RecipeTypeConfig
Deprecated.
 
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) - Static method in class org.cyclops.cyclopscore.helper.FluidHelpers
Deprecated.
Convert a boolean-based simulate to a fluid action enum value.
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.helper.GuiHelpers
Deprecated.
The default item slot size.
SLOT_SIZE - Static variable in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
 
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
 
SLOT_SIZE_INNER - Static variable in class org.cyclops.cyclopscore.helper.GuiHelpers
Deprecated.
The default inner item slot size.
SlotArmor - Class in org.cyclops.cyclopscore.inventory.slot
Slot that is used to hold armor.
SlotArmor(Container, int, int, int, Player, EquipmentSlot) - Constructor for class org.cyclops.cyclopscore.inventory.slot.SlotArmor
Make a new instance.
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 an IItemHandler.
SlotlessItemHandlerWrapper(IItemHandler) - Constructor for class org.cyclops.commoncapabilities.api.capability.itemhandler.SlotlessItemHandlerWrapper
 
SlotRemoveOnly - Class in org.cyclops.cyclopscore.inventory.slot
A slot from which the player can only remove an item, not place one inside it.
SlotRemoveOnly(Container, int, int, int) - Constructor for class org.cyclops.cyclopscore.inventory.slot.SlotRemoveOnly
Make a new instance.
SlotSingleItem - Class in org.cyclops.cyclopscore.inventory.slot
Slot that is used for only accepting one item.
SlotSingleItem(Container, int, int, int, Item) - Constructor for class org.cyclops.cyclopscore.inventory.slot.SlotSingleItem
Make a new instance.
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.
SoundEventConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
SoundEventConfig(ModBase<?>, String, Function<SoundEventConfig, SoundEvent>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.SoundEventConfig
Deprecated.
 
spawnEntity(Level, ResourceLocation, double, double, double) - 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, MobSpawnType) - Static method in class org.cyclops.cyclopscore.helper.EntityHelpers
Spawn the entity in the world.
spawnItemStack(Level, double, double, double, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Spawn an itemstack into the world.
spawnItemStack(Level, BlockPos, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Spawn an itemstack into the world.
spawnItemStackToPlayer(Level, BlockPos, ItemStack, Player) - Static method in class org.cyclops.cyclopscore.helper.ItemStackHelpers
Deprecated.
Spawn an entity in the direction of a player without setting a pickup delay.
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
 
startOpen(Player) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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.container.InventoryContainer
Deprecated.
 
stillValid(Player) - Method in class org.cyclops.cyclopscore.inventory.container.ItemInventoryContainer
Deprecated.
 
stillValid(Player) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
stillValid(Player) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
stopOpen(Player) - Method in class org.cyclops.cyclopscore.inventory.InventorySlotMasked
 
stopOpen(Player) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
stream() - Method in interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
 
STREAM_CODEC - Static variable in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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
 
subtract(BlockPos, Vec3i) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
subtract(Vec3i, Vec3i) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
successAction(T) - Static method in class org.cyclops.cyclopscore.helper.MinecraftHelpers
Deprecated.
Create a new successfull action result.
SyncedGuiVariable<T> - Class in org.cyclops.cyclopscore.inventory.container
A convenience datastructure that offers direct synchronization of values between server and client inside GUIs.
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.
TargetPoint(ServerLevel, double, double, double, double, ServerPlayer) - Constructor for record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Creates an instance of a TargetPoint record class.
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.client.gui.container.ContainerScreenExtended
Deprecated.
 
texture - Variable in class org.cyclops.cyclopscore.infobook.ScreenInfoBook
 
TEXTURE_GETTER - Static variable in class org.cyclops.cyclopscore.helper.RenderHelpers
Deprecated.
 
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).
toArray(Vec3i) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
 
toCompactString(BlockPos) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Compactly format a position.
toCompactString(Vec3i) - Static method in class org.cyclops.cyclopscore.helper.LocationHelpers
Deprecated.
Compactly format a vector.
toNBT(HolderLookup.Provider) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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 class org.cyclops.cyclopscore.codec.ListCodecStrict
 
toString() - Method in class org.cyclops.cyclopscore.infobook.InfoBook
 
toString() - Method in exception class org.cyclops.cyclopscore.infobook.InfoBookParser.InvalidAppendixException
 
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.ModBase
 
toString() - Method in class org.cyclops.cyclopscore.item.WeightedItemStack
 
toString() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns a string representation of this record class.
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
 
TrunkPlacerConfig<T> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
TrunkPlacerConfig(ModBase<?>, String, Function<TrunkPlacerConfig<T>, MapCodec<T>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.TrunkPlacerConfig
Deprecated.
 
tryParse(String, Object) - Static method in class org.cyclops.cyclopscore.helper.Helpers
Deprecated.
Safe parsing of a string to it's real object type.
tryReAddToStack(Player, ItemStack, ItemStack) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
tryReAddToStack(Player, ItemStack, ItemStack, InteractionHand) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Try adding a new item stack originating from the given original stack to the same original stack.
TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.AdvancementRewardsObtainPacket
 
TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.ButtonClickPacket
 
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.SendPlayerAdvancementUnlockedPacket
 
TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.SendPlayerNbtPacket
 
TYPE - Static variable in class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 

U

UNKNOWN - Enum constant in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
Used only by getOrientation, for invalid inputs
UNSAFE_BLOCK_ENTITY_GETTER - Static variable in class org.cyclops.cyclopscore.helper.BlockEntityHelpers
Deprecated.
If block entities should be retrieved in an unsafe manner from the non-main thread.
UP - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
UP_LEFT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
UP_RIGHT - Enum constant in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
 
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
 
updateCustomBlockEntityTag(BlockPos, Level, Player, ItemStack, BlockState) - Method in class org.cyclops.cyclopscore.item.ItemBlockNBT
 
updateFilter(String) - Method in class org.cyclops.cyclopscore.inventory.container.ScrollingInventoryContainer
Deprecated.
Update the filtered items.
updateSearch(String) - Method in class org.cyclops.cyclopscore.client.gui.container.ContainerScreenScrolling
Deprecated.
 
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
 
useWithoutItem(BlockState, Level, BlockPos, Player, BlockHitResult) - Method in class org.cyclops.cyclopscore.block.BlockGui
Deprecated.
 
useWithoutItem(BlockState, Level, BlockPos, Player, BlockHitResult) - Method in class org.cyclops.cyclopscore.block.BlockWithEntityGui
Deprecated.
 
uuid - Variable in class org.cyclops.cyclopscore.network.packet.PlayerPositionPacket
Deprecated.
 
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 and IValueNotifier.
ValueNotifierHelpers() - Constructor for class org.cyclops.cyclopscore.helper.ValueNotifierHelpers
 
ValueNotifyPacket - Class in org.cyclops.cyclopscore.network.packet
Packet for sending a value from server to client.
ValueNotifyPacket() - Constructor for class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
ValueNotifyPacket(MenuType<?>, int, CompoundTag) - Constructor for class org.cyclops.cyclopscore.network.packet.ValueNotifyPacket
 
valueOf(String) - Static method in enum class org.cyclops.cyclopscore.client.model.DirectionCorner
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
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() - Static method in enum class org.cyclops.cyclopscore.helper.GuiHelpers.ProgressDirection
Deprecated.
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
 
Versions - Class in org.cyclops.cyclopscore.tracking
Deprecated.
Use Forge update files instead: https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
Versions() - Constructor for class org.cyclops.cyclopscore.tracking.Versions
Deprecated.
 
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.
VillagerConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
VillagerConfig(ModBase<?>, String, Function<VillagerConfig, ? extends VillagerProfession>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.VillagerConfig
Deprecated.
Make a new instance.

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() - 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
 
WorldFeatureConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
WorldFeatureConfig(ModBase<?>, String, Function<WorldFeatureConfig, ? extends Feature<?>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.WorldFeatureConfig
Deprecated.
 
WorldHelpers - Class in org.cyclops.cyclopscore.helper
Deprecated.
WorldHelpers() - Constructor for class org.cyclops.cyclopscore.helper.WorldHelpers
Deprecated.
 
WorldHelpers.WorldFoldingFunction<F,T,W> - Interface in org.cyclops.cyclopscore.helper
Deprecated.
 
WorldHelpersClient - Class in org.cyclops.cyclopscore.helper
Deprecated.
WorldHelpersClient() - Constructor for class org.cyclops.cyclopscore.helper.WorldHelpersClient
Deprecated.
 
WorldHelpersServer - Class in org.cyclops.cyclopscore.helper
Deprecated.
WorldHelpersServer() - Constructor for class org.cyclops.cyclopscore.helper.WorldHelpersServer
Deprecated.
 
WorldStorage - Class in org.cyclops.cyclopscore.persist.world
Instances of this can store data inside the world NBT.
WorldStorage(ModBase) - 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.
WorldStructureConfig<S> - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
WorldStructureConfig(ModBase<?>, String, Function<WorldStructureConfig<S>, MapCodec<S>>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.WorldStructureConfig
Deprecated.
 
WorldStructurePieceConfig - Class in org.cyclops.cyclopscore.config.extendedconfig
Deprecated.
WorldStructurePieceConfig(ModBase<?>, String, Function<WorldStructurePieceConfig, StructurePieceType>) - Constructor for class org.cyclops.cyclopscore.config.extendedconfig.WorldStructurePieceConfig
Deprecated.
 
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.
write(HolderLookup.Provider, CompoundTag) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
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.LargeInventory
Deprecated.
 
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(HolderLookup.Provider, CompoundTag, String) - Method in class org.cyclops.cyclopscore.inventory.SimpleInventory
Deprecated.
 
writeToNBT(HolderLookup.Provider, Container, CompoundTag, String) - Static method in class org.cyclops.cyclopscore.helper.InventoryHelpers
Deprecated.
Write the given inventory to NBT.
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
 

X

x() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the x record component.

Y

y() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the y record component.

Z

z() - Method in record class org.cyclops.cyclopscore.network.PacketHandler.TargetPoint
Deprecated.
Returns the value of the z record component.
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.CyclopsCore
The unique instance of this mod.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form