File Details
Anacondy-0.2.0-alpha
- B
- Dec 31, 2025
- 41.32 KB
- 19
- 1.21.11
- Forge
File Name
Anacondy-0.2.0-alpha.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
Added CONDY to the Camera class, accessed through Minecraft.gameRenderer.mainCamera.
New ClassToRecordTransformer feature
Allows deeper constant folding as untrusted final fields inside applicable classes can now be constant folded by the JVM.
To qualify, classes need to not be extended or extend other classes, and have at least one final instance field. The toString(), equals() and hashCode() methods are created if needed, based on the record components.
The following classes are newly optimised with this transformer in this release:
com.mojang.blaze3d.platform.Lightingcom.mojang.datafixers.util.Pairnet.minecraft.client.Usernet.minecraft.client.animation.KeyframeAnimationnet.minecraft.client.color.block.BlockColorsnet.minecraft.client.color.block.BlockTintCachenet.minecraft.client.renderer.CubeMapnet.minecraft.client.renderer.GlobalSettingsUniformnet.minecraft.client.renderer.LevelEventHandlernet.minecraft.client.renderer.LightTexturenet.minecraft.client.renderer.MappableRingBuffernet.minecraft.client.renderer.SkyRenderernet.minecraft.client.renderer.SpecialBlockModelRenderernet.minecraft.client.renderer.SpriteCoordinateExpandernet.minecraft.client.renderer.SubmitNodeCollectionnet.minecraft.client.renderer.SubmitNodeStoragenet.minecraft.resources.Identifiernet.minecraft.util.TickThrottlernet.minecraft.util.ZeroBitStoragenet.minecraft.util.context.ContextKeynet.minecraft.util.context.ContextMapnet.minecraft.world.entity.ai.attributes.AttributeMapnet.minecraft.world.entity.ai.behavior.BlockPosTrackernet.minecraft.world.entity.ai.behavior.DoNothingnet.minecraft.world.entity.ai.behavior.EntityTrackernet.minecraft.world.entity.ai.gossip.GossipContainernet.minecraft.world.entity.ai.memory.ExpirableValuenet.minecraft.world.entity.ai.memory.NearestVisibleLivingEntitiesnet.minecraft.world.entity.ai.memory.WalkTargetnet.minecraft.world.entity.schedule.Activitynet.minecraft.world.entity.Crackinessnet.minecraft.world.entity.EntityTypenet.minecraft.world.flag.FeatureFlagRegistrynet.minecraft.world.flag.FeatureFlagSetnet.minecraft.world.flag.FeatureFlagUniversenet.minecraft.world.level.ChunkPosnet.minecraft.world.level.ClipBlockStateContextnet.minecraft.world.level.DataPackConfignet.minecraft.world.level.LevelSettingsnet.minecraft.world.level.StructureManagernet.minecraft.world.level.biome.BiomeGenerationSettingsnet.minecraft.world.level.levelgen.Beardifiernet.minecraft.world.level.levelgen.BelowZeroRetrogennet.minecraft.world.level.levelgen.GeodeBlockSettingsnet.minecraft.world.level.levelgen.GeodeCrackSettingsnet.minecraft.world.level.levelgen.GeodeLayerSettingsnet.minecraft.world.level.levelgen.Heightmapnet.minecraft.world.level.levelgen.SurfaceSystemnet.minecraft.world.level.levelgen.WorldOptionsnet.minecraft.world.level.levelgen.XoroshiroRandomSourcenet.minecraft.world.level.levelgen.XoroshiroRandomSource$XoroshiroPositionalRandomFactorynet.minecraft.world.level.levelgen.feature.configurations.BlockStateConfigurationnet.minecraft.world.level.levelgen.feature.configurations.ColumnFeatureConfigurationnet.minecraft.world.level.levelgen.feature.configurations.CountConfigurationnet.minecraft.world.level.levelgen.feature.configurations.DeltaFeatureConfigurationnet.minecraft.world.level.levelgen.feature.configurations.DripstoneClusterConfigurationnet.minecraft.world.level.levelgen.feature.configurations.EndGatewayConfigurationnet.minecraft.world.level.levelgen.feature.configurations.GeodeConfigurationnet.minecraft.world.level.levelgen.feature.configurations.HugeMushroomConfigurationnet.minecraft.world.level.levelgen.feature.configurations.LargeDripstoneConfigurationnet.minecraft.world.level.levelgen.feature.configurations.LayerConfigurationnet.minecraft.world.level.levelgen.feature.configurations.MultifaceGrowthConfigurationnet.minecraft.world.level.levelgen.feature.configurations.PointedDripstoneConfigurationnet.minecraft.world.level.levelgen.feature.configurations.RandomBooleanFeatureConfigurationnet.minecraft.world.level.levelgen.feature.configurations.RandomFeatureConfigurationnet.minecraft.world.level.levelgen.feature.configurations.ReplaceBlockConfigurationnet.minecraft.world.level.levelgen.feature.configurations.ReplaceSphereConfigurationnet.minecraft.world.level.levelgen.feature.configurations.RootSystemConfigurationnet.minecraft.world.level.levelgen.feature.configurations.SimpleRandomFeatureConfigurationnet.minecraft.world.level.levelgen.feature.configurations.SpikeConfigurationnet.minecraft.world.level.levelgen.feature.configurations.SpringConfigurationnet.minecraft.world.level.levelgen.feature.configurations.UnderwaterMagmaConfigurationnet.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfigurationnet.minecraft.world.level.levelgen.flat.FlatLayerInfonet.minecraft.world.level.levelgen.presets.WorldPresetnet.minecraft.world.level.levelgen.structure.StructureChecknet.minecraft.world.level.levelgen.sampler.BlendedNoisenet.minecraft.world.level.levelgen.sampler.NormalNoisenet.minecraft.world.level.levelgen.sampler.ImprovedNoisenet.minecraft.world.level.levelgen.synth.PerlinNoisenet.minecraft.world.level.levelgen.synth.PerlinSimplexNoisenet.minecraft.world.level.levelgen.synth.SimplexNoisenet.minecraft.world.level.lighting.ChunkSkyLightSourcesnet.minecraft.world.level.lighting.LeveledPriorityQueuenet.minecraft.world.level.material.MapColornet.minecraft.world.level.pathfinder.Pathnet.minecraft.world.level.pathfinder.PathfindingContextnet.minecraft.world.level.pathfinder.PathTypeCachenet.minecraft.world.level.storage.DerivedLevelDatanet.minecraft.world.level.storage.DimensionDataStoragenet.minecraft.world.level.storage.LevelVersionnet.minecraft.world.level.timers.TimerCallbacksnet.minecraft.world.level.timers.TimerQueuenet.minecraft.world.level.timers.TimerQueue$Eventnet.minecraft.world.phys.AABBnet.minecraft.world.phys.Vec2net.minecraft.world.phys.Vec3net.minecraft.world.phys.shapes.IdenticalMergernet.minecraft.world.ticks.LevelChunkTicksnet.minecraft.world.ticks.LevelTicksnet.minecraft.world.ticks.WorldGenTickAccessnet.minecraft.world.timeline.Timelinenet.minecraft.world.CompoundContainernet.minecraft.world.DifficultyInstancenet.minecraft.world.RandomSequence

