MCPcopy Create free account

hub / github.com/Petrolpark-Mods/Destroy / functions

Functions4,373 in github.com/Petrolpark-Mods/Destroy

↓ 6 callersMethodgetTemperature
Get the temperature of this object in kelvins. @return A double which should be <b>strictly greater than {@code 0d}</b>
src/main/java/com/petrolpark/destroy/chemistry/api/property/ITemperature.java:15
↓ 6 callersMethodgetTextAndActivationAreas
(String text, int startX, int startY, int maxWidthPerLine, Screen screen, Font font, FontHelper.Palette palett
src/main/java/com/petrolpark/destroy/client/stackedtextbox/AbstractStackedTextBox.java:48
↓ 6 callersMethodgetTicksPerBeat
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:98
↓ 6 callersMethodgetWidth
(Font pFont)
src/main/java/com/petrolpark/destroy/core/explosion/mixedexplosive/ExplosivePropertiesTooltip.java:40
↓ 6 callersMethodhasNext
()
src/main/java/com/petrolpark/destroy/chemistry/api/util/Couple.java:157
↓ 6 callersMethodisAlive
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:412
↓ 6 callersMethodmake
(String delimitedText)
src/main/java/com/petrolpark/destroy/client/fancytext/component/FancyComponent.java:84
↓ 6 callersMethodreflections
The array of all group orders which can be mapped from {@code [0, 1, 2, 3, 4, 5]} and will be the same isomer. E.g. {@code destroy:benzene:A,B,C,D,E,F
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:1409
↓ 6 callersMethodrefreshSlots
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgrammerMenu.java:85
↓ 6 callersMethodregisterMixtureFluidIngredientSubType
(MixtureFluidIngredientSubType<?> ingredientType)
src/main/java/com/petrolpark/destroy/core/recipe/ingredient/fluid/MixtureFluidIngredient.java:29
↓ 6 callersMethodremove
Removes the given Atom, without moving the currently selected Atom. <p><b>To modify existing Formulae, {@link LegacyMolecularStructure#shallowCopy cop
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:370
↓ 6 callersMethodrenderTooltip
(EffectRenderingInventoryScreen<? extends AbstractContainerMenu> screen, GuiGraphics guiGraphics, int mouseX,
src/main/java/com/petrolpark/destroy/core/mobeffect/DestroyMobEffect.java:46
↓ 6 callersMethodreplaceBondTo
Exchange the {@link LegacyBond} between the given {@link LegacyAtom} and the {@link LegacyMolecularStructure#currentAtom current} one. @param otherAto
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:433
↓ 6 callersMethodscale
Adjust the concentrations of this Mixture so the number of moles is conserved if the volume is changed. The change is isothermic. @param volumeIncreas
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMixture.java:599
↓ 6 callersMethodsendToAllClients
(S2CPacket message)
src/main/java/com/petrolpark/destroy/DestroyMessages.java:120
↓ 6 callersMethodsetColor
(int color)
src/main/java/com/petrolpark/destroy/core/explosion/mixedexplosive/IDyeableMixedExplosiveBlockEntity.java:28
↓ 6 callersMethodsetTicksToFill
Set the amount of time before Fluid from the internal Tank will start being transferred to the actual Tank. Used to create the illusion of Fluid 'movi
src/main/java/com/petrolpark/destroy/content/processing/distillation/BubbleCapBlockEntity.java:256
↓ 6 callersMethodshallowCopy
Creates a shallow copy of this Formula. The clone Formula contains the exact same {@link LegacyAtom Atom} and {@link LegacyBond Bond} objects, meaning
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:904
↓ 6 callersMethodstart
()
src/main/java/com/petrolpark/destroy/content/processing/trypolithography/keypunch/CircuitPunchingBehaviour.java:111
↓ 6 callersMethodtoString
()
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacySpecies.java:864
↓ 6 callersMethodupdateCachedMixture
Set the cached Mixture to the Mixture stored in the NBT of the contained Fluids. @see VatControllerBlockEntity#updateFluidMixture Doing the opposite
src/main/java/com/petrolpark/destroy/core/chemistry/vat/VatControllerBlockEntity.java:384
↓ 6 callersMethodupdateNextBoilingPoints
Set the Molecules which will be next to condense or boil if the temperature of this Mixture changes.
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMixture.java:793
↓ 5 callersMethodaddAtomToStructure
The internal method for adding an {@link LegacyAtom} to a {@link LegacyMolecularStructure#structure structure}. This is mutative. @param structureToMu
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:1055
↓ 5 callersMethodc
(ItemProviderEntry<?> item, Supplier<Boolean> condition)
src/main/java/com/petrolpark/destroy/DestroyCreativeModeTabs.java:118
↓ 5 callersMethodchangeConcentrationOf
Alters the concentration of a {@link LegacySpecies} in a Mixture. This does not update the {@link ReadOnlyMixture#getName name} or equilibrium status
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMixture.java:908
↓ 5 callersMethodclearMixture
(int amount)
src/main/java/com/petrolpark/destroy/content/processing/ProcessingPonderScenes.java:89
↓ 5 callersMethodcoloredPotionFluid
(String name, int color)
src/main/java/com/petrolpark/destroy/DestroyFluids.java:122
↓ 5 callersMethoddontIncludeInJei
Don't include this Reaction in the list of Reactions shown in JEI. @return This Reaction Builder
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyReaction.java:582
↓ 5 callersMethodenumFloatMap
(Class<E> enumClass, E[] enumValues, Function<E, String> nameGetter, Function<E, String[]> commentGetter, floa
src/main/java/com/petrolpark/destroy/config/DestroyConfigBase.java:17
↓ 5 callersMethodequals
Whether the two objects contained by this {@link Couple} are {@link Object#equals(Object) equal} to those of the supplied {@link Couple}, in either or
src/main/java/com/petrolpark/destroy/chemistry/api/util/Couple.java:92
↓ 5 callersMethodgetCapability
(@NotNull Capability<T> cap, @Nullable Direction side)
src/main/java/com/petrolpark/destroy/content/product/babyblue/PlayerBabyBlueAddictionCapability.java:62
↓ 5 callersMethodgetContainerSize
()
src/main/java/com/petrolpark/destroy/core/extendedinventory/ExtendedInventory.java:477
↓ 5 callersMethodgetControllerPos
()
src/main/java/com/petrolpark/destroy/content/processing/distillation/DistillationTower.java:77
↓ 5 callersMethodgetDistillationTower
Get the Distillation Tower of which this Bubble Cap is a part, assigning the Tower if necessary.
src/main/java/com/petrolpark/destroy/content/processing/distillation/BubbleCapBlockEntity.java:306
↓ 5 callersMethodgetElement
The {@link LegacyElement specific isotope} of this Atom.
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyAtom.java:41
↓ 5 callersMethodgetFluidLevel
(C container, float partialTicks)
src/main/java/com/petrolpark/destroy/core/chemistry/storage/SimpleMixtureTankRenderer.java:39
↓ 5 callersMethodgetHandler
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:357
↓ 5 callersMethodgetHeight
()
src/main/java/com/petrolpark/destroy/content/processing/distillation/DistillationTower.java:81
↓ 5 callersMethodgetItem
()
src/main/java/com/petrolpark/destroy/compat/createbigcannons/block/CustomExplosiveMixShellBlock.java:134
↓ 5 callersMethodgetKineticSpeed
()
src/main/java/com/petrolpark/destroy/content/processing/dynamo/ChargingBehaviour.java:54
↓ 5 callersMethodgetKineticSpeed
()
src/main/java/com/petrolpark/destroy/content/processing/trypolithography/keypunch/CircuitPunchingBehaviour.java:57
↓ 5 callersMethodgetLocalTemperature
Get the outdoor ("room") temperature at the given position, accounting for the change in temperature due to pollution and the natural heat of the Biom
src/main/java/com/petrolpark/destroy/core/pollution/Pollution.java:229
↓ 5 callersMethodgetMassOfLongestChain
()
src/main/java/com/petrolpark/destroy/chemistry/serializer/Branch.java:96
↓ 5 callersMethodgetMaximumBranch
Get the biggest directed {@link Branch} of {@link Node Nodes} generated from the given structure, starting from the given {@link LegacyAtom}. @param s
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:970
↓ 5 callersMethodgetNetworkKey
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:417
↓ 5 callersMethodgetProgram
Get the Program associated with this Redstone Programmer. @param item The tag of this may be changed @param level @param player @return An Optional wh
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgrammerBlockItem.java:112
↓ 5 callersMethodgetReactantMolarRatio
Get the stoichometric ratio of this {@link LegacySpecies reactant} or catalyst in this Reaction. @param reactant @return {@code 0} if this Molecule is
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyReaction.java:303
↓ 5 callersMethodgetRenderer
Get the {@link com.petrolpark.destroy.core.chemistry.MoleculeRenderer Renderer} for this Molecule. To save on processing time, the first time Renderer
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacySpecies.java:536
↓ 5 callersMethodgetSelectedHotbarIndex
()
src/main/java/com/petrolpark/destroy/core/extendedinventory/ExtendedInventory.java:134
↓ 5 callersMethodgetSerlializedMolecularFormula
Gives all {@link LegacyAtom Atoms} in this Molecule, and their quantities, in the format {@code AaBbCc...}, where {@code a} = number of Atoms of A, et
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacySpecies.java:367
↓ 5 callersMethodgetTank
()
src/main/java/com/petrolpark/destroy/content/processing/ageing/AgeingBarrelBlockEntity.java:241
↓ 5 callersMethodgetTool
(Level level, HitResult ray, boolean shiftDown)
src/main/java/com/petrolpark/destroy/content/tool/swissarmyknife/SwissArmyKnifeItem.java:193
↓ 5 callersMethodgetTubeBox
(BlockState state, BlockPos pos, int tube)
src/main/java/com/petrolpark/destroy/core/chemistry/storage/testtube/TestTubeRackBlock.java:104
↓ 5 callersMethodgetUpperCorner
()
src/main/java/com/petrolpark/destroy/core/chemistry/vat/Vat.java:248
↓ 5 callersMethodgetWidth
()
src/main/java/com/petrolpark/destroy/client/DestroyGuiTextures.java:178
↓ 5 callersMethodgoggles
()
src/main/java/com/petrolpark/destroy/core/chemistry/hazard/protection/ChemistryProtectionHeadwearItem.java:83
↓ 5 callersMethodhighlightCell
(SceneBuilder scene, PonderPalette color, int x, int z, int ticks)
src/main/java/com/petrolpark/destroy/content/oil/seismology/ShowSeismographPonderInstruction.java:131
↓ 5 callersMethodinvalidate
()
src/main/java/com/petrolpark/destroy/core/chemistry/storage/testtube/TestTubeRackBlockEntity.java:54
↓ 5 callersMethodisValidWorld
(LevelAccessor level)
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:361
↓ 5 callersMethodjoinFormulae
Join two Formula between their {@link LegacyMolecularStructure#currentAtom currently-selected} {@link LegacyAtom Atoms} with the given {@link BondType
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:269
↓ 5 callersMethodmark
@param x @param z @param mark @return Whether the mark changed
src/main/java/com/petrolpark/destroy/content/oil/seismology/SeismographItem.java:129
↓ 5 callersMethodmatches
(RecipeWrapper pContainer, Level level)
src/main/java/com/petrolpark/destroy/core/chemistry/recipe/ReactionRecipe.java:36
↓ 5 callersMethodneedsUV
Whether this Reaction needs UV light to proceed.
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyReaction.java:179
↓ 5 callersMethodquantity
(float quantity, boolean useMoles, DecimalFormat concentrationFormatter)
src/main/java/com/petrolpark/destroy/client/DestroyLang.java:341
↓ 5 callersMethodrecalculateVolume
Corrects the volume of this Mixture, to prevent things like Mixtures containing 1M water and nothing else (which is physically impossible). This is mu
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMixture.java:568
↓ 5 callersMethodregisterCuriosTest
(Protection protectionType, String slotId)
src/main/java/com/petrolpark/destroy/compat/curios/DestroyCurios.java:24
↓ 5 callersMethodregisterPrimeableBombDispenserBehaviour
()
src/main/java/com/petrolpark/destroy/DestroyBlocks.java:1190
↓ 5 callersMethodrenderItem
(AgeingBarrelBlockEntity barrel, float partialTicks, PoseStack ms, MultiBufferSource buffer, int light, int ov
src/main/java/com/petrolpark/destroy/content/processing/ageing/AgeingBarrelRenderer.java:101
↓ 5 callersMethodsetBurnTime
(int burnTime)
src/main/java/com/petrolpark/destroy/core/item/CombustibleBlockItem.java:19
↓ 5 callersMethodsetDuration
(int duration)
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:207
↓ 5 callersMethodsetImpact
(double value)
src/main/java/com/petrolpark/destroy/config/DestroyStressConfigs.java:71
↓ 5 callersMethodsetTemperature
Set the temperature (in kelvins) of this Mixture. This is mutative. @param temperature in Kelvins @return This Mixture
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMixture.java:189
↓ 5 callersMethodthisValueSettingsClient
()
src/main/java/com/petrolpark/destroy/mixin/ValueSettingsClientMixin.java:63
↓ 5 callersMethodupdateColor
()
src/main/java/com/petrolpark/destroy/chemistry/legacy/ClientMixture.java:18
↓ 5 callersMethodupdateName
()
src/main/java/com/petrolpark/destroy/chemistry/legacy/ClientMixture.java:37
↓ 5 callersMethodupdateSideChainStructures
Each {@link LegacyMolecularStructure#sideChains side chain} entry contains a {@link LegacyMolecularStructure} which references {@link LegacyAtom Atoms
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:636
↓ 5 callersMethoduv
(SceneBuilder scene, SceneBuildingUtil util)
src/main/java/com/petrolpark/destroy/client/DestroyMiscPonderScenes.java:194
↓ 5 callersMethodwrite
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:214
↓ 4 callersMethodaddBondBetweenAtoms
Creates a {@link LegacyBond} and its {@link LegacyBond#getMirror mirror} between two {@link LegacyAtom Atoms}. @param structureToMutate The {@link Leg
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyMolecularStructure.java:1088
↓ 4 callersMethodaddEdge
(Edge edge)
src/main/java/com/petrolpark/destroy/chemistry/serializer/Node.java:61
↓ 4 callersMethodaddItemReactant
Adds an {@link IItemReactant Item Reactant} (or catalyst) to this {@link LegacyReaction}. @param itemReactant The Item Reactant @param moles The {@lin
src/main/java/com/petrolpark/destroy/chemistry/legacy/LegacyReaction.java:470
↓ 4 callersMethodattemptRotation
Attempts to rotate the Centrifuge so that it faces a new face which also has a Pipe. If no Pipe is available, just rotates it anyway. @param shouldSwi
src/main/java/com/petrolpark/destroy/content/processing/centrifuge/CentrifugeBlockEntity.java:123
↓ 4 callersMethodbabyBlueEnabled
()
src/main/java/com/petrolpark/destroy/config/DestroySubstancesConfigs.java:59
↓ 4 callersMethodbetween
(int min, int max)
src/main/java/com/petrolpark/destroy/core/bettervaluesettings/SidedScrollValueBehaviour.java:89
↓ 4 callersMethodbomb
(String name, EntityFactory<T> factory)
src/main/java/com/petrolpark/destroy/DestroyEntityTypes.java:25
↓ 4 callersMethodcanFitFluidInTank
(FluidStack stack, FluidTank tank)
src/main/java/com/petrolpark/destroy/core/block/entity/IDirectionalOutputFluidBlockEntity.java:24
↓ 4 callersMethodcanSandCastleBeBuiltOn
Determines whether a Sand Castle can be naturally placed on the given Block. @param state The Block upon which the Sand Castle would be built @param s
src/main/java/com/petrolpark/destroy/content/sandcastle/BucketAndSpadeItem.java:67
↓ 4 callersMethodcheckRecipe
Searches for a valid Recipe given the current contents of the Barrel and start processing if there is one.
src/main/java/com/petrolpark/destroy/content/processing/ageing/AgeingBarrelBlockEntity.java:91
↓ 4 callersMethodclear
()
src/main/java/com/petrolpark/destroy/content/redstone/programmer/RedstoneProgram.java:392
↓ 4 callersMethodcoloredWaterFluid
(String name, int color)
src/main/java/com/petrolpark/destroy/DestroyFluids.java:114
↓ 4 callersMethodconfigure
(LegacySpecies observedMolecule, boolean observingGas)
src/main/java/com/petrolpark/destroy/core/chemistry/vat/observation/colorimeter/ColorimeterBlockEntity.java:99
↓ 4 callersMethodconfigureClientColorimeter
()
src/main/java/com/petrolpark/destroy/core/chemistry/vat/observation/colorimeter/ColorimeterScreen.java:97
↓ 4 callersMethodcreate
(Level level)
src/main/java/com/petrolpark/destroy/core/explosion/ExplodePonderInstruction.java:31
↓ 4 callersMethodcreate
(Level level, MixedExplosiveInventory inv, @Nullable Entity source, Vec3 position)
src/main/java/com/petrolpark/destroy/core/explosion/mixedexplosive/CustomExplosiveMixExplosion.java:60
↓ 4 callersMethodcreateChunkCrudeOil
()
src/main/java/com/petrolpark/destroy/content/oil/ChunkCrudeOil.java:179
↓ 4 callersMethodcreateOverlay
(float molarRatio)
src/main/java/com/petrolpark/destroy/compat/jei/category/ReactionCategory.java:306
↓ 4 callersMethoddamage
Apply the effects of exposure to a Mixture to an Entity. @param level @param entity @param mixture @param skinContact Whether the entity has contact w
src/main/java/com/petrolpark/destroy/core/chemistry/hazard/ChemistryHazardHelper.java:48
↓ 4 callersMethoddecontaminate
(ItemStack stack)
src/main/java/com/petrolpark/destroy/core/chemistry/hazard/ChemistryHazardHelper.java:124
↓ 4 callersMethoddeleteVat
(BlockPos posDestroyed)
src/main/java/com/petrolpark/destroy/core/chemistry/vat/VatControllerBlockEntity.java:472
↓ 4 callersMethoddeserializeNBT
(CompoundTag nbt)
src/main/java/com/petrolpark/destroy/core/pollution/Pollution.java:209
← previousnext →301–400 of 4,373, ranked by callers