Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OreCruncher/DynamicSurroundingsFabric
/ functions
Functions
1,859 in github.com/OreCruncher/DynamicSurroundingsFabric
⨍
Functions
1,859
◇
Types & classes
424
↓ 6 callers
Method
calculateLangKey
(ConfigurationData.Property property, Field f)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigProcessor.java:134
↓ 6 callers
Method
clamp
(Double val)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:265
↓ 6 callers
Method
find
(Codec<T> codec, String path)
common/src/main/java/org/orecruncher/dsurround/lib/resources/IResourceFinder.java:9
↓ 6 callers
Method
get
(Object instance)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:63
↓ 6 callers
Method
getCycle
(final Level world)
common/src/main/java/org/orecruncher/dsurround/lib/DayCycle.java:42
↓ 6 callers
Method
getEntity
()
common/src/main/java/org/orecruncher/dsurround/effects/entity/EntityEffectInfo.java:42
↓ 6 callers
Method
getInfo
()
common/src/main/java/org/orecruncher/dsurround/config/libraries/impl/DimensionInformation.java:55
↓ 6 callers
Method
getInstance
(Class<? extends IEntityEffect> clazz)
common/src/main/java/org/orecruncher/dsurround/config/EntityEffectType.java:29
↓ 6 callers
Method
getParticleManager
()
common/src/main/java/org/orecruncher/dsurround/lib/GameUtils.java:46
↓ 6 callers
Method
getSoundManager
()
common/src/main/java/org/orecruncher/dsurround/lib/GameUtils.java:62
↓ 6 callers
Method
getTickCount
()
common/src/main/java/org/orecruncher/dsurround/lib/system/ITickCount.java:4
↓ 6 callers
Method
getWorld
()
common/src/main/java/org/orecruncher/dsurround/lib/scanner/ScanContext.java:27
↓ 6 callers
Method
isAlive
Checks whether the entity is still loaded and alive
common/src/main/java/org/orecruncher/dsurround/effects/entity/EntityEffectInfo.java:90
↓ 6 callers
Method
of
(String... name)
common/src/main/java/org/orecruncher/dsurround/lib/events/EventPhase.java:23
↓ 6 callers
Method
register
(final Class<? extends AbstractClientHandler> clazz)
common/src/main/java/org/orecruncher/dsurround/processing/Handlers.java:56
↓ 6 callers
Method
toArray
()
common/src/main/java/org/orecruncher/dsurround/lib/collections/ObjectArray.java:114
↓ 5 callers
Method
addScaled
Simple method to add a scaled addened to a base. Eliminates unecessary allocations. @param base Base to add another scaled vector to @param addened V
common/src/main/java/org/orecruncher/dsurround/lib/math/MathStuff.java:68
↓ 5 callers
Method
begin
()
common/src/main/java/org/orecruncher/dsurround/lib/math/LoggingTimerEMA.java:16
↓ 5 callers
Method
create
(String soundEventId)
common/src/main/java/org/orecruncher/dsurround/sound/SoundFactoryBuilder.java:112
↓ 5 callers
Method
createAtLocation
Creates an attenuated sound instance at the center of the specified block location. The sound instance is not repeated.
common/src/main/java/org/orecruncher/dsurround/sound/ISoundFactory.java:59
↓ 5 callers
Method
createBinder
(Object instance)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:109
↓ 5 callers
Method
defaultValue
()
common/src/main/java/org/orecruncher/dsurround/lib/config/Binder.java:22
↓ 5 callers
Method
findChild
(double mouseX, double mouseY)
common/src/main/java/org/orecruncher/dsurround/gui/sound/IndividualSoundControlListEntry.java:151
↓ 5 callers
Method
findModResources
<p> Scans the local disk as well as resource packs and JARs locating and creating accessors for the resource file in question. </p> <p> For mods, it i
common/src/main/java/org/orecruncher/dsurround/lib/resources/ResourceUtilities.java:49
↓ 5 callers
Method
getBiomeId
()
common/src/main/java/org/orecruncher/dsurround/config/biome/BiomeInfo.java:115
↓ 5 callers
Method
getBlue
(int rgb)
common/src/main/java/org/orecruncher/dsurround/lib/gui/ColorPalette.java:91
↓ 5 callers
Method
getCredits
Gets the credits configured for the sound event in sounds.json, or an empty list if not present. @return List containing zero or more strings describ
common/src/main/java/org/orecruncher/dsurround/sound/SoundMetadata.java:113
↓ 5 callers
Method
getGameSettings
()
common/src/main/java/org/orecruncher/dsurround/lib/GameUtils.java:50
↓ 5 callers
Method
getGreen
(int rgb)
common/src/main/java/org/orecruncher/dsurround/lib/gui/ColorPalette.java:87
↓ 5 callers
Method
getInstance
(Object instance)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:89
↓ 5 callers
Method
getPosition
()
common/src/main/java/org/orecruncher/dsurround/effects/IBlockEffect.java:16
↓ 5 callers
Method
getRed
(int rgb)
common/src/main/java/org/orecruncher/dsurround/lib/gui/ColorPalette.java:83
↓ 5 callers
Method
getTimeOfDay
()
common/src/main/java/org/orecruncher/dsurround/lib/MinecraftClock.java:72
↓ 5 callers
Method
getTitle
Gets the title configured in sounds.json, or EMPTY if not present. @return Configured title, or EMPTY if not present.
common/src/main/java/org/orecruncher/dsurround/sound/SoundMetadata.java:95
↓ 5 callers
Method
getTrimmedTextCollection
Gets the text associated with the given language key that is formatted so that a line is <= the width specified. @param key Translation key for
common/src/main/java/org/orecruncher/dsurround/lib/gui/GuiHelpers.java:26
↓ 5 callers
Method
getVersion
()
common/src/main/java/org/orecruncher/dsurround/config/biome/BiomeInfo.java:95
↓ 5 callers
Method
getVolume
()
common/src/main/java/org/orecruncher/dsurround/sound/SoundFactory.java:130
↓ 5 callers
Method
isDebugging
()
common/src/main/java/org/orecruncher/dsurround/lib/logging/ModLog.java:57
↓ 5 callers
Method
isDefaultRule
()
common/src/main/java/org/orecruncher/dsurround/config/SoundMapping.java:99
↓ 5 callers
Method
isInCache
(TagKey<?> tagKey, ResourceLocation entry)
common/src/main/java/org/orecruncher/dsurround/config/libraries/impl/TagLibrary.java:209
↓ 5 callers
Method
match
Access whether the given object matches the criteria of the IMatcher implementation. @param object Object to test @return true if the object matches t
common/src/main/java/org/orecruncher/dsurround/lib/IMatcher.java:21
↓ 5 callers
Method
next
()
common/src/main/java/org/orecruncher/dsurround/lib/scanner/IPointIterator.java:6
↓ 5 callers
Method
normalize
(Vec3 vec)
common/src/main/java/org/orecruncher/dsurround/lib/math/MathStuff.java:18
↓ 5 callers
Method
nullToEmpty
(@Nullable Component component)
common/src/main/java/org/orecruncher/dsurround/lib/gui/WarmToast.java:116
↓ 5 callers
Method
of
(String id)
common/src/main/java/org/orecruncher/dsurround/tags/EntityEffectTags.java:22
↓ 5 callers
Method
outputLines
(final Consumer<String> out, final String format, @Nullable final Object... params)
common/src/main/java/org/orecruncher/dsurround/lib/logging/ModLog.java:38
↓ 5 callers
Method
triangle
(int midPoint, int range)
common/src/main/java/org/orecruncher/dsurround/lib/random/IRandomizer.java:10
↓ 5 callers
Method
update
(long tickCount)
common/src/main/java/org/orecruncher/dsurround/gui/overlay/CompassOverlay.java:169
↓ 4 callers
Method
addEffectSystem
(IEffectSystem system)
common/src/main/java/org/orecruncher/dsurround/processing/scanner/SystemsScanner.java:42
↓ 4 callers
Method
attachToEntity
Creates an attenuated sound instance that is attached to the entity and will move as the entity moves. The sound instance is not repeated.
common/src/main/java/org/orecruncher/dsurround/sound/ISoundFactory.java:24
↓ 4 callers
Method
cancel
(final Button button)
common/src/main/java/org/orecruncher/dsurround/gui/sound/IndividualSoundControlScreen.java:168
↓ 4 callers
Method
check
(final Script conditions)
common/src/main/java/org/orecruncher/dsurround/runtime/IConditionEvaluator.java:6
↓ 4 callers
Method
children
()
common/src/main/java/org/orecruncher/dsurround/gui/sound/IndividualSoundControlListEntry.java:112
↓ 4 callers
Method
compareTo
(SemanticVersion v)
common/src/main/java/org/orecruncher/dsurround/lib/version/SemanticVersion.java:278
↓ 4 callers
Method
createInstance
Creates an object instance using the supplied constructor.
common/src/main/java/org/orecruncher/dsurround/lib/di/internal/DependencyContainer.java:209
↓ 4 callers
Method
createParticle
Creates a particle effect but does not queue. Allows for the particle state to be changed before adding it to the particle manager.
common/src/main/java/org/orecruncher/dsurround/effects/blocks/AbstractBlockEffect.java:55
↓ 4 callers
Method
debugString
Provides a debug string for the specified sound object. @param sound Sound instance to provide a debug string for @return Debug string
common/src/main/java/org/orecruncher/dsurround/runtime/audio/AudioUtilities.java:79
↓ 4 callers
Method
decode
(ResourceLocation location, String content, Codec<T> decoder)
common/src/main/java/org/orecruncher/dsurround/lib/resources/AbstractResourceFinder.java:21
↓ 4 callers
Method
doEnhancedSounds
()
common/src/main/java/org/orecruncher/dsurround/runtime/audio/AudioUtilities.java:162
↓ 4 callers
Method
dsurround_getData
()
common/src/main/java/org/orecruncher/dsurround/mixinutils/ISourceContext.java:12
↓ 4 callers
Method
enabled
If the calculator is enabled or not @return true if enabled, false otherwise
common/src/main/java/org/orecruncher/dsurround/processing/fog/IFogRangeCalculator.java:20
↓ 4 callers
Method
end
()
common/src/main/java/org/orecruncher/dsurround/lib/math/LoggingTimerEMA.java:20
↓ 4 callers
Method
equals
(Object o)
common/src/main/java/org/orecruncher/dsurround/config/AcousticEntry.java:64
↓ 4 callers
Method
executeImpl
Executes the Runnable. Exceptions are logged to the specified logger and then suppressed. @param process Process to execute @param logger Logger to
common/src/main/java/org/orecruncher/dsurround/lib/Guard.java:56
↓ 4 callers
Method
getData
(final Level world)
common/src/main/java/org/orecruncher/dsurround/config/libraries/IDimensionLibrary.java:7
↓ 4 callers
Method
getLocation
()
common/src/main/java/org/orecruncher/dsurround/sound/SoundFactory.java:57
↓ 4 callers
Method
getLogger
()
common/src/main/java/org/orecruncher/dsurround/lib/scanner/ScanContext.java:35
↓ 4 callers
Method
getMaxValue
()
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:251
↓ 4 callers
Method
getMinValue
()
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:247
↓ 4 callers
Method
getSoundMetadata
(final ResourceLocation sound)
common/src/main/java/org/orecruncher/dsurround/config/libraries/ISoundLibrary.java:20
↓ 4 callers
Method
getVolume
()
common/src/main/java/org/orecruncher/dsurround/sound/BackgroundSoundLoop.java:73
↓ 4 callers
Method
hasSystemAtPosition
(BlockPos pos)
common/src/main/java/org/orecruncher/dsurround/effects/systems/AbstractEffectSystem.java:68
↓ 4 callers
Method
isAvailable
Indicates if the SoundFX feature is available. @return true if the feature is available, false otherwise.
common/src/main/java/org/orecruncher/dsurround/runtime/audio/SoundFXProcessor.java:66
↓ 4 callers
Method
isOutOfHeightLimit
(int y)
common/src/main/java/org/orecruncher/dsurround/lib/scanner/ScanContext.java:43
↓ 4 callers
Method
isUnderWater
()
common/src/main/java/org/orecruncher/dsurround/runtime/sets/IEnvironmentState.java:10
↓ 4 callers
Method
load
(String key)
common/src/main/java/org/orecruncher/dsurround/lib/Localization.java:10
↓ 4 callers
Method
next
()
common/src/main/java/org/orecruncher/dsurround/lib/scanner/ComplementsPointIterator.java:89
↓ 4 callers
Method
of
(String id)
common/src/main/java/org/orecruncher/dsurround/tags/ItemTags.java:21
↓ 4 callers
Method
onReload
(ResourceUtilities resourceUtilities, Scope scope)
common/src/main/java/org/orecruncher/dsurround/config/libraries/IReloadEvent.java:17
↓ 4 callers
Method
playSound
Helper method to play a sound.
common/src/main/java/org/orecruncher/dsurround/effects/IEntityEffect.java:37
↓ 4 callers
Method
processTags
(Holder<T> holder, Collection<Component> data)
common/src/main/java/org/orecruncher/dsurround/gui/overlay/plugins/ViewerPlugin.java:113
↓ 4 callers
Method
registerFactory
Registers the factory supplier for the given type. The Supplier will be invoked each time it is needed for injection. Supplied object references sho
common/src/main/java/org/orecruncher/dsurround/lib/di/internal/DependencyContainer.java:136
↓ 4 callers
Method
resolveIdentifier
Parses a string into an Identifier based on the input. If the input is prefixed with the tag signature '#' it will be removed before parsing. Identi
common/src/main/java/org/orecruncher/dsurround/lib/IdentityUtils.java:24
↓ 4 callers
Method
set
(Object instance, T val)
common/src/main/java/org/orecruncher/dsurround/lib/config/ConfigElement.java:67
↓ 4 callers
Method
setBiome
(final Biome biome, IVariableAccess variableAccess)
common/src/main/java/org/orecruncher/dsurround/runtime/sets/impl/BiomeVariables.java:47
↓ 4 callers
Method
setConfigProvider
(BooleanSupplier supplier)
common/src/main/java/org/orecruncher/dsurround/config/BlockEffectType.java:54
↓ 4 callers
Method
setScreen
(Screen screen)
common/src/main/java/org/orecruncher/dsurround/lib/GameUtils.java:42
↓ 4 callers
Method
streamTags
(Holder<T> registryEntry)
common/src/main/java/org/orecruncher/dsurround/config/libraries/ITagLibrary.java:33
↓ 4 callers
Method
tick
(Minecraft client)
common/src/main/java/org/orecruncher/dsurround/gui/overlay/IDiagnosticPlugin.java:10
↓ 4 callers
Method
trace
(Vec3 start, Vec3 end)
common/src/main/java/org/orecruncher/dsurround/lib/math/ReusableRaycastContext.java:35
↓ 3 callers
Method
alwaysOutside
Whether the dimension is considered always outside, like Nether.
common/src/main/java/org/orecruncher/dsurround/config/libraries/IDimensionInformation.java:22
↓ 3 callers
Method
blockScan
Invoked when a new block comes into the scan area
common/src/main/java/org/orecruncher/dsurround/effects/IEffectSystem.java:24
↓ 3 callers
Method
calcFactor
(final Biome.Precipitation type, final float base)
common/src/main/java/org/orecruncher/dsurround/runtime/audio/SoundFXUtils.java:393
↓ 3 callers
Method
calculateRowWidth
()
common/src/main/java/org/orecruncher/dsurround/gui/sound/IndividualSoundControlList.java:154
↓ 3 callers
Method
call
()
common/src/main/java/org/orecruncher/dsurround/runtime/audio/SourceContext.java:142
↓ 3 callers
Method
captureState
()
common/src/main/java/org/orecruncher/dsurround/runtime/audio/SourceContext.java:169
↓ 3 callers
Method
category
(SoundSource category)
common/src/main/java/org/orecruncher/dsurround/sound/SoundFactoryBuilder.java:64
↓ 3 callers
Method
checkForKeySuitability
Checks the class for suitability for use in dependency injection. If not suitable a RuntimeException is generated. @param clazz Class to check for s
common/src/main/java/org/orecruncher/dsurround/lib/di/internal/DependencyContainer.java:240
↓ 3 callers
Method
checkForResolverSuitability
Checks the class for suitability for use in dependency injection. If not suitable, a RuntimeException is generated. @param clazz Class to check for s
common/src/main/java/org/orecruncher/dsurround/lib/di/internal/DependencyContainer.java:257
↓ 3 callers
Method
createAsAdditional
Creates a non-attenuated sound instance that will not repeat. Mimics the sound profile of a biome "additional" sound as defined in Minecraft.
common/src/main/java/org/orecruncher/dsurround/sound/ISoundFactory.java:53
← previous
next →
101–200 of 1,859, ranked by callers