Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- absolute() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
- ABSOLUTE - Enum constant in enum class net.frozenblock.lib.gametest.api.PositionType
-
Converts relative positions to absolute
- AbsoluteGravityFunction - Record Class in net.frozenblock.lib.gravity.api.functions
- AbsoluteGravityFunction(Vec3) - Constructor for record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
-
Creates an instance of a
AbsoluteGravityFunctionrecord class. - AbstractClientPlayerCapeInterface - Interface in net.frozenblock.lib.cape.client.impl
- AbstractClientPlayerMixin - Class in net.frozenblock.lib.cape.mixin.client
- AbstractClientPlayerMixin() - Constructor for class net.frozenblock.lib.cape.mixin.client.AbstractClientPlayerMixin
- AbstractConfigEntryMixin - Class in net.frozenblock.lib.config.clothconfig.mixin.client
- AbstractConfigEntryMixin() - Constructor for class net.frozenblock.lib.config.clothconfig.mixin.client.AbstractConfigEntryMixin
- AbstractContainerMenuMixin - Class in net.frozenblock.lib.item.mixin
- AbstractContainerMenuMixin() - Constructor for class net.frozenblock.lib.item.mixin.AbstractContainerMenuMixin
- AbstractFishMixin - Class in net.frozenblock.lib.entity.mixin
- AbstractWindChargeMixin - Class in net.frozenblock.lib.wind.mixin
- AbstractWindChargeMixin() - Constructor for class net.frozenblock.lib.wind.mixin.AbstractWindChargeMixin
- accept(T) - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
- acceptedDistance() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- acceptTargets(Set<String>, Set<String>) - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- acceptTargets(Set<String>, Set<String>) - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- acceptTargets(Set<String>, Set<String>) - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- accessPos() - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
-
Returns the value of the
accessPosrecord component. - ACCURATE_HEIGHTMAP - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.FrozenPlacementModifiers
- add(String) - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- add(Climate.ParameterPoint...) - Method in class net.frozenblock.lib.worldgen.biome.api.parameters.BiomeParameters
- add(ItemLike, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- add(ModProtocolDef) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- addAccessedPosition(Vec3) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- addAdditionalSaveData(CompoundTag) - Method in class net.frozenblock.lib.entity.api.SilentTicker
- addAfter(ItemLike, ItemLike, String, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addAfter(ItemLike, ItemLike, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addAfter(ItemLike, ItemLike, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addBefore(ItemLike, ItemLike, String, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addBefore(ItemLike, ItemLike, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addBefore(ItemLike, ItemLike, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addBiomeRenameFix(DataFixerBuilder, String, Map<ResourceLocation, ResourceLocation>, Schema) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes
-
Adds a biome rename fix to the builder, in case biome identifiers are changed.
- addBlock(String, String, SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
-
Adds a block with the specified namespace and id.
- addBlock(String, String, SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
-
Adds a block with the specified namespace and id.
- addBlock(String, SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
-
This will only work with vanilla blocks.
- addBlock(String, SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
-
This will only work with vanilla blocks.
- addBlock(ResourceLocation, SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
-
Adds a block with the specified
ResourceLocation. - addBlock(ResourceLocation, SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
-
Adds a block with the specified
ResourceLocation. - addBlock(Block, SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- addBlock(Block, SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- addBlockRenameFix(DataFixerBuilder, String, ResourceLocation, ResourceLocation, Schema) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes
-
Adds a block rename fix to the builder, in case a block's identifier is changed.
- addBlocks(Block[], SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- addBlocks(Block[], SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- addBlockStateRenameFix(DataFixerBuilder, String, ResourceLocation, String, String, String, Schema) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes
-
Adds a blockstate rename fix to the builder, in case a blockstate's name is changed.
- addBlockTag(TagKey<Block>, SoundType, BooleanSupplier) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- addBlockTag(TagKey<Block>, SoundType, BooleanSupplier) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- addBottomBiome(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds this biome to world generation at the depth of a deep cave biome.
- addClearRunnable(Runnable) - Static method in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- addCriteria(Advancement, String, Criterion<?>) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- addDamageSound(DamageType, SoundEvent, ResourceLocation) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- AddDebugMenuButtonMixin - Class in net.frozenblock.lib.debug.mixin.client
- AddDebugMenuButtonMixin(Component) - Constructor for class net.frozenblock.lib.debug.mixin.client.AddDebugMenuButtonMixin
- addEndSurfaceRules(List<SurfaceRules.RuleSource>) - Method in interface net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents.EndSurfaceRuleCallback
- addEntity(Entity, FlyBySoundHub.FlyBySound) - Static method in class net.frozenblock.lib.sound.api.FlyBySoundHub
- addEntityRenameFix(DataFixerBuilder, String, ResourceLocation, ResourceLocation, Schema) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes
-
Adds an entity rename fix to the builder, in case an entity's identifier is changed.
- addEntityScreenShake(Entity, float, int, int, float, int) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addEntityScreenShake(Entity, float, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addEntityScreenShake(Entity, float, int, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addEntityScreenShake(Entity, float, int, int, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addEntityType(EntityType<?>, FlyBySoundHub.FlyBySound) - Static method in class net.frozenblock.lib.sound.api.FlyBySoundHub
- addExtension(Supplier<ClientWindManagerExtension>) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Adds a
ClientWindManagerExtension. - addExtension(Function<WindManager, WindManagerExtension>) - Static method in class net.frozenblock.lib.wind.api.WindManager
-
Adds a
WindManagerExtensionwith a priority of 1000. - addExtension(Function<WindManager, WindManagerExtension>, int) - Static method in class net.frozenblock.lib.wind.api.WindManager
-
Adds a
WindManagerExtension. - addExtension(ClientWindManagerExtension) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Adds a
ClientWindManagerExtension. - addFeatures(BiomeGenerationSettings.Builder) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds placed features to this biome.
- addGenericSurfaceRules(List<FrozenDimensionBoundRuleSource>) - Method in interface net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents.GenericSurfaceRuleCallback
- addGoalSelector(Entity, List<GoalDebugPayload.DebugGoal>) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- addInstrument(Item, TagKey<Instrument>, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addInstrumentAfter(Item, Item, TagKey<Instrument>, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addInstrumentBefore(ItemLike, Item, TagKey<Instrument>, CreativeModeTab.TabVisibility, ResourceKey<CreativeModeTab>...) - Static method in class net.frozenblock.lib.item.api.FrozenCreativeTabs
- addItemRenameFix(DataFixerBuilder, String, ResourceLocation, ResourceLocation, Schema) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.SimpleFixes
-
Adds an item rename fix to the builder, in case an item's identifier is changed.
- additional() - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Returns the value of the
additionalrecord component. - addLootTables(Advancement, List<ResourceKey<LootTable>>) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- addMobCategory(String, MobCategory) - Static method in class net.frozenblock.lib.mobcategory.api.FrozenMobCategories
- addModDataVersions(CompoundTag) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- addModDataVersions(CompoundTag) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- addModDataVersions(CompoundTag) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- addNetherSurfaceRules(List<SurfaceRules.RuleSource>) - Method in interface net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents.NetherSurfaceRuleCallback
- addOverworldBiome(ResourceKey<Biome>, Climate.TargetPoint) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldBiome(ResourceKey<Biome>, Climate.ParameterPoint) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldBiome(ResourceKey<Biome>, Climate.ParameterPoint) - Static method in class net.frozenblock.lib.worldgen.biome.impl.OverworldBiomeData
- addOverworldBiome(ResourceKey<Biome>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float, List<Climate.Parameter>) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldBiome(ResourceKey<Biome>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float, Climate.Parameter...) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldBiome(ResourceKey<Biome>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float, List<Climate.Parameter>) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldBiome(ResourceKey<Biome>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float, Climate.Parameter...) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Adds a biome to the Overworld generator.
- addOverworldNoPrelimSurfaceRules(List<SurfaceRules.RuleSource>) - Method in interface net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents.OverworldSurfaceRuleNoPrelimSurfaceCallback
- addOverworldSurfaceRules(List<SurfaceRules.RuleSource>) - Method in interface net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents.OverworldSurfaceRuleCallback
- addPanorama(ResourceLocation) - Static method in class net.frozenblock.lib.menu.api.Panoramas
- addProcessor(ResourceLocation, StructureProcessor) - Static method in class net.frozenblock.lib.worldgen.structure.api.StructureProcessorApi
- addRecipes(Advancement, List<ResourceLocation>) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- addRequirementsAsNewList(Advancement, AdvancementRequirements) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- addRequirementsToList(Advancement, List<String>) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- addScreenShake(Level, float, int, int, double, double, double, float, int) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addScreenShake(Level, float, double, double, double, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addScreenShake(Level, float, int, double, double, double, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addScreenShake(Level, float, int, int, double, double, double, float) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addSemiDeepBiome(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds this biome to world generation between the depths of a regular and deep cave biome.
- addShake(float, int, int, float, int) - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- addShake(float, int, int, Vec3, float, int) - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- addShake(ClientLevel, float, int, int, Vec3, float, int) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- addShake(Entity, float, int, int, float, int) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- addSound(ResourceLocation, ResourceLocation, SoundSource, float, float, ResourceLocation, boolean, float, float) - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- addSound(ResourceLocation, SoundSource, float, float, ResourceLocation, boolean) - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- addSpawns(MobSpawnSettings.Builder) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds mob spawns to this biome.
- addSplashLocation(ResourceLocation) - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- addSurfaceBiome(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds this biome to world generation at the surface, like most other biomes.
- addTarget(ResourceLocation, ResourceLocation, int) - Static method in class net.frozenblock.lib.worldgen.structure.api.RandomPoolAliasApi
- addToArray(JsonObject, String, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Adds a value to an array by name.
- addUndergroundBiome(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, Climate.Parameter, float) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Adds this biome to world generation at the depth of a regular cave biome.
- addVeinType(String, OreVeinifier.VeinType) - Static method in class net.frozenblock.lib.worldgen.vein.api.FrozenVeinTypes
- addWeightedHeight(float[], float) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- addWeirdness(FrozenBiomeParameters.BiomeRunnable, List<Climate.Parameter>) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- addWindDisturbance(WindDisturbance<?>) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- addWindDisturbance(WindDisturbance<?>) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Adds a
WindDisturbanceto the world. - addWindDisturbanceAndSync(WindDisturbance<?>) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Adds a
WindDisturbanceto the world and syncs if with the client if possible. - AdvancedMath - Class in net.frozenblock.lib.math.api
-
Adds more math operations.
- AdvancedMath() - Constructor for class net.frozenblock.lib.math.api.AdvancedMath
- AdvancementAPI - Class in net.frozenblock.lib.advancement.api
- AdvancementEvents - Class in net.frozenblock.lib.advancement.api
- AdvancementEvents.AdvancementInit - Interface in net.frozenblock.lib.advancement.api
- affectedArea - Variable in class net.frozenblock.lib.wind.api.WindDisturbance
- affectedArea() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns the value of the
affectedArearecord component. - affectsPosition(double) - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
- AIR - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- ALL - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- allowedPlayers() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns the value of the
allowedPlayersrecord component. - ALWAYS_SAVE_COOLDOWNS - Static variable in class net.frozenblock.lib.tag.api.FrozenItemTags
- ambientAdditionsSound() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- ambientLoopSound() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- ambientMoodSettings() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- ambientParticleSettings() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- AnimationAPI - Class in net.frozenblock.lib.math.api
-
This class is used to make animations with easings.
- AnimationAPI() - Constructor for class net.frozenblock.lib.math.api.AnimationAPI
- APPARITION_OUTER - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- APPARITION_OUTER_CULL - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- apparitionOuter(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- apparitionOuterCull(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- append(JsonPath) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- append(JsonPath, int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- append(JsonPath, int, int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- append(JsonPath, int, int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- APPEND_SHERDS - Static variable in class net.frozenblock.lib.worldgen.structure.impl.FrozenRuleBlockEntityModifiers
- AppendSherds - Class in net.frozenblock.lib.worldgen.structure.api
- AppendSherds(float, boolean, Item...) - Constructor for class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- AppendSherds(List<Item>, float, boolean) - Constructor for class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- apply(JsonElement, Marshaller) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonTypedEntrySerializer
-
Deserializes a
JsonElementto aTypedEntry. - apply(TypedEntry, Marshaller) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonTypedEntrySerializer
-
Serializes a
TypedEntryto aJsonElement. - apply(BlockSoundGroupManager.SoundGroupLoader, ResourceManager, ProfilerFiller, Executor) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- apply(RandomSource, CompoundTag) - Method in class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- apply(SurfaceRules.Context) - Method in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- apply(SurfaceRules.Context) - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- ARID - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- as(MappedRegistry<W>) - Static method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEventStorage
-
Casts a
Registryto the duck interface. - asCollection() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- asLookup() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- asRawPath() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- assertBlockPresent(GameTestHelper, Block) - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
- asString() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- attachedExtensions - Variable in class net.frozenblock.lib.wind.api.WindManager
- attemptSpreadVein(LevelAccessor, BlockPos, BlockState, Collection<Direction>, boolean) - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
- attemptUseCharge(SculkSpreader.ChargeCursor, LevelAccessor, BlockPos, RandomSource, SculkSpreader, boolean) - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
- AUTO_ENTITIES_AND_SOUNDS - Static variable in class net.frozenblock.lib.sound.api.FlyBySoundHub
-
Plays sounds automatically when a certain entity is near.
- AxeBehaviors - Class in net.frozenblock.lib.item.api.axe
- AxeBehaviors() - Constructor for class net.frozenblock.lib.item.api.axe.AxeBehaviors
- AxeBehaviors.AxeBehavior - Interface in net.frozenblock.lib.item.api.axe
- AxeItemMixin - Class in net.frozenblock.lib.item.mixin.axe
- AxeItemMixin() - Constructor for class net.frozenblock.lib.item.mixin.axe.AxeItemMixin
B
- backEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- backEaseIn(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
BACK EASING - Generates a curve that comes back a little at the end (defined by an amount a >= 0)
- backEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- backEaseInOut(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- backEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- backEaseOut(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- backgroundMusic() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- BadgeMixin - Class in net.frozenblock.lib.modmenu.mixin.client
- BadgeMixin() - Constructor for class net.frozenblock.lib.modmenu.mixin.client.BadgeMixin
- BASALT - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- BASE_SCHEMA - Static variable in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
A "base" version
0schema, for use by all mods. - baseTick() - Method in interface net.frozenblock.lib.wind.api.ClientWindManagerExtension
- baseTick(ServerLevel) - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Runs before the regular tick method.
- BeaconBlockEntityMixin - Class in net.frozenblock.lib.block.mixin.beacon
- BeaconBlockEntityMixin() - Constructor for class net.frozenblock.lib.block.mixin.beacon.BeaconBlockEntityMixin
- BeaconEffectRegistry - Class in net.frozenblock.lib.block.api.beacon
-
A helper class for adding new
MobEffects to the Beacon. - BeaconEffectRegistry() - Constructor for class net.frozenblock.lib.block.api.beacon.BeaconEffectRegistry
- BEDROCK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- beeDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- beginTracking() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- behavior() - Element in annotation interface net.frozenblock.lib.config.api.sync.annotation.EntrySyncData
-
Used to determine the behavior of a config entry on a server/LAN world.
- BehaviorMixin<E> - Class in net.frozenblock.lib.entity.mixin.behavior
- BehaviorMixin() - Constructor for class net.frozenblock.lib.entity.mixin.behavior.BehaviorMixin
- BELT_CODEC - Static variable in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
- BELT_CODEC - Static variable in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
- BillboardBlockEntityRenderer<T> - Class in net.frozenblock.lib.block.api.entity
-
A
BlockEntityRendererthat renders a given texture as a billboard, like a particle. - BillboardBlockEntityRenderer(BlockEntityRendererProvider.Context) - Constructor for class net.frozenblock.lib.block.api.entity.BillboardBlockEntityRenderer
- bindTags(Map<TagKey<T>, List<Holder<T>>>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- biomeID() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- biomeNameTest - Variable in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- BiomeParameters - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- BiomeParameters() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.BiomeParameters
- biomes - Variable in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- BIOMES - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- BiomeTagConditionSource - Class in net.frozenblock.lib.worldgen.surface.impl
- BiomeTagConditionSource(TagKey<Biome>) - Constructor for class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- biomeTagKey - Variable in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- BLACKLISTED_TYPES - Static variable in class net.frozenblock.lib.storage.api.HopperUntouchableList
- BLACKSTONE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- BLOCK_ENTITY - Enum constant in enum class net.frozenblock.lib.wind.api.WindDisturbanceLogic.SourceType
- BLOCK_STATE_RESPECTING_RULE_PROCESSOR - Static variable in class net.frozenblock.lib.worldgen.structure.impl.FrozenStructureProcessorTypes
- BlockBehaviourMixin - Class in net.frozenblock.lib.block.mixin.tick
- BlockBehaviourMixin - Class in net.frozenblock.lib.sound.mixin
- BlockBehaviourMixin() - Constructor for class net.frozenblock.lib.block.mixin.tick.BlockBehaviourMixin
- BlockBehaviourMixin() - Constructor for class net.frozenblock.lib.sound.mixin.BlockBehaviourMixin
- BlockEntityWithoutLevelRendererMixin - Class in net.frozenblock.lib.block.mixin.entity.client
- BlockEntityWithoutLevelRendererMixin() - Constructor for class net.frozenblock.lib.block.mixin.entity.client.BlockEntityWithoutLevelRendererMixin
- BlockEntityWithoutLevelRendererRegistry - Class in net.frozenblock.lib.block.api.entity
- BlockEntityWithoutLevelRendererRegistry() - Constructor for class net.frozenblock.lib.block.api.entity.BlockEntityWithoutLevelRendererRegistry
- blockId() - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Returns the value of the
blockIdrecord component. - blockPos - Variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- BlockScheduledTicks - Class in net.frozenblock.lib.block.api.tick
- BlockScheduledTicks() - Constructor for class net.frozenblock.lib.block.api.tick.BlockScheduledTicks
- BlockScheduledTicks.InjectedScheduledTick - Interface in net.frozenblock.lib.block.api.tick
- BlockSoundGroupManager - Class in net.frozenblock.lib.sound.impl.block_sound_group
- BlockSoundGroupManager() - Constructor for class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- BlockSoundGroupManager.SoundGroupLoader - Class in net.frozenblock.lib.sound.impl.block_sound_group
- BlockSoundGroupOverwrite - Record Class in net.frozenblock.lib.sound.api.block_sound_group
- BlockSoundGroupOverwrite(ResourceLocation, SoundType, BooleanSupplier) - Constructor for record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Creates an instance of a
BlockSoundGroupOverwriterecord class. - BlockSoundGroupOverwrites - Class in net.frozenblock.lib.sound.api.block_sound_group
-
Allows you to add any block by either adding its registry (Blocks.STONE) or its ID ("stone").
- BlockSoundGroupOverwrites() - Constructor for class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- BlockStateRenameFix - Class in net.frozenblock.lib.datafix.api
-
A
DataFixspecialized for fixing the name of a BlockState Property. - BlockStateRenameFix(Schema, String, String, String, String, String) - Constructor for class net.frozenblock.lib.datafix.api.BlockStateRenameFix
- BlockStateRespectingProcessorRule - Class in net.frozenblock.lib.worldgen.structure.api
- BlockStateRespectingProcessorRule(RuleTest, RuleTest, Block) - Constructor for class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- BlockStateRespectingProcessorRule(RuleTest, RuleTest, PosRuleTest, Block) - Constructor for class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- BlockStateRespectingProcessorRule(RuleTest, RuleTest, PosRuleTest, Block, RuleBlockEntityModifier) - Constructor for class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- BlockStateRespectingRuleProcessor - Class in net.frozenblock.lib.worldgen.structure.api
- BlockStateRespectingRuleProcessor(List<? extends BlockStateRespectingProcessorRule>) - Constructor for class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingRuleProcessor
- BoatMixin - Class in net.frozenblock.lib.gravity.mixin
- BoatMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.BoatMixin
- BonemealBehaviors - Class in net.frozenblock.lib.item.api.bonemeal
- BonemealBehaviors() - Constructor for class net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors
- BonemealBehaviors.BonemealBehavior - Interface in net.frozenblock.lib.item.api.bonemeal
- BoneMealItemMixin - Class in net.frozenblock.lib.item.mixin.bonemeal
- BoneMealItemMixin() - Constructor for class net.frozenblock.lib.item.mixin.bonemeal.BoneMealItemMixin
- BooleanPropertySculkBehavior - Record Class in net.frozenblock.lib.sculk.api
- BooleanPropertySculkBehavior(BooleanProperty, boolean) - Constructor for record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Creates an instance of a
BooleanPropertySculkBehaviorrecord class. - boomerang(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- bootstrap(Registry<DecoratedPotPattern>) - Method in interface net.frozenblock.lib.item.impl.sherd.DecoratedPotPatternRegistryEntrypoint
- BOOTSTRAP_CONTEXT - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatureUtils
- BootstrapMixin - Class in net.frozenblock.lib.core.mixin
- BootstrapMixin() - Constructor for class net.frozenblock.lib.core.mixin.BootstrapMixin
- bounceEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- bounceEaseIn(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
BOUNCE EASING - Generated by an elastic absoluted
- bounceEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- bounceEaseInOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- bounceEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- bounceEaseOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- brainDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- BreatheAir<E> - Class in net.frozenblock.lib.entity.api.behavior
-
BreathAirGoalas a behavior. - BreatheAir() - Constructor for class net.frozenblock.lib.entity.api.behavior.BreatheAir
- BREEZE - Static variable in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- breezeDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- BreezeMixin - Class in net.frozenblock.lib.wind.mixin
- BreezeMixin() - Constructor for class net.frozenblock.lib.wind.mixin.BreezeMixin
- build() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- build(Set<DSL.TypeReference>, Supplier<Executor>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixerBuilder
-
Builds the final
DataFixer. - buildAndRegisterFixer(ModContainer, QuiltDataFixerBuilder) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Builds and registers a new data fixer.
- buildAndRegisterMinecraftFixer(ModContainer, QuiltDataFixerBuilder) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Builds and registers a new data fixer for use with Minecraft version-specific datafixing.
- buildCapeTextureLocation(ResourceLocation) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- builder - Static variable in class net.frozenblock.lib.feature_flag.api.FrozenFeatureFlags
- builder() - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Creates a new JSON path builder, used for programmatically generating new JSON path representations.
- buildFixer(QuiltDataFixerBuilder) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Builds a new data fixer.
- buildScreen(Screen) - Static method in class net.frozenblock.lib.config.frozenlib_config.gui.FrozenLibConfigGui
- buildTypes() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.EmptySchema
- BuiltInRegistriesMixin - Class in net.frozenblock.lib.event.mixin
- BuiltInRegistriesMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin
- BuiltInRegistriesMixin() - Constructor for class net.frozenblock.lib.event.mixin.BuiltInRegistriesMixin
- BuiltInRegistriesMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.BuiltInRegistriesMixin
- byId(int) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- bytes() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns the value of the
bytesrecord component.
C
- CALCITE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- calculateDisturbanceResult(Optional<T>, Level, Vec3, AABB, Vec3) - Method in interface net.frozenblock.lib.wind.api.WindDisturbanceLogic.DisturbanceLogic
- calculateDisturbanceResult(Level, Vec3) - Method in class net.frozenblock.lib.wind.api.WindDisturbance
- calculateGravity(ResourceKey<Level>, double) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- calculateGravity(Entity) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- calculateGravity(Level, double) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- calculateMultifaceShape(BlockState) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- calculateNodeColor(double, boolean) - Static method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- calculateWindDisturbance(List<WindDisturbance<?>>, Level, Vec3) - Static method in class net.frozenblock.lib.wind.api.WindManager
-
Calculates the strength and movement out of a provided list of
WindDisturbances at a given position. - Camera - Class in net.frozenblock.lib.ingamedevtools.item
- Camera(Item.Properties) - Constructor for class net.frozenblock.lib.ingamedevtools.item.Camera
- CAMERA - Static variable in class net.frozenblock.lib.ingamedevtools.RegisterInGameDevTools
- cameraShake(Camera, float) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
-
Deprecated.
- cameraZ(float) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
-
Deprecated.
- CAN_LIGHTNING_OVERRIDE - Static variable in class net.frozenblock.lib.tag.api.FrozenBiomeTags
- CAN_MODIFY - Enum constant in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- canGenerateInOverworld(ResourceKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
-
Returns true if the given biome can generate in the Overworld, considering the Vanilla Overworld biomes, and any biomes added to the Overworld by mods.
- canGenerateInOverworld(ResourceKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.impl.OverworldBiomeData
- canModify - Variable in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- canModifyField(Field, Config<?>) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
- CANNOT_LIGHTNING_OVERRIDE - Static variable in class net.frozenblock.lib.tag.api.FrozenBiomeTags
- canPlayerUserCape(UUID, Cape) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- canPlayerUserCape(UUID, ResourceLocation) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- canPlaySound() - Method in class net.frozenblock.lib.sound.api.instances.MovingParticleSoundLoop
- canPlaySound() - Method in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- canRandomSwim() - Method in class net.frozenblock.lib.entity.api.NoFlopAbstractFish
-
Acts as a form of access widener.
- canRemoveComponent(DataComponentType<?>, Level, Entity, int, boolean) - Static method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents
- canRemoveTag(String, Level, Entity, int, boolean) - Static method in class net.frozenblock.lib.item.api.removable.RemovableItemTags
- canStartSilent() - Method in class net.frozenblock.lib.sound.api.instances.MovingParticleSoundLoop
- canStartSilent() - Method in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- canStillUse(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.BreatheAir
- canStillUse(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- canSync() - Method in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
- cape - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- Cape - Record Class in net.frozenblock.lib.cape.impl
- Cape(ResourceLocation, Component, ResourceLocation, Optional<List<UUID>>) - Constructor for record class net.frozenblock.lib.cape.impl.Cape
-
Creates an instance of a
Caperecord class. - CAPE_CACHE_PATH - Static variable in class net.frozenblock.lib.cape.client.api.ClientCapeUtil
- CapeCustomizePacket - Class in net.frozenblock.lib.cape.impl.networking
- CapeCustomizePacket(FriendlyByteBuf) - Constructor for class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- CapeLayerMixin - Class in net.frozenblock.lib.cape.mixin.client
- CapeLayerMixin() - Constructor for class net.frozenblock.lib.cape.mixin.client.CapeLayerMixin
- capeName() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns the value of the
capeNamerecord component. - capeRepo() - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
-
Returns the value of the
capeReporecord component. - CapeUtil - Class in net.frozenblock.lib.cape.api
- CapeUtil() - Constructor for class net.frozenblock.lib.cape.api.CapeUtil
- capture() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.Stub
- category() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
categoryrecord component. - category() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
categoryrecord component. - categoryOrdinal - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- categoryOrdinal - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- changeCooldown(Player, Item, int, int) - Static method in class net.frozenblock.lib.item.api.CooldownChange
- changingProperty() - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Returns the value of the
changingPropertyrecord component. - checkExtraStartConditions(ServerLevel, E) - Method in class net.frozenblock.lib.entity.api.behavior.BreatheAir
- checkExtraStartConditions(ServerLevel, E) - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- children() - Method in class net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget.Entry
- chunkPos - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- chunkPos() - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
-
Returns the value of the
chunkPosrecord component. - chunkRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- ChunkStorageMixin - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin
- ChunkStorageMixin() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin.ChunkStorageMixin
- circEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- circEaseIn(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
CICRULAR EASING - Uses Roots and Powers to make curves
- circEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- circEaseInOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- circEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- circEaseOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- CIRCULAR_LAVA_VEGETATION_PATCH - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- CIRCULAR_LAVA_VEGETATION_PATCH_LESS_BORDERS - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- CIRCULAR_WATERLOGGED_VEGETATION_PATCH - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- CIRCULAR_WATERLOGGED_VEGETATION_PATCH_LESS_BORDERS - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- CircularLavaVegetationPatchFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- CircularLavaVegetationPatchFeature(Codec<VegetationPatchConfiguration>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchFeature
- CircularLavaVegetationPatchLessBordersFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- CircularLavaVegetationPatchLessBordersFeature(Codec<VegetationPatchConfiguration>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- CircularWaterloggedVegetationPatchFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- CircularWaterloggedVegetationPatchFeature(Codec<VegetationPatchConfiguration>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchFeature
- CircularWaterloggedVegetationPatchLessBordersFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- CircularWaterloggedVegetationPatchLessBordersFeature(Codec<VegetationPatchConfiguration>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- className() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Returns the value of the
classNamerecord component. - clear() - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- clear() - Method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- clear() - Method in class net.frozenblock.lib.debug.client.renderer.WindDisturbanceDebugRenderer
- clear() - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- clear() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- clearAccessedPositions() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- clearAdditionalRenderers() - Static method in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- clearAllWindDisturbances() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- clearAllWindDisturbances() - Method in class net.frozenblock.lib.wind.api.WindManager
-
Clears all wind disturbances running on the current tick, and the stash of wind disturbances to run the next tick.
- clearAndSwitchWindDisturbances() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- clearAndSwitchWindDisturbances() - Method in class net.frozenblock.lib.wind.api.WindManager
-
Clears all wind disturbances running on the current tick, and replaces them with the stash of wind disturbances to run on the next tick.
- clearEntitiesPerLevel(ServerLevel) - Static method in class net.frozenblock.lib.entity.api.EntityUtils
- clearWindDisturbances() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- clearWindDisturbances() - Method in class net.frozenblock.lib.wind.api.WindManager
-
Clears all wind disturbances running on the current tick.
- CLIENT - Enum constant in enum class net.frozenblock.lib.event.impl.EventType
-
Represents a client-sided event.
- ClientCapeData - Class in net.frozenblock.lib.cape.client.impl
- ClientCapeData() - Constructor for class net.frozenblock.lib.cape.client.impl.ClientCapeData
- ClientCapeUtil - Class in net.frozenblock.lib.cape.client.api
- ClientCapeUtil() - Constructor for class net.frozenblock.lib.cape.client.api.ClientCapeUtil
- ClientEntityScreenShake(Entity, float, int, int, float, int) - Constructor for class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientEntityScreenShake
- ClientEventEntrypoint - Interface in net.frozenblock.lib.entrypoint.api
-
A client-sided event callback that can be used as an entrypoint.
- ClientFreezer - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.client
-
Modified to work on Fabric
- ClientFreezer() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.client.ClientFreezer
- clientHasIconResource - Variable in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- clientInit() - Method in class net.frozenblock.lib.integration.api.ModIntegration
- clientInitPreFreeze() - Method in class net.frozenblock.lib.integration.api.ModIntegration
-
Runs prior to registries freezing in order to allow for registering things.
- ClientPackets - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Identifiers of packets sent by server.
- ClientPackets() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets
- ClientPackets.End - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Ends registry sync.
- ClientPackets.Handshake - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Response for
ServerPackets.Handshake.PACKET_TYPE. - ClientPackets.ModProtocol - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Sent after receiving Mod Protocol request packet from server.
- ClientRegistrySync - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client
- ClientRegistrySync() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.ClientRegistrySync
- ClientScreenShake(ClientLevel, float, int, int, Vec3, float, int) - Constructor for class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- ClientSpottingIconMethods - Class in net.frozenblock.lib.spotting_icons.api
- ClientSpottingIconMethods() - Constructor for class net.frozenblock.lib.spotting_icons.api.ClientSpottingIconMethods
- clientTick() - Method in interface net.frozenblock.lib.wind.api.ClientWindManagerExtension
- ClientWindManager - Class in net.frozenblock.lib.wind.api
-
Handles wind on the client side.
- ClientWindManager() - Constructor for class net.frozenblock.lib.wind.api.ClientWindManager
- ClientWindManagerExtension - Interface in net.frozenblock.lib.wind.api
-
Used to add custom logic to the
ClientWindManager. - clone() - Method in class net.frozenblock.lib.math.api.Point3D
- closeSound() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
closeSoundrecord component. - closeSound() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
closeSoundrecord component. - closestPointTo(BlockPos, VoxelShape, Vec3) - Static method in class net.frozenblock.lib.block.api.shape.FrozenShapes
- COARSE_DIRT - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- COAST - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- COAST_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- codec() - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Returns the value of the
codecrecord component. - codec() - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
- codec() - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
- codec() - Method in interface net.frozenblock.lib.gravity.api.SerializableGravityFunction
- codec() - Method in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- codec() - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- codec(Codec<T>) - Static method in record class net.frozenblock.lib.gravity.api.GravityBelt
- codec(T) - Static method in record class net.frozenblock.lib.gravity.api.GravityBelt
- CODEC - Static variable in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- CODEC - Static variable in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- CODEC - Static variable in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
- CODEC - Static variable in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
- CODEC - Static variable in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
- CODEC - Static variable in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
- CODEC - Static variable in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
- CODEC - Static variable in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
- CODEC - Static variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- CODEC - Static variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- CODEC - Static variable in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
- CODEC - Static variable in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
- CODEC - Static variable in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
- CODEC - Static variable in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
- CODEC - Static variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- CODEC - Static variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
- CODEC - Static variable in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
- CODEC - Static variable in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
- CODEC - Static variable in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
- CODEC - Static variable in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
- CODEC - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
- CODEC - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
- CODEC - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- CODEC - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
- CODEC - Static variable in class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- CODEC - Static variable in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- CODEC - Static variable in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingRuleProcessor
- CODEC - Static variable in class net.frozenblock.lib.worldgen.structure.api.WeightedProcessorRule
- CODEC - Static variable in class net.frozenblock.lib.worldgen.structure.api.WeightedRuleProcessor
- CODEC - Static variable in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
- CODEC - Static variable in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- CODEC - Static variable in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
- CODEC - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
- CODEC - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.mixin.ServerStatusVersionMixin
- collisionBoxRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- colorWithDyes(RecipeOutput, List<Item>, List<Item>, String, RecipeCategory, String) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- COLUMN_WITH_DISK_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- ColumnFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- ColumnFeatureConfig(BlockState, IntProvider, HolderSet<Block>) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Creates an instance of a
ColumnFeatureConfigrecord class. - ColumnWithDiskFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- ColumnWithDiskFeature(Codec<ColumnWithDiskFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.ColumnWithDiskFeature
- ColumnWithDiskFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- ColumnWithDiskFeatureConfig(BlockState, IntProvider, IntProvider, float, HolderSet<Block>, HolderSet<Block>) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Creates an instance of a
ColumnWithDiskFeatureConfigrecord class. - combinations(int, int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- COMBO_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- ComboFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- ComboFeature(Codec<ComboFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.ComboFeature
- ComboFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- ComboFeatureConfig(List<Holder<PlacedFeature>>) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
-
Creates an instance of a
ComboFeatureConfigrecord class. - commandWind - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- commandWind - Variable in class net.frozenblock.lib.wind.api.WindManager
- commandWind() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns the value of the
commandWindrecord component. - COMMON - Enum constant in enum class net.frozenblock.lib.event.impl.EventType
-
Represents a common event.
- CommonEventEntrypoint - Interface in net.frozenblock.lib.entrypoint.api
-
A common event callback that can be used as an entrypoint.
- COMPRESSED - Static variable in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- COMPRESSED - Static variable in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- compressMaps() - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- compressMaps() - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- condition() - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Returns the value of the
conditionrecord component. - condition() - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Returns the value of the
conditionrecord component. - condition(T) - Method in interface net.frozenblock.lib.entity.api.rendering.EntityTextureOverride.Condition
- config() - Method in class net.frozenblock.lib.config.api.instance.Config
- config() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Returns the value of the
configrecord component. - Config<T> - Class in net.frozenblock.lib.config.api.instance
- Config(String, Class<T>, Path, boolean, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.Config
- CONFIG_PATH - Static variable in class net.frozenblock.lib.file.nbt.NbtFileUtils
- ConfigByteBufUtil - Class in net.frozenblock.lib.config.api.sync.network
- configClass() - Method in class net.frozenblock.lib.config.api.instance.Config
- ConfigCommand - Class in net.frozenblock.lib.config.impl
- configData() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Returns the value of the
configDatarecord component. - ConfigLoadEvent - Interface in net.frozenblock.lib.config.api.registry
- ConfigLoadEvent.Client - Interface in net.frozenblock.lib.config.api.registry
- ConfigModification<T> - Record Class in net.frozenblock.lib.config.api.instance
-
Wrapper class for modifying configs.
- ConfigModification(Consumer<T>) - Constructor for record class net.frozenblock.lib.config.api.instance.ConfigModification
-
Creates an instance of a
ConfigModificationrecord class. - ConfigModification.EntryPermissionType - Enum Class in net.frozenblock.lib.config.api.instance
- ConfigRegistry - Class in net.frozenblock.lib.config.api.registry
- ConfigRegistry() - Constructor for class net.frozenblock.lib.config.api.registry.ConfigRegistry
- ConfigSaveEvent - Interface in net.frozenblock.lib.config.api.registry
- ConfigSaveEvent.Client - Interface in net.frozenblock.lib.config.api.registry
- ConfigSerialization - Class in net.frozenblock.lib.config.api.instance
- ConfigSyncData<T> - Record Class in net.frozenblock.lib.config.api.sync.network
- ConfigSyncData(T) - Constructor for record class net.frozenblock.lib.config.api.sync.network.ConfigSyncData
-
Creates an instance of a
ConfigSyncDatarecord class. - ConfigSyncModification<T> - Record Class in net.frozenblock.lib.config.impl.network
- ConfigSyncModification(Config<T>, ConfigSyncModification.DataSupplier<T>) - Constructor for record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Creates an instance of a
ConfigSyncModificationrecord class. - ConfigSyncModification.DataSupplier<T> - Interface in net.frozenblock.lib.config.impl.network
- ConfigSyncPacket<T> - Record Class in net.frozenblock.lib.config.impl.network
- ConfigSyncPacket(String, String, T) - Constructor for record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Creates an instance of a
ConfigSyncPacketrecord class. - configWithSync() - Method in class net.frozenblock.lib.config.api.instance.Config
- Conics - Class in net.frozenblock.lib.math.api
-
Allows defining conics via equations.
- Conics() - Constructor for class net.frozenblock.lib.math.api.Conics
- connectedToIntegratedServer() - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- connectedToLan() - Static method in class net.frozenblock.lib.networking.FrozenClientNetworking
- connectedToServer() - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- connection - Variable in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- connection - Variable in class net.frozenblock.lib.screenshake.mixin.ServerPlayerMixin
- ConnectionMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin
- ConnectionMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.ConnectionMixin
- constructUnsafely(Class<V>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.UnsafeUtils
- container() - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- contains(TypedEntryType<?>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- contains(Config<?>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- containsKey(ResourceKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- containsKey(ResourceLocation) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- containsSource(ResourceLocation) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- containsSource(DamageType) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- containsSyncData(Config<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- Continentalness - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Continentalness() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- convertTo(DynamicOps<U>, JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- convertTo(DynamicOps<U>, JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- COOL - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- CooldownChange - Class in net.frozenblock.lib.item.api
- CooldownChange() - Constructor for class net.frozenblock.lib.item.api.CooldownChange
- CooldownChangePacket - Record Class in net.frozenblock.lib.item.impl.network
- CooldownChangePacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
- CooldownChangePacket(Item, int) - Constructor for record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Creates an instance of a
CooldownChangePacketrecord class. - CooldownInterface - Interface in net.frozenblock.lib.item.impl
- cooldownLeft() - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Returns the value of the
cooldownLeftrecord component. - cooldowns - Variable in class net.frozenblock.lib.item.mixin.ItemCooldownsMixin
- CooldownTickCountPacket - Record Class in net.frozenblock.lib.item.impl.network
- CooldownTickCountPacket(int) - Constructor for record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
-
Creates an instance of a
CooldownTickCountPacketrecord class. - copyInto(T, T) - Static method in record class net.frozenblock.lib.config.api.instance.ConfigModification
- copyInto(T, T, boolean) - Static method in record class net.frozenblock.lib.config.api.instance.ConfigModification
- count() - Method in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
-
Returns the value of the
countrecord component. - create(Schema, String, Function<String, String>) - Static method in class net.frozenblock.lib.datafix.api.FrozenEntityRenameFix
- create(String, VertexFormat, VertexFormat.Mode, int, boolean, boolean, RenderType.CompositeState) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- create(String, File) - Static method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- create(TypedEntryType<T>, T) - Static method in interface net.frozenblock.lib.config.api.entry.TypedEntry
- create(Registry<V>) - Static method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryMonitor
-
Creates a new
RegistryMonitorto monitor the specifiedRegistry. - create(BootstrapContext<Biome>) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Builds this biome.
- create(FriendlyByteBuf) - Static method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
- create(FriendlyByteBuf) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- create(FriendlyByteBuf) - Static method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- create(FriendlyByteBuf) - Static method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
- create(FriendlyByteBuf) - Static method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
- createAbsolute(GameTestHelper, BlockPos) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its absolute value. - createAbsolute(GameTestHelper, Block, BlockPos) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its absolute value. - createAbsolute(GameTestHelper, Block, Vec3) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its absolute value. - createAbsolute(GameTestHelper, Vec3) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its absolute value. - createBadge(String, int, int, String) - Static method in class net.frozenblock.lib.modmenu.api.FrozenModMenuEntrypoint
- createBaseSchema() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- createBaseSchema() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- createBaseSchema() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- createBoolean(boolean) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- createBoolean(boolean) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- createCategory(ResourceLocation, int, boolean, boolean, int) - Static method in interface net.frozenblock.lib.mobcategory.api.entrypoint.FrozenMobCategoryEntrypoint
- createCategory(ResourceLocation, BlockState, BlockState, BlockState, int, int) - Static method in interface net.frozenblock.lib.worldgen.vein.api.entrypoint.FrozenVeinTypeEntrypoint
- createCheckedNoise(long) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- createCodec(Codec<E>) - Static method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol.ModProtocolContainer
- createData() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- createData() - Method in class net.frozenblock.lib.wind.api.WindManager
- createDisablePacket(UUID) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- createEnvironmentEvent(Class<? super T>, Function<T[], T>) - Static method in class net.frozenblock.lib.event.api.FrozenEvents
-
Creates an environment event with the specified event type and invoker factory.
- createEnvironmentEvent(Class<T>, T, Function<T[], T>) - Static method in class net.frozenblock.lib.event.api.FrozenEvents
-
Creates an environment event with the specified event type, empty invoker, and invoker factory.
- createFadingDistanceSound(Level, Vec3, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createFlybySound(Level, Entity, Holder<SoundEvent>, SoundSource, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createIntrusiveHolder(T) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- createJankson(Jankson.Builder, String) - Static method in class net.frozenblock.lib.config.api.instance.ConfigSerialization
- createJankson(String) - Static method in class net.frozenblock.lib.config.api.instance.ConfigSerialization
- createJankson(String, DataFixer) - Static method in class net.frozenblock.lib.config.api.instance.ConfigSerialization
- createKey(String, String) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- createKey(String, String) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- createLegacyThreadSafeNoise(long) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- createList(Stream<JsonElement>) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- createList(Stream<JsonValue>) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- createLocalNoise(long) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- createLocalPlayerSound(ServerPlayer, Holder<SoundEvent>, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createLocalSound(Level, double, double, double, Holder<SoundEvent>, SoundSource, float, float, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createLocalSound(Level, BlockPos, Holder<SoundEvent>, SoundSource, float, float, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMap(Stream<Pair<JsonElement, JsonElement>>) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- createMap(Stream<Pair<JsonValue, JsonValue>>) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- createMovingRestrictionFadingDistanceSound(ServerPlayer, Entity, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMovingRestrictionLoopingFadingDistanceSound(ServerPlayer, Entity, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMovingRestrictionLoopingFadingDistanceSound(Level, Entity, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean, float, float) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMovingRestrictionLoopingSound(ServerPlayer, Entity, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMovingRestrictionLoopingSound(Level, Entity, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createMovingRestrictionSound(Level, Entity, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createNCone(int) - Static method in class net.frozenblock.lib.stencil.api.StencilRenderer
- createNSphere(int) - Static method in class net.frozenblock.lib.stencil.api.StencilRenderer
- createNumeric(Number) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- createNumeric(Number) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- createPacket(UUID, Cape) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- createPacket(UUID, ResourceLocation) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class net.frozenblock.lib.particle.impl.DebugPosParticle.Provider
- createRegistrationLookup() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- createRelative(GameTestHelper, BlockPos) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its relative value. - createRelative(GameTestHelper, Block, BlockPos) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its relative value. - createRelative(GameTestHelper, Block, Vec3) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its relative value. - createRelative(GameTestHelper, Vec3) - Static method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates a new
TrackedPositionwith the given position as its relative value. - createRequest(String, String) - Static method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- createStartingMovingRestrictionLoopingSound(ServerPlayer, Entity, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createStartingMovingRestrictionLoopingSound(Level, Entity, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Static method in class net.frozenblock.lib.sound.api.FrozenSoundPackets
- createString(String) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- createString(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- createSubCategory(ConfigEntryBuilder, ConfigCategory, Component, boolean, Component, AbstractConfigListEntry...) - Static method in class net.frozenblock.lib.config.clothconfig.FrozenClothConfig
-
Creates a subcategory in the parent config category with the specified key and adds entries to it.
- createSyncPacket() - Method in class net.frozenblock.lib.wind.api.WindManager
- createWindNodes(Level, Vec3, double, boolean) - Static method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- CreateWorldScreenMixin - Class in org.quiltmc.qsl.frozenblock.resource.loader.mixin.client
-
Modified to work on Fabric
- CreateWorldScreenMixin() - Constructor for class org.quiltmc.qsl.frozenblock.resource.loader.mixin.client.CreateWorldScreenMixin
- createWriter(File) - Method in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
- createXoroNoise(long) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- CREEPER_IGNORES - Static variable in class net.frozenblock.lib.tag.api.FrozenEntityTags
- CreeperMixin - Class in net.frozenblock.lib.tag.mixin
- CreeperMixin() - Constructor for class net.frozenblock.lib.tag.mixin.CreeperMixin
- CRIMSON_NYLIUM - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- CubeInvertInterface - Interface in net.frozenblock.lib.entity.impl.client.rendering
- CubeMapMixin - Class in net.frozenblock.lib.menu.mixin
- CubeMapMixin() - Constructor for class net.frozenblock.lib.menu.mixin.CubeMapMixin
- cubicEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
CUBIC EASING - Generated using Poly and assuming c = 3
- cubicEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- cubicEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- CURRENT_VERSION - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- currentVersion() - Method in record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Returns the value of the
currentVersionrecord component. - CURVING_TUNNEL_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- CurvingTunnelFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- CurvingTunnelFeature(Codec<CurvingTunnelFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.CurvingTunnelFeature
- CurvingTunnelFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- CurvingTunnelFeatureConfig(BlockStateProvider, int, double, double, TagKey<Block>) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Creates an instance of a
CurvingTunnelFeatureConfigrecord class. - Custom DataFixerUpper API - Search tag in package org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
- Section
- cutCos(double, double, boolean) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
D
- damage - Variable in class net.frozenblock.lib.item.api.PrickOnUseBlockItem
- damage - Variable in class net.frozenblock.lib.item.api.PrickOnUseItem
- damageType - Variable in class net.frozenblock.lib.item.api.PrickOnUseBlockItem
- damageType - Variable in class net.frozenblock.lib.item.api.PrickOnUseItem
- DATA_VERSION - Static variable in class net.frozenblock.lib.FrozenSharedConstants
- dataFixer - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- dataFixer() - Method in class net.frozenblock.lib.config.api.instance.Config
- dataFixer() - Method in record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Returns the value of the
dataFixerrecord component. - DataFixerConfig() - Constructor for class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig.DataFixerConfig
- DataFixerEntry(DataFixer, int) - Constructor for record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Creates an instance of a
DataFixerEntryrecord class. - DataFixTypesAccessor - Interface in org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin
- DataFixTypesMixin - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin
-
Modified to work on Fabric Original name was NbtHelperMixin
- DataFixTypesMixin() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin.DataFixTypesMixin
- DataPackReloadMarker - Class in net.frozenblock.lib.core.impl
- DataPackReloadMarker() - Constructor for class net.frozenblock.lib.core.impl.DataPackReloadMarker
- dataSupplier() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Returns the value of the
dataSupplierrecord component. - dataVersion - Variable in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixerBuilder
- DEBUG - Static variable in class net.frozenblock.lib.debug.client.impl.DebugScreen
- DEBUG_POS - Static variable in class net.frozenblock.lib.particle.api.FrozenParticleTypes
- DEBUG_RENDERER_HOLDERS - Static variable in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- DEBUG_RENDERERS_CREATED - Static variable in class net.frozenblock.lib.debug.client.api.DebugRendererEvents
-
An event that triggers upon Minecraft's debug renderers being created.
- DebugInfoSenderMixin - Class in net.frozenblock.lib.debug.mixin
- DebugInfoSenderMixin() - Constructor for class net.frozenblock.lib.debug.mixin.DebugInfoSenderMixin
- DebugPosParticle - Class in net.frozenblock.lib.particle.impl
- DebugPosParticle.Provider - Class in net.frozenblock.lib.particle.impl
- DebugRendererEvents - Class in net.frozenblock.lib.debug.client.api
- DebugRendererEvents() - Constructor for class net.frozenblock.lib.debug.client.api.DebugRendererEvents
- DebugRendererEvents.DebugRenderersCreated - Interface in net.frozenblock.lib.debug.client.api
- DebugRendererHolder - Class in net.frozenblock.lib.debug.client.impl
- DebugRendererHolder(DebugRendererHolder.RenderInterface) - Constructor for class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- DebugRendererHolder.RenderInterface - Interface in net.frozenblock.lib.debug.client.impl
- DebugRendererListWidget(Minecraft, int, int, int, int, DebugScreen) - Constructor for class net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget
- DebugRendererMixin - Class in net.frozenblock.lib.debug.mixin.client
- DebugRendererMixin() - Constructor for class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- DebugRenderManager - Class in net.frozenblock.lib.debug.client.impl
- DebugRenderManager() - Constructor for class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- DebugScreen - Class in net.frozenblock.lib.debug.client.impl
- DebugScreen() - Constructor for class net.frozenblock.lib.debug.client.impl.DebugScreen
- DebugScreen.DebugRendererListWidget - Class in net.frozenblock.lib.debug.client.impl
- DebugScreen.DebugRendererListWidget.Entry - Class in net.frozenblock.lib.debug.client.impl
- DecoderExceptionMixin - Class in net.frozenblock.lib.core.mixin
- DecoderExceptionMixin() - Constructor for class net.frozenblock.lib.core.mixin.DecoderExceptionMixin
- DecoratedPotPatternRegistryEntrypoint - Interface in net.frozenblock.lib.item.impl.sherd
- DecoratedPotPatternsMixin - Class in net.frozenblock.lib.item.mixin.sherd
- DecoratedPotPatternsMixin() - Constructor for class net.frozenblock.lib.item.mixin.sherd.DecoratedPotPatternsMixin
- DEEP_OCEAN - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- DEEP_OCEAN_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- DEEPSLATE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- DEFAULT_BLOCK_ENTITY_MODIFIER - Static variable in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- DEFAULT_GRAVITY - Static variable in class net.frozenblock.lib.gravity.api.GravityAPI
- DEFAULT_ID - Static variable in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- DEFAULT_ID - Static variable in class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- DEFAULT_ID - Static variable in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- defaultInstance() - Method in class net.frozenblock.lib.config.api.instance.Config
- defaultPredicate() - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- defaultPredicate() - Static method in class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- defaultPredicate() - Static method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- defaultRequired() - Static method in exception class net.frozenblock.lib.config.api.instance.xjs.NonSerializableObjectException
- DelayedRegistry<T> - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.event
-
Modified to work on Fabric
- Depth - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Depth() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- depths - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- deserializeFromNetwork(FriendlyByteBuf) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info
- deserializeObject(String, Path, Class<T>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- deserializeObject(Path, Class<T>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- despawnDistance() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns the value of the
despawnDistancerecord component. - devTools$remove(Entity.RemovalReason, CallbackInfo) - Method in class net.frozenblock.lib.debug.mixin.EntityMixin
- dimension - Variable in class net.frozenblock.lib.gravity.api.GravityContext
- dimension() - Method in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Returns the value of the
dimensionrecord component. - DIRT - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- disable() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Disables this biome from being automatically injected into worldgen.
- DisableableWidgetInterface - Interface in net.frozenblock.lib.config.clothconfig.impl
-
Used to integrate config syncing with Cloth Config.
- disabledDataFixTypes - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig.DataFixerConfig
- disableQuery - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- disconnectCleanup(Minecraft) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.ClientRegistrySync
- diskBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
diskBlocksrecord component. - displayName() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns the value of the
displayNamerecord component. - distance(double, double, double) - Method in class net.frozenblock.lib.math.api.Point3D
- distance(double, double, double, double, double, double) - Static method in class net.frozenblock.lib.math.api.Point3D
- distance(Point3D) - Method in class net.frozenblock.lib.math.api.Point3D
- distanceDelay() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
distanceDelayrecord component. - distanceSq(double, double, double) - Method in class net.frozenblock.lib.math.api.Point3D
- distanceSq(double, double, double, double, double, double) - Static method in class net.frozenblock.lib.math.api.Point3D
- distanceSq(Point3D) - Method in class net.frozenblock.lib.math.api.Point3D
- DisturbanceResult(double, double, Vec3) - Constructor for record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Creates an instance of a
DisturbanceResultrecord class. - disturbanceSourceType() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns the value of the
disturbanceSourceTyperecord component. - DJS - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Prints unformatted DJS with no whitespace.
- DJS_FORMATTED - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Pretty prints DJS with whitespace.
- Double() - Constructor for class net.frozenblock.lib.math.api.Point3D.Double
- Double(double, double, double) - Constructor for class net.frozenblock.lib.math.api.Point3D.Double
- downAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- downfall() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- DOWNWARDS_COLUMN_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- DownwardsColumnFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- DownwardsColumnFeature(Codec<ColumnFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.DownwardsColumnFeature
- drip(ServerLevel, PointedDripstoneBlock.FluidInfo, BlockPos) - Method in interface net.frozenblock.lib.block.api.dripstone.DripstoneDripLavaFrom.InjectedOnDrip
- drip(ServerLevel, PointedDripstoneBlock.FluidInfo, BlockPos) - Method in interface net.frozenblock.lib.block.api.dripstone.DripstoneDripWaterFrom.InjectedOnDrip
- DRIPSTONE_CAN_DRIP_ON - Static variable in class net.frozenblock.lib.tag.api.FrozenBlockTags
- DripstoneDripLavaFrom - Class in net.frozenblock.lib.block.api.dripstone
- DripstoneDripLavaFrom() - Constructor for class net.frozenblock.lib.block.api.dripstone.DripstoneDripLavaFrom
- DripstoneDripLavaFrom.InjectedOnDrip - Interface in net.frozenblock.lib.block.api.dripstone
- DripstoneDripWaterFrom - Class in net.frozenblock.lib.block.api.dripstone
- DripstoneDripWaterFrom() - Constructor for class net.frozenblock.lib.block.api.dripstone.DripstoneDripWaterFrom
- DripstoneDripWaterFrom.InjectedOnDrip - Interface in net.frozenblock.lib.block.api.dripstone
- DripstoneUtils - Class in net.frozenblock.lib.block.api.dripstone
- DripstoneUtils() - Constructor for class net.frozenblock.lib.block.api.dripstone.DripstoneUtils
- DRY - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- DUMMY_LOGIC - Static variable in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- DUMMY_RESULT - Static variable in class net.frozenblock.lib.wind.api.WindDisturbance
- duration - Variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- duration - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- duration - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- duration() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
durationrecord component. - duration() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
durationrecord component. - DURATION - Static variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- durationFalloffStart - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- DYNAMIC_REGISTRY_LOADED - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents
-
This event gets triggered when a new
RegistryAccessgets created, after it has been filled with the registry entries specified by data packs. - DYNAMIC_REGISTRY_SETUP - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents
-
This event gets triggered when a new
RegistryAccessgets created, but before it gets filled. - DynamicEntryListWidgetEntryMixin - Class in net.frozenblock.lib.config.clothconfig.mixin.client
- DynamicEntryListWidgetEntryMixin() - Constructor for class net.frozenblock.lib.config.clothconfig.mixin.client.DynamicEntryListWidgetEntryMixin
- dynamicLightColor() - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- dynamicLightStencil() - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- DynamicRegistryManagerSetupContext - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
Represents the
RegistryAccesssetup context provided in theRegistryEvents.DYNAMIC_REGISTRY_SETUPevent. - DynamicRegistryManagerSetupContext.RegistryMap - Record Class in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
Represents a map of known registries.
- DynamicRegistryManagerSetupContextImpl - Class in org.quiltmc.qsl.frozenblock.core.registry.impl
-
Represents the context implementation for the
RegistryEvents.DYNAMIC_REGISTRY_SETUPevent. - DynamicRegistryManagerSetupContextImpl(Stream<WritableRegistry<?>>) - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.DynamicRegistryManagerSetupContextImpl
E
- eastAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- EasyNoiseSampler - Class in net.frozenblock.lib.math.api
-
Adds easy-to-use noise sampling and random number generators
- EasyNoiseSampler() - Constructor for class net.frozenblock.lib.math.api.EasyNoiseSampler
- elasticEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- elasticEaseIn(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
ELASTIC EASING - Generated by Cosine and a variable "c" of the curves intensity
- elasticEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- elasticEaseInOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- elasticEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- elasticEaseOut(Point2D, Point2D, double, int) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- element - Variable in class net.frozenblock.lib.worldgen.structure.mixin.PoolElementStructurePieceMixin
- ElytraLayerMixin - Class in net.frozenblock.lib.cape.mixin.client
- ElytraLayerMixin() - Constructor for class net.frozenblock.lib.cape.mixin.client.ElytraLayerMixin
- empty() - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- empty() - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- EmptyModIntegration - Class in net.frozenblock.lib.integration.impl
-
An empty mod integration used if a mod is not loaded
- EmptyModIntegration(String) - Constructor for class net.frozenblock.lib.integration.impl.EmptyModIntegration
- EmptySchema - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
Represents an empty
Schema, having no parent and containing no type definitions. - EmptySchema(int) - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.EmptySchema
-
Constructs an empty schema.
- enabled - Variable in class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- enabled - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- End() - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
-
Creates an instance of a
Endrecord class. - End() - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
-
Creates an instance of a
Endrecord class. - End(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
- End(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
- END_DATA_PACK_RELOAD - Static variable in class org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents
-
An event indicating the end of the reloading of data packs on a Minecraft server.
- END_REGISTRY_FREEZE - Static variable in class net.frozenblock.lib.event.api.RegistryFreezeEvents
-
An event indicating the end of a
Registry's freeze. - endFade() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns the value of the
endFaderecord component. - endFadeDist() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns the value of the
endFadeDistrecord component. - ENDSTONE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- endTime() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Returns the value of the
endTimerecord component. - entity - Variable in class net.frozenblock.lib.gravity.api.GravityContext
- entity - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- entity - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- entity - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- entity - Variable in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- entity - Variable in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- ENTITY - Enum constant in enum class net.frozenblock.lib.wind.api.WindDisturbanceLogic.SourceType
- ENTITY_COOLDOWNS - Static variable in class net.frozenblock.lib.sound.api.FlyBySoundHub
-
Cooldowns for playing a sound from the same entity.
- ENTITY_TEXTURE_OVERRIDE - Static variable in class net.frozenblock.lib.registry.api.client.FrozenClientRegistry
- ENTITY_TRANSLUCENT_EMISSIVE_ALWAYS_RENDER - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- ENTITY_TRANSLUCENT_EMISSIVE_ALWAYS_RENDER_CULL - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- ENTITY_TRANSLUCENT_EMISSIVE_CULL - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- ENTITY_TRANSLUCENT_EMISSIVE_FIXED - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- ENTITY_TRANSLUCENT_EMISSIVE_FIXED_CULL - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- EntityGravityInterface - Interface in net.frozenblock.lib.gravity.impl
- entityId() - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns the value of the
entityIdrecord component. - entityId() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
-
Returns the value of the
entityIdrecord component. - EntityLoopingFadingDistanceSoundInterface - Interface in net.frozenblock.lib.sound.impl
- EntityLoopingSoundInterface - Interface in net.frozenblock.lib.sound.impl
- EntityLootHelper - Class in net.frozenblock.lib.datagen.api
- EntityLootHelper() - Constructor for class net.frozenblock.lib.datagen.api.EntityLootHelper
- EntityMixin - Class in net.frozenblock.lib.debug.mixin
- EntityMixin - Class in net.frozenblock.lib.entity.mixin
- EntityMixin - Class in net.frozenblock.lib.gravity.mixin
- EntityMixin - Class in net.frozenblock.lib.screenshake.mixin
- EntityMixin - Class in net.frozenblock.lib.sound.mixin
- EntityMixin - Class in net.frozenblock.lib.spotting_icons.mixin
- EntityMixin - Class in net.frozenblock.lib.wind.mixin.client
- EntityMixin - Class in net.frozenblock.lib.wind.mixin
- EntityMixin() - Constructor for class net.frozenblock.lib.debug.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.entity.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.screenshake.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.sound.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.wind.mixin.client.EntityMixin
- EntityMixin() - Constructor for class net.frozenblock.lib.wind.mixin.EntityMixin
- entityRenderDispatcher - Variable in class net.frozenblock.lib.spotting_icons.mixin.client.EntityRendererMixin
- EntityRenderDispatcherMixin - Class in net.frozenblock.lib.spotting_icons.mixin.client
- EntityRenderDispatcherMixin() - Constructor for class net.frozenblock.lib.spotting_icons.mixin.client.EntityRenderDispatcherMixin
- EntityRenderDispatcherWithIcon - Interface in net.frozenblock.lib.spotting_icons.impl
- EntityRendererMixin<T> - Class in net.frozenblock.lib.spotting_icons.mixin.client
- EntityRendererMixin() - Constructor for class net.frozenblock.lib.spotting_icons.mixin.client.EntityRendererMixin
- EntityRendererWithIcon - Interface in net.frozenblock.lib.spotting_icons.impl
- EntityScreenShake(float, int, int, float, int) - Constructor for class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- EntityScreenShakeInterface - Interface in net.frozenblock.lib.screenshake.impl
- EntityScreenShakeManager - Class in net.frozenblock.lib.screenshake.impl
- EntityScreenShakeManager(Entity) - Constructor for class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- EntityScreenShakeManager.EntityScreenShake - Class in net.frozenblock.lib.screenshake.impl
- EntityScreenShakePacket - Record Class in net.frozenblock.lib.screenshake.impl.network
- EntityScreenShakePacket(int, float, int, int, float, int) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Creates an instance of a
EntityScreenShakePacketrecord class. - EntityScreenShakePacket(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
- EntitySpottingIconInterface - Interface in net.frozenblock.lib.spotting_icons.impl
- EntityStepOnBlockInterface - Interface in net.frozenblock.lib.entity.impl
- EntityTextureOverride<T> - Record Class in net.frozenblock.lib.entity.api.rendering
-
Used to override an entity's texture if a condition is met.
- EntityTextureOverride(EntityType<T>, ResourceLocation, EntityTextureOverride.Condition<T>) - Constructor for record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Creates an instance of a
EntityTextureOverriderecord class. - EntityTextureOverride.Condition<T> - Interface in net.frozenblock.lib.entity.api.rendering
- entityTranslucentEmissiveAlwaysRender(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- entityTranslucentEmissiveAlwaysRenderCull(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- entityTranslucentEmissiveCull(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- entityTranslucentEmissiveFixed(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- entityTranslucentEmissiveFixedCull(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- entityTranslucentEmissiveFixedNoOutline(ResourceLocation) - Static method in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- EntityUtils - Class in net.frozenblock.lib.entity.api
- EntityUtils() - Constructor for class net.frozenblock.lib.entity.api.EntityUtils
- entries() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Returns the value of the
entriesrecord component. - Entry(Component, DebugRendererHolder, DebugScreen) - Constructor for class net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget.Entry
- entrypoint() - Method in enum class net.frozenblock.lib.event.impl.EventType
-
Returns the entrypoint string for the event type.
- entrySet() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- EntrySyncData - Annotation Interface in net.frozenblock.lib.config.api.sync.annotation
-
Provides the attributes of a syncable config entry.
- equals(Object) - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.config.api.instance.ConfigModification
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- equals(Object) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- equals(Object) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.Stub
- equals(Object) - Method in record class net.frozenblock.lib.config.api.sync.network.ConfigSyncData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.frozenblock.lib.math.api.Point3D
- equals(Object) - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- equals(Object) - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- equals(Object) - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Indicates whether some other object is "equal to" this one.
- Erosion - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Erosion() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_0 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_1 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_2 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_3 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_4 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_5 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_6 - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- EROSION_INDEX_1_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- EROSION_INDEX_2_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- EROSIONS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- errorFooter() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Returns the value of the
errorFooterrecord component. - errorHeader() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Returns the value of the
errorHeaderrecord component. - ErrorStyle(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
- ErrorStyle(Component, Component, boolean) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Creates an instance of a
ErrorStylerecord class. - errorStyleFooter - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- errorStyleHeader - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- EVENT - Static variable in interface net.frozenblock.lib.config.api.registry.ConfigLoadEvent.Client
- EVENT - Static variable in interface net.frozenblock.lib.config.api.registry.ConfigLoadEvent
- EVENT - Static variable in interface net.frozenblock.lib.config.api.registry.ConfigSaveEvent.Client
- EVENT - Static variable in interface net.frozenblock.lib.config.api.registry.ConfigSaveEvent
- EVENT - Static variable in interface net.frozenblock.lib.entrypoint.api.FrozenClientEntrypoint
- EVENT - Static variable in interface net.frozenblock.lib.entrypoint.api.FrozenMainEntrypoint
- EventType - Enum Class in net.frozenblock.lib.event.impl
-
Enum class representing the different environments for events to take place on
- excludedBiomes() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
excludedBiomesrecord component. - expoEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
EXPONENTIAL EASING - Generated by 2^x
- expoEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- expoEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- ExtendedConnection - Interface in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server
- EXTENSION - Static variable in class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- EXTENSION_PROVIDERS - Static variable in class net.frozenblock.lib.wind.api.WindManager
- extensionID() - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
- EXTENSIONS - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- extract(T, long, TransactionContext) - Method in class net.frozenblock.lib.storage.api.NoInteractionStorage
F
- FaceBlock - Class in net.frozenblock.lib.block.api
-
A
MultifaceBlock, but only one face is permitted. - FaceBlock(BlockBehaviour.Properties) - Constructor for class net.frozenblock.lib.block.api.FaceBlock
- FaceClusterBlock - Class in net.frozenblock.lib.block.api
-
A
MultifaceClusterBlock, but only one face is permitted. - FaceClusterBlock(int, int, BlockBehaviour.Properties) - Constructor for class net.frozenblock.lib.block.api.FaceClusterBlock
- FACES_CONE - Static variable in class net.frozenblock.lib.stencil.api.StencilRenderer
- FACES_SPHERE - Static variable in class net.frozenblock.lib.stencil.api.StencilRenderer
- factorial(int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- fadeDist - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- fadeDist() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
fadeDistrecord component. - fadeDist() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
fadeDistrecord component. - fadeStartDistancePercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
fadeStartDistancePercentrecord component. - fadeStartDistancePercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
fadeStartDistancePercentrecord component. - fadeStartDistancePercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
fadeStartDistancePercentrecord component. - fadeStartDistancePercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
fadeStartDistancePercentrecord component. - FADING_DISK_CARPET_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FADING_DISK_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FADING_DISK_TAG_EXCEPT_IN_BIOME_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FADING_DISK_TAG_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FADING_DISK_TAG_SCHEDULE_TICK_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FADING_DISK_WITH_PILE_TAG_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FadingDiskCarpetFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskCarpetFeature(Codec<FadingDiskCarpetFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskCarpetFeature
- FadingDiskCarpetFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- FadingDiskCarpetFeatureConfig(boolean, BlockStateProvider, BlockStateProvider, IntProvider, float, float, float, float, Heightmap.Types) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Creates an instance of a
FadingDiskCarpetFeatureConfigrecord class. - FadingDiskFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskFeature(Codec<FadingDiskFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskFeature
- FadingDiskFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- FadingDiskFeatureConfig(boolean, BlockStateProvider, BlockStateProvider, IntProvider, float, float, float, float, HolderSet<Block>, HolderSet<Block>, Heightmap.Types) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Creates an instance of a
FadingDiskFeatureConfigrecord class. - FadingDiskTagBiomeFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- FadingDiskTagBiomeFeatureConfig(boolean, BlockStateProvider, BlockStateProvider, IntProvider, float, float, float, float, TagKey<Block>, TagKey<Block>, Heightmap.Types, TagKey<Biome>) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Creates an instance of a
FadingDiskTagBiomeFeatureConfigrecord class. - FadingDiskTagExceptInBiomeFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskTagExceptInBiomeFeature(Codec<FadingDiskTagBiomeFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagExceptInBiomeFeature
- FadingDiskTagFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskTagFeature(Codec<FadingDiskTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagFeature
- FadingDiskTagFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- FadingDiskTagFeatureConfig(boolean, BlockStateProvider, BlockStateProvider, IntProvider, float, float, float, float, TagKey<Block>, TagKey<Block>, Heightmap.Types) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Creates an instance of a
FadingDiskTagFeatureConfigrecord class. - FadingDiskTagScheduleTickFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskTagScheduleTickFeature(Codec<FadingDiskTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagScheduleTickFeature
- FadingDiskWithPileTagFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- FadingDiskWithPileTagFeature(Codec<FadingDiskTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskWithPileTagFeature
- FadingDistanceSoundLoopNBT(ResourceLocation, ResourceLocation, String, float, float, ResourceLocation, boolean, float, float) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- FadingDistanceSoundLoopNBT(ResourceLocation, ResourceLocation, SoundSource, float, float, ResourceLocation, boolean, float, float) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- FadingDistanceSwitchingSound - Class in net.frozenblock.lib.sound.api.instances.distance_based
- FadingDistanceSwitchingSound(SoundEvent, SoundSource, float, float, double, double, float, boolean, Vec3) - Constructor for class net.frozenblock.lib.sound.api.instances.distance_based.FadingDistanceSwitchingSound
- FadingDistanceSwitchingSoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- FadingDistanceSwitchingSoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
- FadingDistanceSwitchingSoundPacket(Vec3, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, float, float) - Constructor for record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Creates an instance of a
FadingDistanceSwitchingSoundPacketrecord class. - fallDistance - Variable in class net.frozenblock.lib.gravity.mixin.EntityMixin
- falloffStart() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
falloffStartrecord component. - falloffStart() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
falloffStartrecord component. - FAPI_PROTOCOL - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- FAR_INLAND - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- FAR_INLAND_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- FAR_INLAND_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- farSound() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
farSoundrecord component. - farSound() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
farSoundrecord component. - FeatureFlagBuilderMixin - Class in net.frozenblock.lib.feature_flag.mixin
- FeatureFlagBuilderMixin() - Constructor for class net.frozenblock.lib.feature_flag.mixin.FeatureFlagBuilderMixin
- FeatureFlagsMixin - Class in net.frozenblock.lib.feature_flag.mixin
- FeatureFlagsMixin() - Constructor for class net.frozenblock.lib.feature_flag.mixin.FeatureFlagsMixin
- features() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
-
Returns the value of the
featuresrecord component. - FEATURES - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
-
Can be used for setting all bootstrap contexts on 1.19.3
- FEATURES - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
-
Can be used for setting all bootstrap contexts on 1.19.3
- FILE_TRANSFER_CLIENT - Static variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- FILE_TRANSFER_SERVER - Static variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- fileName() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns the value of the
fileNamerecord component. - fileTransferClient - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- FileTransferPacket - Record Class in net.frozenblock.lib.image_transfer
- FileTransferPacket(String, String, boolean, byte[]) - Constructor for record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Creates an instance of a
FileTransferPacketrecord class. - fileTransferServer - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- fillColor - Variable in class net.frozenblock.lib.modmenu.impl.FrozenModMenuBadge
- filler() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
fillerrecord component. - filter(Predicate<RegistryEntryContext<V>>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryMonitor
-
A builder-like method to append a filter to the current registry monitor, for determining what entries to invoke registered callbacks for.
- filter(Predicate<RegistryEntryContext<V>>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.RegistryMonitorImpl
- filter(JsonObject, Collection<JsonPath>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Filters values from the given JSON object according to a list of expected paths.
- filter(JsonObject, Collection<JsonPath>, boolean) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Filters values from the given JSON object according to a list of expected paths.
- findNearestBlock() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
-
Searches and sets new destination block and returns true if a suitable block (specified in
MoveToBlockBehavior.isValidTarget(LevelReader, BlockPos)) can be found. - finish() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- finishUsingItem(ItemStack, Level, LivingEntity) - Method in class net.frozenblock.lib.item.api.PrickOnUseBlockItem
- finishUsingItem(ItemStack, Level, LivingEntity) - Method in class net.frozenblock.lib.item.api.PrickOnUseItem
- FirstSchema - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
Represents a
Schemathat has no parent. - FirstSchema(int) - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.FirstSchema
-
Creates a schema.
- firstTick - Variable in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- firstTickTest(T) - Method in interface net.frozenblock.lib.sound.api.predicate.SoundPredicate.LoopPredicate
- FIVE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- FIVE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- fixEntity(String) - Method in class net.frozenblock.lib.datafix.api.FrozenEntityRenameFix
- flat(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- flat2(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- Float() - Constructor for class net.frozenblock.lib.math.api.Point3D.Float
- Float(float, float, float) - Constructor for class net.frozenblock.lib.math.api.Point3D.Float
- FLOOR - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- FLYBY_ENTITIES_AND_SOUNDS - Static variable in class net.frozenblock.lib.sound.api.FlyBySoundHub
-
The currently playing flyby sounds.
- FlyBySound(float, float, SoundSource, SoundEvent) - Constructor for record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Creates an instance of a
FlyBySoundrecord class. - FlyBySoundHub - Class in net.frozenblock.lib.sound.api
- FlyBySoundHub() - Constructor for class net.frozenblock.lib.sound.api.FlyBySoundHub
- FlyBySoundHub.FlyBySound - Record Class in net.frozenblock.lib.sound.api
- FlyBySoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- FlyBySoundPacket(int, Holder<SoundEvent>, SoundSource, float, float) - Constructor for record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Creates an instance of a
FlyBySoundPacketrecord class. - FlyBySoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- fogColor() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- foliageColorOverride() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- forAll(RegistryEvents.EntryAdded<V>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryMonitor
-
Registers the specified callback to be invoked for every entry ever to be registered in the monitor's registry.
- forAll(RegistryEvents.EntryAdded<V>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.RegistryMonitorImpl
- ForcedCooldownPacket - Record Class in net.frozenblock.lib.item.impl.network
- ForcedCooldownPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
- ForcedCooldownPacket(Item, int, int) - Constructor for record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Creates an instance of a
ForcedCooldownPacketrecord class. - forceDisable - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- formattedName() - Method in class net.frozenblock.lib.config.api.instance.Config
- forUpcoming(RegistryEvents.EntryAdded<V>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryMonitor
-
Registers the specified callback to be invoked for all future entries to registered in the monitor's registry.
- forUpcoming(RegistryEvents.EntryAdded<V>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.RegistryMonitorImpl
- foundInOverworld() - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the Overworld, assuming Vanilla's default biome source is used.
- foundInOverworldExcept(TagKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the Overworld, assuming Vanilla's default biome source is used, except for biomes in the specified tag.
- foundInTheEnd() - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the End, assuming Vanilla's default End biome source is used.
- foundInTheEndExcept(TagKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the End, assuming Vanilla's default End biome source is used, except for biomes in the specified tag.
- foundInTheNether() - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the Nether, assuming Vanilla's default multi noise biome source with the nether preset is used.
- foundInTheNetherExcept(TagKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.modifications.FrozenBiomeSelectors
-
Returns a biome selector that will match all biomes that would normally spawn in the Nether, assuming Vanilla's default multi noise biome source with the nether preset is used, except for biomes in the specified tag.
- FOUR - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- FOUR - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- freeze() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- freeze() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- freeze() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- freeze() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- from(ServerConfigurationPacketListenerImpl) - Static method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ExtendedConnection
- fromJsonValue(String, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsTypedEntrySerializer
- FROZEN_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- FrozenBehavior - Interface in net.frozenblock.lib.entity.impl.behavior
- FrozenBehaviorUtils - Class in net.frozenblock.lib.entity.behavior.api
- FrozenBehaviorUtils() - Constructor for class net.frozenblock.lib.entity.behavior.api.FrozenBehaviorUtils
- FrozenBiome - Class in net.frozenblock.lib.worldgen.biome.api
- FrozenBiome() - Constructor for class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- FrozenBiomeParameters - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- FrozenBiomeParameters() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- FrozenBiomeParameters.BiomeRunnable - Interface in net.frozenblock.lib.worldgen.biome.api.parameters
- FrozenBiomeSelectors - Class in net.frozenblock.lib.worldgen.biome.api.modifications
-
Provides several biome selectors with additional functionality.
- FrozenBiomeSourceAccess - Interface in net.frozenblock.lib.worldgen.biome.api
- FrozenBiomeTagProvider - Class in net.frozenblock.lib.datagen.api
- FrozenBiomeTagProvider(FabricDataOutput, CompletableFuture) - Constructor for class net.frozenblock.lib.datagen.api.FrozenBiomeTagProvider
- FrozenBiomeTags - Class in net.frozenblock.lib.tag.api
- FrozenBiomeTags() - Constructor for class net.frozenblock.lib.tag.api.FrozenBiomeTags
- FrozenBlockTags - Class in net.frozenblock.lib.tag.api
- FrozenBlockTags() - Constructor for class net.frozenblock.lib.tag.api.FrozenBlockTags
- FrozenBools - Class in net.frozenblock.lib
- FrozenBools() - Constructor for class net.frozenblock.lib.FrozenBools
- FrozenByteBufCodecs - Class in net.frozenblock.lib.networking
- FrozenByteBufCodecs() - Constructor for class net.frozenblock.lib.networking.FrozenByteBufCodecs
- FrozenCeilingHangingSignBlock - Class in net.frozenblock.lib.block.api
- FrozenCeilingHangingSignBlock(BlockBehaviour.Properties, WoodType, ResourceKey<LootTable>) - Constructor for class net.frozenblock.lib.block.api.FrozenCeilingHangingSignBlock
- FrozenClient - Class in net.frozenblock.lib
- FrozenClient() - Constructor for class net.frozenblock.lib.FrozenClient
- FrozenClientEntrypoint - Interface in net.frozenblock.lib.entrypoint.api
- FrozenClientNetworking - Class in net.frozenblock.lib.networking
- FrozenClientNetworking() - Constructor for class net.frozenblock.lib.networking.FrozenClientNetworking
- FrozenClientRegistry - Class in net.frozenblock.lib.registry.api.client
- FrozenClientRegistry() - Constructor for class net.frozenblock.lib.registry.api.client.FrozenClientRegistry
- FrozenClothConfig - Class in net.frozenblock.lib.config.clothconfig
- FrozenConfiguredFeature<FC,
C> - Class in net.frozenblock.lib.worldgen.feature.api - FrozenConfiguredFeature(ResourceLocation) - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- FrozenConfiguredFeatureUtils - Class in net.frozenblock.lib.worldgen.feature.api
- FrozenConfiguredFeatureUtils() - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- FrozenCreativeTabs - Class in net.frozenblock.lib.item.api
-
A class used for adding items to
CreativeModeTabs. - FrozenCreativeTabs() - Constructor for class net.frozenblock.lib.item.api.FrozenCreativeTabs
- FrozenDimensionBoundRuleSource - Record Class in net.frozenblock.lib.worldgen.surface.api
-
Holds both a
ResourceLocationandSurfaceRules.RuleSource. - FrozenDimensionBoundRuleSource(ResourceLocation, SurfaceRules.RuleSource) - Constructor for record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Creates an instance of a
FrozenDimensionBoundRuleSourcerecord class. - FrozenEntityRenameFix - Class in net.frozenblock.lib.datafix.api
-
A
DataFixspecialized for fixing the name of an entity. - FrozenEntityRenameFix(Schema, String) - Constructor for class net.frozenblock.lib.datafix.api.FrozenEntityRenameFix
- FrozenEntityTags - Class in net.frozenblock.lib.tag.api
- FrozenEntityTags() - Constructor for class net.frozenblock.lib.tag.api.FrozenEntityTags
- FrozenEvents - Class in net.frozenblock.lib.event.api
- FrozenEvents() - Constructor for class net.frozenblock.lib.event.api.FrozenEvents
- FrozenFeatureFlags - Class in net.frozenblock.lib.feature_flag.api
- FrozenFeatureFlags() - Constructor for class net.frozenblock.lib.feature_flag.api.FrozenFeatureFlags
- FrozenFeatures - Class in net.frozenblock.lib.worldgen.feature.api
- FrozenFeatures() - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- FrozenFeatureUtils - Class in net.frozenblock.lib.worldgen.feature.api
- FrozenFeatureUtils() - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenFeatureUtils
- FrozenHeightmaps - Class in net.frozenblock.lib.worldgen.heightmap.api
- FrozenHeightmaps() - Constructor for class net.frozenblock.lib.worldgen.heightmap.api.FrozenHeightmaps
- FrozenItemTags - Class in net.frozenblock.lib.tag.api
- FrozenItemTags() - Constructor for class net.frozenblock.lib.tag.api.FrozenItemTags
- frozenLib_quilt$getEntryAddedEvent() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEventStorage
-
Returns the entry added event.
- frozenLib_quilt$getEntryAddedEvent() - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.MappedRegistryMixin
- frozenLib_setModifyBiomeEntries(boolean) - Method in interface net.frozenblock.lib.worldgen.biome.api.FrozenBiomeSourceAccess
- frozenLib_setModifyBiomeEntries(boolean) - Method in class net.frozenblock.lib.worldgen.biome.mixin.MultiNoiseBiomeSourceMixin
- frozenLib_shouldModifyBiomeEntries() - Method in interface net.frozenblock.lib.worldgen.biome.api.FrozenBiomeSourceAccess
- frozenLib_shouldModifyBiomeEntries() - Method in class net.frozenblock.lib.worldgen.biome.mixin.MultiNoiseBiomeSourceMixin
- frozenLib$addAdditionalSaveData(CompoundTag, CallbackInfo) - Method in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- frozenLib$addFadingDistanceSound(ResourceLocation, ResourceLocation, SoundSource, float, float, ResourceLocation, boolean, float, float) - Method in interface net.frozenblock.lib.sound.impl.EntityLoopingFadingDistanceSoundInterface
- frozenLib$addFadingDistanceSound(ResourceLocation, ResourceLocation, SoundSource, float, float, ResourceLocation, boolean, float, float) - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$additionalStartTracking(ServerPlayer, CallbackInfo) - Method in class net.frozenblock.lib.entity.mixin.ServerEntityMixin
- frozenLib$addProcessors(List<StructureProcessor>) - Method in interface net.frozenblock.lib.worldgen.structure.impl.InitialPieceProcessorInjectionInterface
- frozenLib$addProcessors(List<StructureProcessor>) - Method in interface net.frozenblock.lib.worldgen.structure.impl.StructurePoolElementInterface
- frozenLib$addProcessors(List<StructureProcessor>) - Method in interface net.frozenblock.lib.worldgen.structure.impl.StructureTemplateInterface
- frozenLib$addProcessors(List<StructureProcessor>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.ListPoolElementMixin
- frozenLib$addProcessors(List<StructureProcessor>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.PoolElementStructurePieceMixin
- frozenLib$addProcessors(List<StructureProcessor>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.SinglePoolElementMixin
- frozenLib$addProcessors(List<StructureProcessor>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureTemplateMixin
- frozenLib$addProcessors(List<StructureProcessor>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.TemplateStructurePieceMixin
- frozenLib$addRandomPoolAliasTargets(ResourceKey<StructureTemplatePool>, SimpleWeightedRandomList<ResourceKey<StructureTemplatePool>>, CallbackInfo) - Method in class net.frozenblock.lib.worldgen.structure.mixin.RandomMixin
- frozenLib$addScreenShake(float, int, int, float, int) - Method in interface net.frozenblock.lib.screenshake.impl.EntityScreenShakeInterface
- frozenLib$addScreenShake(float, int, int, float, int) - Method in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$addSound(ResourceLocation, SoundSource, float, float, ResourceLocation, boolean) - Method in interface net.frozenblock.lib.sound.impl.EntityLoopingSoundInterface
- frozenLib$addSound(ResourceLocation, SoundSource, float, float, ResourceLocation, boolean) - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$addSplashFiles(List<String>, ResourceManager, ProfilerFiller) - Method in class net.frozenblock.lib.menu.mixin.SplashManagerMixin
- frozenLib$addSyncData(Class<?>, String, Config<?>) - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.DynamicEntryListWidgetEntryMixin
- frozenLib$addSyncData(Class<?>, String, Config<?>) - Method in interface net.frozenblock.lib.config.clothconfig.impl.DisableableWidgetInterface
- frozenLib$addWindDisturbanceClient(CallbackInfo) - Method in class net.frozenblock.lib.wind.mixin.client.EntityMixin
- frozenLib$addWindDisturbanceServer(CallbackInfo) - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$applyGravity(Vec3, double, double, double, Operation<Vec3>, double) - Method in class net.frozenblock.lib.gravity.mixin.EntityMixin
- frozenLib$canRemoveTags() - Method in interface net.frozenblock.lib.item.impl.ItemStackExtension
- frozenLib$canRemoveTags() - Method in class net.frozenblock.lib.item.mixin.ItemStackMixin
- frozenLib$captureAndChangeCapeLocation(ResourceLocation, PoseStack, MultiBufferSource, int, AbstractClientPlayer, LocalRef<ResourceLocation>) - Method in class net.frozenblock.lib.cape.mixin.client.CapeLayerMixin
- frozenLib$captureAndChangeCapeLocation(ResourceLocation, PoseStack, MultiBufferSource, int, LivingEntity, LocalRef<ResourceLocation>) - Method in class net.frozenblock.lib.cape.mixin.client.ElytraLayerMixin
- frozenLib$changeCooldown(Item, int) - Method in interface net.frozenblock.lib.item.impl.CooldownInterface
- frozenLib$changeCooldown(Item, int) - Method in class net.frozenblock.lib.item.mixin.ItemCooldownsMixin
- frozenLib$changeCooldown(Item, int) - Method in class net.frozenblock.lib.item.mixin.ServerItemCooldownsMixin
- frozenLib$changeDimensionLoadCooldowns(DimensionTransition, CallbackInfoReturnable<Entity>) - Method in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- frozenLib$changeDimensionLoadScreenShakes(DimensionTransition, CallbackInfoReturnable<Entity>) - Method in class net.frozenblock.lib.screenshake.mixin.ServerPlayerMixin
- frozenLib$changeDimensionSaveCooldowns(DimensionTransition, CallbackInfoReturnable<Entity>) - Method in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- frozenLib$changeDimensionSaveScreenShakes(DimensionTransition, CallbackInfoReturnable<Entity>) - Method in class net.frozenblock.lib.screenshake.mixin.ServerPlayerMixin
- frozenLib$ensurePanoramaIsMain(ResourceLocation, CallbackInfo) - Method in class net.frozenblock.lib.menu.mixin.CubeMapMixin
- frozenLib$entityScreenShakeManager - Variable in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$generate(StructureStart, RegistryAccess) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureMixin
- frozenLib$getCape() - Method in interface net.frozenblock.lib.cape.client.impl.AbstractClientPlayerCapeInterface
- frozenLib$getCape() - Method in class net.frozenblock.lib.cape.mixin.client.AbstractClientPlayerMixin
- frozenLib$getEffectiveGravity() - Method in interface net.frozenblock.lib.gravity.impl.EntityGravityInterface
- frozenLib$getEffectiveGravity() - Method in class net.frozenblock.lib.gravity.mixin.EntityMixin
- frozenLib$getEntryPermissionType() - Method in interface net.frozenblock.lib.config.clothconfig.impl.DisableableWidgetInterface
- frozenLib$getEntryPermissionType() - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.DynamicEntryListWidgetEntryMixin
- frozenLib$getFadingSoundManager() - Method in interface net.frozenblock.lib.sound.impl.EntityLoopingFadingDistanceSoundInterface
- frozenLib$getFadingSoundManager() - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$getGravity() - Method in interface net.frozenblock.lib.gravity.impl.EntityGravityInterface
- frozenLib$getGravity() - Method in class net.frozenblock.lib.gravity.mixin.EntityMixin
- frozenLib$getGravity() - Method in class net.frozenblock.lib.gravity.mixin.ThrowableProjectileMixin
- frozenLib$getLightningTarget(ServerLevel, BlockPos, Operation<Boolean>) - Method in class net.frozenblock.lib.weather.mixin.LightningOverrideMixin
- frozenLib$getModProtocol() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol.ModProtocolContainer
- frozenLib$getModProtocol() - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.client.ServerDataMixin
- frozenLib$getModProtocol() - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.ServerStatusVersionMixin
- frozenLib$getModProtocol(String) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ExtendedConnection
- frozenLib$getModProtocol(String) - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.ConnectionMixin
- frozenLib$getQuiltSyncTask() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.SyncTaskHolder
- frozenLib$getScreenShakeManager() - Method in interface net.frozenblock.lib.screenshake.impl.EntityScreenShakeInterface
- frozenLib$getScreenShakeManager() - Method in interface net.frozenblock.lib.screenshake.impl.ScreenShakeManagerInterface
- frozenLib$getScreenShakeManager() - Method in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$getScreenShakeManager() - Method in class net.frozenblock.lib.screenshake.mixin.ServerLevelMixin
- frozenLib$getSoundManager() - Method in interface net.frozenblock.lib.sound.impl.EntityLoopingSoundInterface
- frozenLib$getSoundManager() - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$getTooltip(Optional<Component[]>) - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.TooltipListEntryMixin
- frozenLib$getWindAreaYOffset() - Method in interface net.frozenblock.lib.wind.api.WindDisturbingEntity
- frozenLib$getWindAreaYOffset() - Method in class net.frozenblock.lib.wind.mixin.BreezeMixin
- frozenLib$getWindAreaYOffset() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$getWindDisturbanceLogicID() - Method in interface net.frozenblock.lib.wind.api.WindDisturbingEntity
- frozenLib$getWindDisturbanceLogicID() - Method in class net.frozenblock.lib.wind.mixin.AbstractWindChargeMixin
- frozenLib$getWindDisturbanceLogicID() - Method in class net.frozenblock.lib.wind.mixin.BreezeMixin
- frozenLib$getWindDisturbanceLogicID() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$getWindHeight() - Method in interface net.frozenblock.lib.wind.api.WindDisturbingEntity
- frozenLib$getWindHeight() - Method in class net.frozenblock.lib.wind.mixin.AbstractWindChargeMixin
- frozenLib$getWindHeight() - Method in class net.frozenblock.lib.wind.mixin.BreezeMixin
- frozenLib$getWindHeight() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$getWindManager() - Method in interface net.frozenblock.lib.wind.impl.WindManagerInterface
- frozenLib$getWindManager() - Method in class net.frozenblock.lib.wind.mixin.ServerLevelMixin
- frozenLib$getWindWidth() - Method in interface net.frozenblock.lib.wind.api.WindDisturbingEntity
- frozenLib$getWindWidth() - Method in class net.frozenblock.lib.wind.mixin.AbstractWindChargeMixin
- frozenLib$getWindWidth() - Method in class net.frozenblock.lib.wind.mixin.BreezeMixin
- frozenLib$getWindWidth() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$hasValidData() - Method in interface net.frozenblock.lib.config.clothconfig.impl.DisableableWidgetInterface
- frozenLib$hasValidData() - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.DynamicEntryListWidgetEntryMixin
- frozenLib$ignoreTag(LivingEntity, CallbackInfo) - Method in class net.frozenblock.lib.tag.mixin.CreeperMixin
- frozenLib$injectFrozenBiomesToOverworld(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>, CallbackInfo) - Method in class net.frozenblock.lib.worldgen.biome.mixin.OverworldBiomeBuilderMixin
- frozenLib$invertModelPart(ModelPart.Vertex[]) - Method in class net.frozenblock.lib.entity.mixin.client.rendering.ModelPartCubeMixin
- frozenLib$isSyncable() - Method in interface net.frozenblock.lib.config.clothconfig.impl.DisableableWidgetInterface
- frozenLib$isSyncable() - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.DynamicEntryListWidgetEntryMixin
- frozenLib$loadIconManager(CompoundTag, CallbackInfo) - Method in class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- frozenLib$loadLoopingSoundData(CompoundTag, CallbackInfo) - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$loadScreenShakeData(CompoundTag, CallbackInfo) - Method in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$loopingFadingDistanceSoundManager - Variable in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$loopingSoundManager - Variable in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$makeWindDisturbance() - Method in interface net.frozenblock.lib.wind.impl.WindDisturbingEntityImpl
- frozenLib$makeWindDisturbance() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$newLightningCheck(BlockPos) - Method in class net.frozenblock.lib.weather.mixin.LightningOverrideMixin
- frozenLib$onCooldownChanged(Item, int) - Method in interface net.frozenblock.lib.item.impl.CooldownInterface
- frozenLib$onCooldownChanged(Item, int) - Method in class net.frozenblock.lib.item.mixin.ItemCooldownsMixin
- frozenLib$onCooldownChanged(Item, int) - Method in class net.frozenblock.lib.item.mixin.ServerItemCooldownsMixin
- frozenLib$onPlayerJoined(Connection, ServerPlayer, CommonListenerCookie, CallbackInfo) - Method in class net.frozenblock.lib.event.mixin.PlayerListMixin
- frozenLib$onSteppedOnBlock(Level, BlockPos, BlockState) - Method in interface net.frozenblock.lib.entity.impl.EntityStepOnBlockInterface
- frozenLib$onSteppedOnBlock(Level, BlockPos, BlockState) - Method in class net.frozenblock.lib.entity.mixin.EntityMixin
- frozenLib$patch(DataComponentPatch) - Method in interface net.frozenblock.lib.recipe.api.ShapedRecipeBuilderExtension
- frozenLib$patch(DataComponentPatch) - Method in class net.frozenblock.lib.recipe.mixin.ShapedRecipeBuilderMixin
- frozenLib$patch(DataComponentPatch) - Method in class net.frozenblock.lib.recipe.mixin.ShapedRecipeMixin
- frozenLib$place(StructureTemplate) - Method in class net.frozenblock.lib.worldgen.structure.mixin.SinglePoolElementMixin
- frozenLib$placeInChunkA(WorldGenLevel, StructureManager, ChunkGenerator, RandomSource, BoundingBox, ChunkPos, CallbackInfo, LocalRef<List<StructureProcessor>>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureStartMixin
- frozenLib$placeInChunkB(StructurePiece, WorldGenLevel, StructureManager, ChunkGenerator, RandomSource, BoundingBox, ChunkPos, BlockPos, Operation<Void>, LocalRef<List<StructureProcessor>>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureStartMixin
- frozenLib$placeInWorld(ServerLevelAccessor, BlockPos, BlockPos, StructurePlaceSettings, RandomSource, int, CallbackInfoReturnable<Boolean>) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureTemplateMixin
- frozenLib$playerStartsTracking(ServerPlayer) - Method in interface net.frozenblock.lib.entity.impl.FrozenStartTrackingEntityInterface
- frozenLib$playerStartsTracking(ServerPlayer) - Method in class net.frozenblock.lib.entity.mixin.EntityMixin
- frozenLib$readAdditionalSaveData(CompoundTag, CallbackInfo) - Method in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- frozenlib$removeOtherBehaviorsA(boolean, LocalBooleanRef) - Method in class net.frozenblock.lib.item.mixin.shovel.ShovelItemMixin
- frozenlib$removeOtherBehaviorsB(Block, LocalBooleanRef) - Method in class net.frozenblock.lib.item.mixin.shovel.ShovelItemMixin
- frozenLib$removeTags(Level, Entity, int, boolean, CallbackInfo) - Method in class net.frozenblock.lib.item.mixin.ItemStackMixin
- frozenLib$render(Minecraft, float, float, float, CallbackInfo) - Method in class net.frozenblock.lib.menu.mixin.CubeMapMixin
- frozenLib$renderIcon(E, double, double, double, float, float, PoseStack, MultiBufferSource, int) - Method in interface net.frozenblock.lib.spotting_icons.impl.EntityRenderDispatcherWithIcon
- frozenLib$renderIcon(E, double, double, double, float, float, PoseStack, MultiBufferSource, int) - Method in class net.frozenblock.lib.spotting_icons.mixin.client.EntityRenderDispatcherMixin
- frozenLib$renderIcon(T, float, float, PoseStack, MultiBufferSource, int) - Method in interface net.frozenblock.lib.spotting_icons.impl.EntityRendererWithIcon
- frozenLib$renderIcon(T, float, float, PoseStack, MultiBufferSource, int) - Method in class net.frozenblock.lib.spotting_icons.mixin.client.EntityRendererMixin
- frozenLib$renderLevel(DeltaTracker, boolean, Camera, GameRenderer, LightTexture, Matrix4f, Matrix4f, CallbackInfo, float, PoseStack) - Method in class net.frozenblock.lib.spotting_icons.mixin.client.LevelRendererMixin
- frozenLib$renderNewCape(ResourceLocation, LocalRef<ResourceLocation>) - Method in class net.frozenblock.lib.cape.mixin.client.CapeLayerMixin
- frozenLib$renderNewCape(ResourceLocation, LocalRef<ResourceLocation>) - Method in class net.frozenblock.lib.cape.mixin.client.ElytraLayerMixin
- frozenLib$replaceWithNewBlockEntity(BlockEntityRenderDispatcher, BlockEntity, PoseStack, MultiBufferSource, int, int, Operation<Boolean>, LocalRef<Block>) - Method in class net.frozenblock.lib.block.mixin.entity.client.BlockEntityWithoutLevelRendererMixin
- frozenlib$runAxeBehavior(AxeItem, Level, BlockPos, Player, BlockState, Operation<Optional<BlockState>>, UseOnContext) - Method in class net.frozenblock.lib.item.mixin.axe.AxeItemMixin
- frozenlib$runShovelBehavior(UseOnContext, CallbackInfoReturnable<InteractionResult>, Level, BlockPos, BlockState, LocalRef<BlockState>, LocalRef<Direction>, LocalRef<ShovelBehaviors.ShovelBehavior>) - Method in class net.frozenblock.lib.item.mixin.shovel.ShovelItemMixin
- frozenLib$runSteppedOn(MoverType, Vec3, CallbackInfo, BlockPos, BlockState) - Method in class net.frozenblock.lib.entity.mixin.EntityMixin
- frozenLib$save(CallbackInfo) - Method in class net.frozenblock.lib.config.clothconfig.mixin.client.AbstractConfigEntryMixin
- frozenLib$savedItemCooldowns - Variable in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- frozenLib$saveIconManager(CompoundTag, CallbackInfoReturnable<CompoundTag>) - Method in class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- frozenLib$saveLoopingSoundData(CompoundTag, CallbackInfoReturnable<CompoundTag>) - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$saveScreenShakeData(CompoundTag, CallbackInfoReturnable<CompoundTag>) - Method in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$selectBlockEntity(BlockState, Block, Operation<Boolean>, LocalRef<Block>) - Method in class net.frozenblock.lib.block.mixin.entity.client.BlockEntityWithoutLevelRendererMixin
- frozenLib$setCanRemoveTags(boolean) - Method in interface net.frozenblock.lib.item.impl.ItemStackExtension
- frozenLib$setCanRemoveTags(boolean) - Method in class net.frozenblock.lib.item.mixin.ItemStackMixin
- frozenLib$setCape(ResourceLocation) - Method in interface net.frozenblock.lib.cape.client.impl.AbstractClientPlayerCapeInterface
- frozenLib$setCape(ResourceLocation) - Method in class net.frozenblock.lib.cape.mixin.client.AbstractClientPlayerMixin
- frozenLib$setId(ResourceLocation) - Method in interface net.frozenblock.lib.worldgen.structure.impl.StructureStartInterface
- frozenLib$setId(ResourceLocation) - Method in class net.frozenblock.lib.worldgen.structure.mixin.StructureStartMixin
- frozenLib$setInverted(boolean) - Method in interface net.frozenblock.lib.entity.impl.client.rendering.CubeInvertInterface
- frozenLib$setInverted(boolean) - Method in interface net.frozenblock.lib.entity.impl.client.rendering.ModelPartInvertInterface
- frozenLib$setInverted(boolean) - Method in class net.frozenblock.lib.entity.mixin.client.rendering.ModelPartCubeMixin
- frozenLib$setInverted(boolean) - Method in class net.frozenblock.lib.entity.mixin.client.rendering.ModelPartMixin
- frozenLib$setModProtocol(String, int) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ExtendedConnection
- frozenLib$setModProtocol(String, int) - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.ConnectionMixin
- frozenLib$setModProtocol(Map<String, IntList>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol.ModProtocolContainer
- frozenLib$setModProtocol(Map<String, IntList>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.client.ServerDataMixin
- frozenLib$setModProtocol(Map<String, IntList>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.mixin.ServerStatusVersionMixin
- frozenLib$shakeLevel(PoseStack, DeltaTracker, float) - Method in class net.frozenblock.lib.screenshake.mixin.client.GameRendererMixin
- frozenLib$SpottingIconManager - Variable in class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- frozenlib$startShovelBehavior(Direction, Level, BlockPos, BlockState, LocalBooleanRef, LocalRef<Direction>, LocalRef<ShovelBehaviors.ShovelBehavior>) - Method in class net.frozenblock.lib.item.mixin.shovel.ShovelItemMixin
- frozenLib$syncScreenShakes(CallbackInfo) - Method in class net.frozenblock.lib.screenshake.mixin.ServerPlayerMixin
- frozenLib$tickIcon(CallbackInfo) - Method in class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- frozenLib$tickScreenShake(CallbackInfo) - Method in class net.frozenblock.lib.screenshake.mixin.EntityMixin
- frozenLib$tickSounds(CallbackInfo) - Method in class net.frozenblock.lib.sound.mixin.EntityMixin
- frozenLib$updateServerTextureReferenceTime(CallbackInfoReturnable<AbstractTexture>) - Method in class net.frozenblock.lib.image_transfer.mixin.client.TextureManagerMixin
- frozenLib$useSyncPacket() - Method in interface net.frozenblock.lib.wind.api.WindDisturbingEntity
- frozenLib$useSyncPacket() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- frozenLib$writeSurfaceRules(SurfaceRules.RuleSource) - Method in interface net.frozenblock.lib.worldgen.surface.impl.NoiseGeneratorInterface
- frozenLib$writeSurfaceRules(SurfaceRules.RuleSource) - Method in class net.frozenblock.lib.worldgen.surface.mixin.NoiseGeneratorSettingsMixin
- FrozenLibClothConfigMixinPlugin - Class in net.frozenblock.lib.config.clothconfig.mixin.plugin
- FrozenLibClothConfigMixinPlugin() - Constructor for class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- FrozenLibConfig - Class in net.frozenblock.lib.config.frozenlib_config
- FrozenLibConfig() - Constructor for class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- FrozenLibConfig.DataFixerConfig - Class in net.frozenblock.lib.config.frozenlib_config
- FrozenLibConfigGui - Class in net.frozenblock.lib.config.frozenlib_config.gui
- FrozenLibConfigGui() - Constructor for class net.frozenblock.lib.config.frozenlib_config.gui.FrozenLibConfigGui
- FrozenLogUtils - Class in net.frozenblock.lib
- FrozenMain - Class in net.frozenblock.lib
- FrozenMain() - Constructor for class net.frozenblock.lib.FrozenMain
- FrozenMainEntrypoint - Interface in net.frozenblock.lib.entrypoint.api
- FrozenMobCategories - Class in net.frozenblock.lib.mobcategory.api
- FrozenMobCategories() - Constructor for class net.frozenblock.lib.mobcategory.api.FrozenMobCategories
- FrozenMobCategory - Record Class in net.frozenblock.lib.mobcategory.impl
- FrozenMobCategory(ResourceLocation, int, boolean, boolean, int) - Constructor for record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Creates an instance of a
FrozenMobCategoryrecord class. - FrozenMobCategoryEntrypoint - Interface in net.frozenblock.lib.mobcategory.api.entrypoint
- FrozenModInitializer - Class in net.frozenblock.lib.entrypoint.api
-
An edited version of
ModInitializerthat contains extra tools for ease of use. - FrozenModInitializer(String) - Constructor for class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- FrozenModMenuBadge - Class in net.frozenblock.lib.modmenu.impl
- FrozenModMenuBadge(String, int, int, String) - Constructor for class net.frozenblock.lib.modmenu.impl.FrozenModMenuBadge
- FrozenModMenuEntrypoint - Class in net.frozenblock.lib.modmenu.api
- FrozenModMenuEntrypoint() - Constructor for class net.frozenblock.lib.modmenu.api.FrozenModMenuEntrypoint
- FrozenNetworking - Class in net.frozenblock.lib.networking
- FrozenOverworldBiomes - Class in net.frozenblock.lib.worldgen.biome.api
-
API that exposes the internals of Minecraft's overworld biome code.
- FrozenOverworldBiomes() - Constructor for class net.frozenblock.lib.worldgen.biome.api.FrozenOverworldBiomes
- FrozenParticleTypes - Class in net.frozenblock.lib.particle.api
- FrozenParticleTypes() - Constructor for class net.frozenblock.lib.particle.api.FrozenParticleTypes
- FrozenPlacedFeature - Class in net.frozenblock.lib.worldgen.feature.api
- FrozenPlacedFeature(ResourceLocation) - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- FrozenPlacementModifiers - Class in net.frozenblock.lib.worldgen.feature.api.placementmodifier
- FrozenPlacementModifiers() - Constructor for class net.frozenblock.lib.worldgen.feature.api.placementmodifier.FrozenPlacementModifiers
- FrozenPlacementUtils - Class in net.frozenblock.lib.worldgen.feature.api
- FrozenPlacementUtils() - Constructor for class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- FrozenRecipeCodecs - Class in net.frozenblock.lib.recipe.api
- FrozenRecipeCodecs() - Constructor for class net.frozenblock.lib.recipe.api.FrozenRecipeCodecs
- FrozenRecipeProvider - Class in net.frozenblock.lib.recipe.api
- FrozenRegistry - Class in net.frozenblock.lib.registry.api
- FrozenRegistry() - Constructor for class net.frozenblock.lib.registry.api.FrozenRegistry
- FrozenRenderType - Class in net.frozenblock.lib.entity.api.rendering
- FrozenRuleBlockEntityModifiers - Class in net.frozenblock.lib.worldgen.structure.impl
- FrozenRuleBlockEntityModifiers() - Constructor for class net.frozenblock.lib.worldgen.structure.impl.FrozenRuleBlockEntityModifiers
- FrozenServer - Class in net.frozenblock.lib
- FrozenServer() - Constructor for class net.frozenblock.lib.FrozenServer
- FrozenShapes - Class in net.frozenblock.lib.block.api.shape
- FrozenShapes() - Constructor for class net.frozenblock.lib.block.api.shape.FrozenShapes
- FrozenSharedConstants - Class in net.frozenblock.lib
- FrozenSignBlock - Class in net.frozenblock.lib.block.api
- FrozenSignBlock(BlockBehaviour.Properties, WoodType, ResourceKey<LootTable>) - Constructor for class net.frozenblock.lib.block.api.FrozenSignBlock
- FrozenSoundPackets - Class in net.frozenblock.lib.sound.api
- FrozenSoundPackets() - Constructor for class net.frozenblock.lib.sound.api.FrozenSoundPackets
- FrozenSpawnPlacementTypes - Class in net.frozenblock.lib.entity.api.spawnplacement
- FrozenSpawnPlacementTypes() - Constructor for class net.frozenblock.lib.entity.api.spawnplacement.FrozenSpawnPlacementTypes
- FrozenStartTrackingEntityInterface - Interface in net.frozenblock.lib.entity.impl
- FrozenStructureProcessorTypes - Class in net.frozenblock.lib.worldgen.structure.impl
- FrozenStructureProcessorTypes() - Constructor for class net.frozenblock.lib.worldgen.structure.impl.FrozenStructureProcessorTypes
- FrozenSurfaceRules - Class in net.frozenblock.lib.worldgen.surface.api
- FrozenSurfaceRules() - Constructor for class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- FrozenTerraBlenderCompat - Class in net.frozenblock.lib.worldgen.surface.impl.terrablender
- FrozenTerraBlenderCompat() - Constructor for class net.frozenblock.lib.worldgen.surface.impl.terrablender.FrozenTerraBlenderCompat
- FrozenVeinType - Record Class in net.frozenblock.lib.worldgen.vein.impl
- FrozenVeinType(ResourceLocation, BlockState, BlockState, BlockState, int, int) - Constructor for record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Creates an instance of a
FrozenVeinTyperecord class. - FrozenVeinTypeEntrypoint - Interface in net.frozenblock.lib.worldgen.vein.api.entrypoint
- FrozenVeinTypes - Class in net.frozenblock.lib.worldgen.vein.api
- FrozenVeinTypes() - Constructor for class net.frozenblock.lib.worldgen.vein.api.FrozenVeinTypes
- FrozenWallHangingSignBlock - Class in net.frozenblock.lib.block.api
- FrozenWallHangingSignBlock(BlockBehaviour.Properties, WoodType, ResourceKey<LootTable>) - Constructor for class net.frozenblock.lib.block.api.FrozenWallHangingSignBlock
- FrozenWallSignBlock - Class in net.frozenblock.lib.block.api
- FrozenWallSignBlock(BlockBehaviour.Properties, WoodType, ResourceKey<LootTable>) - Constructor for class net.frozenblock.lib.block.api.FrozenWallSignBlock
- FrustumUtil - Class in net.frozenblock.lib.core.client.api
- FrustumUtil() - Constructor for class net.frozenblock.lib.core.client.api.FrustumUtil
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Erosion
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- FULL_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- function() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns the value of the
functionrecord component.
G
- gameEventType() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Returns the value of the
gameEventTyperecord component. - GameRendererMixin - Class in net.frozenblock.lib.screenshake.mixin.client
- GameRendererMixin() - Constructor for class net.frozenblock.lib.screenshake.mixin.client.GameRendererMixin
- get() - Static method in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- get() - Method in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- get() - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- get(boolean) - Static method in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- get(int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- get(Config<T>) - Method in interface net.frozenblock.lib.config.impl.network.ConfigSyncModification.DataSupplier
- get(RegistryAccess, ResourceKey<Biome>) - Static method in class net.frozenblock.lib.entity.api.WolfVariantBiomeRegistry
-
Returns a registered
WolfVariantin a biome, if possible. - get(ResourceKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- get(ResourceLocation) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- get(ResourceKey<? extends Registry<V>>) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Gets the registry from its key in this map.
- get(ResourceKey<Biome>) - Static method in class net.frozenblock.lib.entity.api.WolfVariantBiomeRegistry
-
Returns a registered
WolfVariantin a biome, if possible, inResourceKeyform. - get(Entity, double, double, double) - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
- get(Entity, double, double, double) - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
- get(Entity, double, double, double) - Method in interface net.frozenblock.lib.gravity.api.GravityFunction
- get(Block) - Static method in class net.frozenblock.lib.item.api.axe.AxeBehaviors
- get(Block) - Static method in class net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors
- get(Block) - Static method in class net.frozenblock.lib.item.api.shovel.ShovelBehaviors
- getAccessedPositions() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getAdditionalProcessors(ResourceLocation) - Static method in class net.frozenblock.lib.worldgen.structure.api.StructureProcessorApi
- getAdditionalTargets(ResourceLocation) - Static method in class net.frozenblock.lib.worldgen.structure.api.RandomPoolAliasApi
- getAdditions() - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- getAffectingGravityBelt(List<GravityBelt<?>>, double) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- getAllBelts(ResourceKey<Level>) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- getAllBelts(Level) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- getAllConfigs() - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getAllPaths(JsonObject) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Generates a list of every possible JSON path in this object.
- getAllTypedEntryTypes() - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getAngleBetweenXZ(Vec3, Vec3) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- getAngleFromOriginXZ(Vec3) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- getAny() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getBiomeKey(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getBiomeTag(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getBlock(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getBlockEntity(Block) - Static method in class net.frozenblock.lib.block.api.entity.BlockEntityWithoutLevelRendererRegistry
- getBlockTag(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getBooleanValue(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getBooleanValue(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getBoolProperty(ItemStack, BooleanProperty, boolean) - Static method in class net.frozenblock.lib.item.api.ItemBlockStateTagUtils
- getButtonComponent() - Method in class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- getCape(ResourceLocation) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- getCapeId() - Method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- getCapeRepos() - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- getCapes() - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- getCapeTexture(UUID) - Static method in class net.frozenblock.lib.cape.client.impl.ClientCapeData
- getCategory(String, String) - Static method in class net.frozenblock.lib.mobcategory.api.FrozenMobCategories
- getClosestMatch(JsonObject) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- getClosestMatch(JsonObject, JsonPath) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Attempts to resolve the closest matching path in the given JSON data.
- getComment(Field) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- getComponent() - Method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents.RemovableDataComponent
- getConfigsForMod(String) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getConfiguredFeature(LevelReader) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- getConfiguredHolder() - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- getDamage(ItemStack) - Static method in class net.frozenblock.lib.item.api.HeavyItemDamageRegistry
- getDamageID(DamageType) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- getDamageSound(ResourceLocation) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- getDamageSound(DamageType) - Static method in class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- getDataVersion() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixerBuilder
-
Returns the current data version.
- getDefaultGravity() - Method in class net.frozenblock.lib.gravity.mixin.ThrowableProjectileMixin
- getDripstoneFluid(ServerLevel, BlockPos) - Static method in class net.frozenblock.lib.block.api.dripstone.DripstoneUtils
- getDuration() - Method in interface net.frozenblock.lib.entity.impl.behavior.FrozenBehavior
- getDuration() - Method in class net.frozenblock.lib.entity.mixin.behavior.BehaviorMixin
- getDuration() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getDuration() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- getDurationFalloffStart() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getDurationFalloffStart() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- getEndSurfaceRules() - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- getEntitiesPerLevel(ServerLevel) - Static method in class net.frozenblock.lib.entity.api.EntityUtils
-
Returns a
Listof entities in theServerLevel. - getEntity() - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientEntityScreenShake
- getEntryAddEvent(Registry<V>) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents
-
Gets the entry added event for a specific Minecraft registry.
- getExact(DynamicRegistryManagerSetupContext.RegistryMap, V) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- getExactReference(Holder.Reference<?>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- getExamples() - Method in class net.frozenblock.lib.tag.api.TagKeyArgument
- getFabricId() - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- getFadeDist() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getFixer(String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Gets a mod's Minecraft version-specificdata fixer.
- getFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- getFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- getFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- getFlopSound() - Method in class net.frozenblock.lib.entity.api.NoFlopAbstractFish
- getFluidState(BlockState) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- getFluidState(BlockState) - Method in class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- getFluidState(BlockState) - Method in class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- getFrozenBiomes() - Static method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- getGenericSurfaceRules(ResourceKey<DimensionType>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- getGrammar() - Method in enum class net.frozenblock.lib.config.api.instance.json.JsonType
- getGravity(Entity, double) - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
- getHeight(BlockAndTintGetter, Fluid, BlockPos) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- getHeight(BlockAndTintGetter, Fluid, BlockPos, BlockState, FluidState) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- getHighestSupported(IntCollection, IntList) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- getHighestSupportedLocal(IntList) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- getHolder() - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- getHolder() - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- getHolder(int) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getHolder(ResourceKey<ConfiguredFeature<?, ?>>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- getHolder(ResourceKey<PlacedFeature>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- getHolder(ResourceKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getHolder(ResourceLocation) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getHolder(LevelReader) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- getId(T) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getID() - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getIntegration() - Method in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- getIntegrationSuppliers() - Static method in class net.frozenblock.lib.integration.api.ModIntegrations
- getIntensity() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getIntensity() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- getIntensity(Vec3) - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientEntityScreenShake
- getIntensity(Vec3) - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- getItem(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getItemTag(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getKey() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- getKey() - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- getKey() - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- getKey(T) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getLastAvailable(JsonObject) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- getLastAvailable(JsonObject, JsonPath) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Gets the index of the last available element in this path, or else -1.
- getLastContainer(JsonObject) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- getLastContainer(JsonObject, JsonPath) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Retrieves the last JsonObject or JsonArray represented by this path.
- getLightColor(BlockAndTintGetter, BlockPos) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- getList(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getList(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getLogic() - Method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- getLootTable() - Method in class net.frozenblock.lib.block.api.FrozenCeilingHangingSignBlock
- getLootTable() - Method in class net.frozenblock.lib.block.api.FrozenSignBlock
- getLootTable() - Method in class net.frozenblock.lib.block.api.FrozenWallHangingSignBlock
- getLootTable() - Method in class net.frozenblock.lib.block.api.FrozenWallSignBlock
- getMap(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getMap(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getMapEntries(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getMapEntries(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getMapValues(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getMapValues(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getMaxDist() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getMaxDistance() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getMaxDistance() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- getMinecraftFixer(String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Gets a mod's Minecraft version-specific data fixer.
- getMinecraftFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- getMinecraftFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- getMinecraftFixerEntry(String) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- getMixins() - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- getMixins() - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- getMixins() - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- getModConfigScreenFactory() - Method in class net.frozenblock.lib.config.frozenlib_config.gui.ModMenuIntegration
- getModDataVersion(CompoundTag, String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Gets a mod's Minecraft version-specific data version from a
CompoundTag. - getModDataVersion(CompoundTag, String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- getModificationsForConfig(Config<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getModMinecraftDataVersion(CompoundTag, String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Gets a mod's Minecraft version-specific data version from a
CompoundTag. - getModMinecraftDataVersion(CompoundTag, String) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- getMoveToTarget() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- getNetherSurfaceRules() - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- getNumberValue(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getNumberValue(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getObjectArray(JsonObject, String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Returns a list of
JsonObjects from the given source. - getOffCoastPoints() - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- getOneShot(BehaviorControl<E>) - Static method in class net.frozenblock.lib.entity.behavior.api.FrozenBehaviorUtils
- getOptionalOverwrite(ResourceLocation) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- getOrCreateArray(JsonObject, String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Gets an array for the given key, or else adds a new array into the object and returns it.
- getOrCreateObject(JsonObject, String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Gets and object for the given key, or else adds a new object into the container and returns it.
- getOrCreateTag(TagKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getOrdinal() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getOrdinal() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getOutputBlockState(BlockState) - Method in interface net.frozenblock.lib.item.api.axe.AxeBehaviors.AxeBehavior
- getOutputBlockState(BlockState) - Method in interface net.frozenblock.lib.item.api.shovel.ShovelBehaviors.ShovelBehavior
- getOutputState(RandomSource) - Method in class net.frozenblock.lib.worldgen.structure.api.WeightedProcessorRule
- getOutputState(BlockState) - Method in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- getOutputTag(RandomSource, CompoundTag) - Method in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- getOverworldBiomeNoisePoints() - Static method in class net.frozenblock.lib.worldgen.biome.impl.OverworldBiomeData
- getOverworldSurfaceRules() - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- getOverwrite(ResourceLocation) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- getOverwrite(ResourceLocation) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- getOverwrite(Block) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- getOverwriteIfConditionIsMet(Block) - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- getOverwrites() - Static method in class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrites
- getOverwrites() - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- getOverwrites() - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager.SoundGroupLoader
- getPanoramas() - Static method in class net.frozenblock.lib.menu.api.Panoramas
- getParameters(ResourceKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- getParameters(ResourceLocation) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- getParticlePos(BlockState, BlockPos) - Method in interface net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors.BonemealBehavior
- getPath(ResourceLocation) - Static method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- getPaths(JsonObject, JsonPath) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Retrieves a list of paths adjacent to the input path.
- getPitch() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getPitch() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getPlayerUUID() - Method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- getPos() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getPositions(PlacementContext, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- getPredicate(ResourceLocation) - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- getPredicate(ResourceLocation) - Static method in class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- getProperty(ItemStack, Property<T>, T) - Static method in class net.frozenblock.lib.item.api.ItemBlockStateTagUtils
- getRandom(RandomSource) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getRandomEntry(TagKey<T>) - Static method in class net.frozenblock.lib.tag.api.TagUtils
- getRandomEntry(RandomSource, TagKey<T>) - Static method in class net.frozenblock.lib.tag.api.TagUtils
- getRandomSherd(RandomSource) - Method in class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- getRawDisturbanceMovement(Level, Vec3) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns only the wind disturbance at the specified
Vec3. - getRefMapperConfig() - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- getRefMapperConfig() - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- getRefMapperConfig() - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- getRegistries(Set<ResourceKey<? extends Registry<?>>>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext
-
Gets the registries requested by their keys.
- getRegularObjects(JsonObject, String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Variant of
getObjectArray(xjs.data.JsonObject, java.lang.String)which does not coerce values into objects. - getRemovals() - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- getRenderer(T) - Method in class net.frozenblock.lib.spotting_icons.mixin.client.EntityRenderDispatcherMixin
- getRenderType() - Method in class net.frozenblock.lib.particle.impl.DebugPosParticle
- getResourceKey(T) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getResourceManager() - Method in class org.quiltmc.qsl.frozenblock.resource.loader.mixin.MinecraftServerMixin
- getRestrictionID() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getRestrictionID() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getRoot(BlockEntityRendererProvider.Context) - Method in class net.frozenblock.lib.block.api.entity.BillboardBlockEntityRenderer
- getSaveToggle(Field) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- getScreenShakeManager(ServerLevel) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- getSerializedName() - Method in enum class net.frozenblock.lib.config.api.instance.json.JsonType
- getSerializedName() - Method in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
- getShakes() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- getShakes() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- getSound2EventID() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getSoundEventID() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getSoundEventID() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getSounds() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- getSounds() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- getSplashFiles() - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- getSpottingIconManager() - Method in interface net.frozenblock.lib.spotting_icons.impl.EntitySpottingIconInterface
- getSpottingIconManager() - Method in class net.frozenblock.lib.spotting_icons.mixin.EntityMixin
- getStateForPlacement(BlockPlaceContext) - Method in class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- getStateForPlacement(BlockPlaceContext) - Method in class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- getStopOnDeath() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getStopOnDeath() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getStream(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getStream(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getStringValue(JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- getStringValue(JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- getSurfaceRules(ResourceKey<DimensionType>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- getSyncData(Config<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getTag(HolderLookup.RegistryLookup<T>, ResourceLocation) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getTag(Registry<T>, ResourceLocation) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- getTag(TagKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getTagKey() - Method in class net.frozenblock.lib.item.api.removable.RemovableItemTags.RemovableItemTag
- getTagKey(CommandContext<CommandSourceStack>, String, ResourceKey<Registry<T>>, DynamicCommandExceptionType) - Static method in class net.frozenblock.lib.tag.api.TagKeyArgument
- getTagNames() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getTags() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- getTexture(T) - Method in class net.frozenblock.lib.block.api.entity.BillboardBlockEntityRenderer
- getTexturedModelData() - Static method in class net.frozenblock.lib.block.api.entity.BillboardBlockEntityRenderer
- getTicks() - Method in class net.frozenblock.lib.entity.api.SilentTicker
- getTicks() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- getTicks() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- getType() - Method in class net.frozenblock.lib.worldgen.structure.api.AppendSherds
- getType() - Method in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingRuleProcessor
- getType() - Method in class net.frozenblock.lib.worldgen.structure.api.WeightedRuleProcessor
- getType() - Method in interface org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin.DataFixTypesAccessor
- getTypedEntryTypesForMod(String) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- getUnsafely(Field, Object) - Static method in class net.frozenblock.lib.config.api.instance.xjs.UnsafeUtils
- getUnsafely(Field, Object, V) - Static method in class net.frozenblock.lib.config.api.instance.xjs.UnsafeUtils
- getUnusedPaths(JsonObject) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Generates a list of every unused JSON path in this object.
- getUsableCapes(UUID) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- getUsedPaths(JsonObject) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Generates a list of every used JSON path in this object.
- getValue(JsonObject) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- getValueFromPath(JsonObject, JsonPath) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Gets a single value in a JSON object based on a full, dotted path.
- getVeinType(String, String) - Static method in class net.frozenblock.lib.worldgen.vein.api.FrozenVeinTypes
- getVersion(String) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- getVolume() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- getVolume() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- getWindDisturbanceLogic(ResourceLocation) - Static method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- getWindDisturbances() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getWindDisturbanceStash() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getWindManager(ServerLevel) - Static method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the
WindManagerused for a givenServerLevel. - getWindMovement(BlockPos) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos. - getWindMovement(BlockPos, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos, multiplied. - getWindMovement(BlockPos, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos, multiplied and clamped. - getWindMovement(Level, BlockPos) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos. - getWindMovement(Level, BlockPos, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos, multiplied. - getWindMovement(Level, BlockPos, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at the bottom center of a specified
BlockPos, multiplied and clamped. - getWindMovement(Level, Vec3) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at the center of a specified
Vec3. - getWindMovement(Level, Vec3, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at a specified
Vec3, multiplied. - getWindMovement(Level, Vec3, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at a specified
Vec3, multiplied and clamped. - getWindMovement(Level, Vec3, double, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Returns the wind movement at a specified
Vec3, multiplied, clamped, and with a separately multiplied wind disturbance value. - getWindMovement(Vec3) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at the center of a specified
Vec3. - getWindMovement(Vec3, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at a specified
Vec3, multiplied. - getWindMovement(Vec3, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at a specified
Vec3, multiplied and clamped. - getWindMovement(Vec3, double, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Returns the wind movement at a specified
Vec3, multiplied, clamped, and with a separately multiplied wind disturbance value. - getWindMovement3D(BlockPos, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(BlockPos, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindMovement3D(BlockPos, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(BlockPos, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindMovement3D(BlockPos, double, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(BlockPos, double, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindMovement3D(Vec3, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(Vec3, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindMovement3D(Vec3, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(Vec3, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindMovement3D(Vec3, double, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- getWindMovement3D(Vec3, double, double, double) - Method in class net.frozenblock.lib.wind.api.WindManager
-
Deprecated.
- getWindX(float) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getWindY(float) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getWindZ(float) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- getWithSync() - Static method in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- getX() - Method in class net.frozenblock.lib.math.api.Point3D.Double
- getX() - Method in class net.frozenblock.lib.math.api.Point3D.Float
- getX() - Method in class net.frozenblock.lib.math.api.Point3D
- getY() - Method in class net.frozenblock.lib.math.api.Point3D.Double
- getY() - Method in class net.frozenblock.lib.math.api.Point3D.Float
- getY() - Method in class net.frozenblock.lib.math.api.Point3D
- getZ() - Method in class net.frozenblock.lib.math.api.Point3D.Double
- getZ() - Method in class net.frozenblock.lib.math.api.Point3D.Float
- getZ() - Method in class net.frozenblock.lib.math.api.Point3D
- GoalDebugRemovePayload - Record Class in net.frozenblock.lib.debug.networking
- GoalDebugRemovePayload(int) - Constructor for record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
-
Creates an instance of a
GoalDebugRemovePayloadrecord class. - GoalDebugRemovePayload(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
- goals() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Returns the value of the
goalsrecord component. - goalSelectors - Variable in class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- GRASS_BLOCK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- grassColorModifier() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- grassColorOverride() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- GRAVEL - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- gravity - Variable in class net.frozenblock.lib.gravity.api.GravityContext
-
A mutable property that will determine the outputting gravity
- gravity - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
- gravity() - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
-
Returns the value of the
gravityrecord component. - gravity() - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
-
Returns the value of the
gravityrecord component. - GravityAPI - Class in net.frozenblock.lib.gravity.api
- GravityAPI.GravityModification - Interface in net.frozenblock.lib.gravity.api
- GravityBelt<T> - Record Class in net.frozenblock.lib.gravity.api
- GravityBelt(double, double, boolean, boolean, T) - Constructor for record class net.frozenblock.lib.gravity.api.GravityBelt
-
Creates an instance of a
GravityBeltrecord class. - GravityBelt(double, double, T) - Constructor for record class net.frozenblock.lib.gravity.api.GravityBelt
- GravityContext - Class in net.frozenblock.lib.gravity.api
- GravityContext(ResourceKey<Level>, double, Entity) - Constructor for class net.frozenblock.lib.gravity.api.GravityContext
- GravityContext(ResourceKey<Level>, double, Vec3, Entity) - Constructor for class net.frozenblock.lib.gravity.api.GravityContext
- GravityFunction - Interface in net.frozenblock.lib.gravity.api
- GravityRenderingImpl - Class in net.frozenblock.lib.gravity.impl
- greatestCommonDivisor(int, int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
-
Calculates the greatest common divisor (GCD) of two numbers using the Euclidean algorithm.
H
- handleEnd(ClientPackets.End) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- handleEnd(ClientPackets.End, ServerConfigurationNetworking.Context) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- handleHandshake(ClientPackets.Handshake) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- handleHandshake(ClientPackets.Handshake, ServerConfigurationNetworking.Context) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- handleModProtocol(ClientPackets.ModProtocol, PacketSender) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- handleModProtocol(ClientPackets.ModProtocol, ServerConfigurationNetworking.Context) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- Handshake(int) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
-
Creates an instance of a
Handshakerecord class. - Handshake(IntList) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
-
Creates an instance of a
Handshakerecord class. - Handshake(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
- HAS_ARCHITECTURY - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_C2ME - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_CLOTH_CONFIG - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_INDIUM - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_IRIS - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_MOONLIGHT_LIB - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_SIMPLE_COPPER_PIPES - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_SODIUM - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_STARLIGHT - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_TERRABLENDER - Static variable in class net.frozenblock.lib.FrozenBools
- HAS_TERRALITH - Static variable in class net.frozenblock.lib.FrozenBools
- hasBlock(Block) - Static method in class net.frozenblock.lib.block.api.entity.BlockEntityWithoutLevelRendererRegistry
- hashCode() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.config.api.instance.ConfigModification
-
Returns a hash code value for this object.
- hashCode() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- hashCode() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- hashCode() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.Stub
- hashCode() - Method in record class net.frozenblock.lib.config.api.sync.network.ConfigSyncData
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Returns a hash code value for this object.
- hashCode() - Method in class net.frozenblock.lib.math.api.Point3D
- hashCode() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Returns a hash code value for this object.
- hashCode() - Method in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- hashCode() - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- hashCode() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Returns a hash code value for this object.
- hasInitialized - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- hasMod(String) - Static method in class net.frozenblock.lib.FrozenBools
- hasPassed(Vec3, double, Vec3, Vec3) - Static method in class net.frozenblock.lib.sound.api.FlyBySoundHub
- hasPassedCoordinate(double, double, double, double, double) - Static method in class net.frozenblock.lib.sound.api.FlyBySoundHub
- hasPermissionsToSendSync(Player, boolean) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- hasPrecipitation() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- hasSwitched - Variable in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- hasTexture(ResourceLocation) - Static method in class net.frozenblock.lib.spotting_icons.api.ClientSpottingIconMethods
- HeavyItemDamageRegistry - Class in net.frozenblock.lib.item.api
- HeavyItemDamageRegistry() - Constructor for class net.frozenblock.lib.item.api.HeavyItemDamageRegistry
- height() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Returns the value of the
heightrecord component. - height() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
heightrecord component. - heightmap() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
heightmaprecord component. - heightmap() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
heightmaprecord component. - heightmap() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
heightmaprecord component. - heightmap() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
heightmaprecord component. - HEIGHTMAP_MOTION_BLOCKING - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- HEIGHTMAP_OCEAN_FLOOR - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- HEIGHTMAP_TOP_SOLID - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- HEIGHTMAP_WORLD_SURFACE - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- heightMapRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- HeightMapRendererMixin - Class in net.frozenblock.lib.debug.mixin.client
- HeightMapRendererMixin() - Constructor for class net.frozenblock.lib.debug.mixin.client.HeightMapRendererMixin
- HeightmapTypesMixin - Class in net.frozenblock.lib.worldgen.heightmap.mixin
- HeightmapTypesMixin() - Constructor for class net.frozenblock.lib.worldgen.heightmap.mixin.HeightmapTypesMixin
- HIGH_END - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- HIGH_SLICE_NORMAL_ASCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- HIGH_SLICE_NORMAL_DESCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- HIGH_SLICE_VARIANT_ASCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- HIGH_SLICE_VARIANT_DESCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- HIGH_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- HJSON - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Prints unformatted HJSON with no whitespace.
- HJSON_FORMATTED - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Pretty prints HJSON with whitespace.
- holderOwner() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- holders() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- HopperBlockEntityMixin - Class in net.frozenblock.lib.storage.mixin
- HopperBlockEntityMixin() - Constructor for class net.frozenblock.lib.storage.mixin.HopperBlockEntityMixin
- HopperUntouchableList - Class in net.frozenblock.lib.storage.api
- HopperUntouchableList() - Constructor for class net.frozenblock.lib.storage.api.HopperUntouchableList
- HOT - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- HUMID - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- HUMIDITIES - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- Humidity - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Humidity() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- hurtSound - Variable in class net.frozenblock.lib.item.api.PrickOnUseBlockItem
- hurtSound - Variable in class net.frozenblock.lib.item.api.PrickOnUseItem
I
- ICE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- icon - Variable in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- ICY - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- id() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns the value of the
idrecord component. - id() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
idrecord component. - id() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
idrecord component. - id() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
idrecord component. - id() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns the value of the
idrecord component. - id() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns the value of the
idrecord component. - id(String) - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- id(String) - Static method in class net.frozenblock.lib.FrozenSharedConstants
- id(String) - Method in class net.frozenblock.lib.integration.api.ModIntegration
- IMPL_SUPPORTED_VERSIONS - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- ImprovedGameEventDebugPayload - Record Class in net.frozenblock.lib.debug.networking
- ImprovedGameEventDebugPayload(ResourceKey<GameEvent>, Vec3) - Constructor for record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Creates an instance of a
ImprovedGameEventDebugPayloadrecord class. - ImprovedGameEventListenerDebugPayload - Record Class in net.frozenblock.lib.debug.networking
- ImprovedGameEventListenerDebugPayload(PositionSource, int) - Constructor for record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Creates an instance of a
ImprovedGameEventListenerDebugPayloadrecord class. - ImprovedGameEventListenerRenderer - Class in net.frozenblock.lib.debug.client.renderer
- ImprovedGameEventListenerRenderer(Minecraft) - Constructor for class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- ImprovedGoalDebugPayload - Record Class in net.frozenblock.lib.debug.networking
- ImprovedGoalDebugPayload(int, List<GoalDebugPayload.DebugGoal>) - Constructor for record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Creates an instance of a
ImprovedGoalDebugPayloadrecord class. - ImprovedGoalDebugPayload(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
- ImprovedGoalSelectorDebugRenderer - Class in net.frozenblock.lib.debug.client.renderer
- ImprovedGoalSelectorDebugRenderer(Minecraft) - Constructor for class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- IN - Enum constant in enum class net.frozenblock.lib.storage.api.MoveDirection
- inBetween(Climate.Parameter, Climate.Parameter, float) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
-
Returns climate parameters in between both specified parameters.
- inBetweenHighCutoff(Climate.Parameter, Climate.Parameter, float) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- inBetweenLowCutoff(Climate.Parameter, Climate.Parameter, float) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- index(int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- index(int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.Stub
- indexOf(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- Info() - Constructor for class net.frozenblock.lib.tag.api.TagKeyArgument.Info
- init() - Static method in class net.frozenblock.lib.cape.client.impl.ClientCapeData
- init() - Static method in class net.frozenblock.lib.cape.impl.ServerCapeData
- init() - Static method in class net.frozenblock.lib.core.impl.DataPackReloadMarker
- init() - Static method in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- init() - Method in class net.frozenblock.lib.debug.client.impl.DebugScreen
- init() - Method in interface net.frozenblock.lib.entrypoint.api.FrozenClientEntrypoint
- init() - Method in interface net.frozenblock.lib.entrypoint.api.FrozenMainEntrypoint
- init() - Method in class net.frozenblock.lib.integration.api.ModIntegration
- init() - Method in class net.frozenblock.lib.integration.impl.EmptyModIntegration
- init() - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- init() - Static method in class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- init() - Static method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- init() - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- init() - Static method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.FrozenPlacementModifiers
- init() - Static method in class net.frozenblock.lib.worldgen.structure.impl.FrozenRuleBlockEntityModifiers
- init() - Static method in class net.frozenblock.lib.worldgen.structure.impl.FrozenStructureProcessorTypes
- INIT - Static variable in class net.frozenblock.lib.advancement.api.AdvancementEvents
-
Invoked for each AdvancementHolder registered on the server.
- initDevOnly() - Method in interface net.frozenblock.lib.entrypoint.api.FrozenClientEntrypoint
- initDevOnly() - Method in interface net.frozenblock.lib.entrypoint.api.FrozenMainEntrypoint
- initialize() - Static method in class net.frozenblock.lib.integration.api.ModIntegrations
-
Initialize all mod integrations.
- initializePreFreeze() - Static method in class net.frozenblock.lib.integration.api.ModIntegrations
-
Runs prior to registries freezing in order to allow for the registering of things.
- InitialPieceProcessorInjectionInterface - Interface in net.frozenblock.lib.worldgen.structure.impl
- initPreFreeze() - Method in class net.frozenblock.lib.integration.api.ModIntegration
-
Runs prior to registries freezing in order to allow for the registering of things.
- initRegistry() - Static method in class net.frozenblock.lib.registry.api.client.FrozenClientRegistry
- initRegistry() - Static method in class net.frozenblock.lib.registry.api.FrozenRegistry
- injectSurfaceRules(NoiseGeneratorSettings, ResourceKey<DimensionType>) - Static method in class net.frozenblock.lib.worldgen.surface.impl.SurfaceRuleUtil
- injectToOverworld(Consumer<Pair<Climate.ParameterPoint, ResourceKey<Biome>>>) - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Injects this biome to overworld generation.
- INLAND - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- INLAND_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- innerChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
innerChancerecord component. - innerChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
innerChancerecord component. - innerChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
innerChancerecord component. - innerChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
innerChancerecord component. - innerPercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
innerPercentrecord component. - innerPercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
innerPercentrecord component. - innerPercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
innerPercentrecord component. - innerPercent() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
innerPercentrecord component. - innerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
innerReplaceableBlocksrecord component. - innerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
innerReplaceableBlocksrecord component. - innerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
innerReplaceableBlocksrecord component. - innerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
innerStaterecord component. - innerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
innerStaterecord component. - innerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
innerStaterecord component. - innerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
innerStaterecord component. - insert(T, long, TransactionContext) - Method in class net.frozenblock.lib.storage.api.NoInteractionStorage
- instance() - Method in class net.frozenblock.lib.config.api.instance.Config
- instance() - Method in record class net.frozenblock.lib.config.api.sync.network.ConfigSyncData
-
Returns the value of the
instancerecord component. - INSTANCE - Static variable in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- INSTANCE - Static variable in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- INSTANCE - Static variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- INSTANCE - Static variable in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- INSTANCES - Static variable in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- instantiate(CommandBuildContext) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info.Template
- IntegratedServerLoaderMixin - Class in org.quiltmc.qsl.frozenblock.resource.loader.mixin.client
-
Modified to work on Fabric
- IntegratedServerLoaderMixin() - Constructor for class org.quiltmc.qsl.frozenblock.resource.loader.mixin.client.IntegratedServerLoaderMixin
- intensity - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- intensity() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
intensityrecord component. - intensity() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
intensityrecord component. - InterpolatedGravityFunction - Record Class in net.frozenblock.lib.gravity.api.functions
- InterpolatedGravityFunction(Vec3) - Constructor for record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
-
Creates an instance of a
InterpolatedGravityFunctionrecord class. - InvalidEnumConstantException - Exception Class in net.frozenblock.lib.config.api.instance.xjs
- InvalidEnumConstantException(String, Class<? extends Enum<?>>) - Constructor for exception class net.frozenblock.lib.config.api.instance.xjs.InvalidEnumConstantException
- inventoryContainsBlacklisted(Container) - Static method in class net.frozenblock.lib.storage.api.HopperUntouchableList
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class net.frozenblock.lib.ingamedevtools.item.Camera
- inverse(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- IS_DATAGEN - Static variable in class net.frozenblock.lib.FrozenBools
-
Whether the current instance is running in datagen mode.
- IS_DEBUG - Static variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- IS_FABRIC - Static variable in class net.frozenblock.lib.FrozenBools
- IS_FORGE - Static variable in class net.frozenblock.lib.FrozenBools
- IS_QUILT - Static variable in class net.frozenblock.lib.FrozenBools
- is3D() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
is3Drecord component. - is3D() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
is3Drecord component. - is3D() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
is3Drecord component. - is3D() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
is3Drecord component. - isBiome(List<ResourceKey<Biome>>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- isBiomeTag(TagKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- isBiomeTagOptimized(TagKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- isBlockExposed(WorldGenLevel, BlockPos) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskFeature
- isBlockExposedToAir(WorldGenLevel, BlockPos) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagExceptInBiomeFeature
- isBlockExposedToAir(WorldGenLevel, BlockPos) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagFeature
- isBlockExposedToAir(WorldGenLevel, BlockPos) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagScheduleTickFeature
- isBlockExposedToAir(WorldGenLevel, BlockPos) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskWithPileTagFeature
- isBonemealSuccess(LevelReader, RandomSource, BlockPos, BlockState) - Method in interface net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors.BonemealBehavior
- isCircle(Point2D, double, Point2D) - Static method in class net.frozenblock.lib.math.api.Conics
- isDebug - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- isEllipsoid(Point3D, double, double, double, Point3D) - Static method in class net.frozenblock.lib.math.api.Conics
- isEmpty() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- isEmpty() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- isEmpty() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- isEmpty() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- isEmpty() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- isEnabled() - Method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- isEnabled() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- isFriendly() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns the value of the
isFriendlyrecord component. - isFrozen() - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Checks if the data fixer registry is frozen.
- isFrozen() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- isFrozen() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- isFrozen() - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- isIn(RegistryAccess, TagKey<T>, T) - Static method in class net.frozenblock.lib.tag.api.TagUtils
- isIn(TagKey<T>, T) - Static method in class net.frozenblock.lib.tag.api.TagUtils
- isInitialized - Static variable in class net.frozenblock.lib.FrozenBools
-
This is set to true when
Bootstrap.bootStrap()is finished. - isInsideCircle(Point2D, double, Point2D) - Static method in class net.frozenblock.lib.math.api.Conics
- isInsideEllipsoid(Point3D, double, double, double, Point3D) - Static method in class net.frozenblock.lib.math.api.Conics
- isLocalPlayer(Player) - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- isLockedWhenSynced(Field) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
- isModLoaded - Variable in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- isMultiplayer() - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- isNamespaceVanilla(String) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- isNeighborSpreader() - Method in interface net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors.BonemealBehavior
- isPersistent() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns the value of the
isPersistentrecord component. - isReachedTarget() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- isStopped() - Method in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- isSyncable(Field) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
- isValidStateForPlacement(BlockGetter, BlockState, BlockPos, Direction) - Method in class net.frozenblock.lib.block.api.FaceBlock
- isValidStateForPlacement(BlockGetter, BlockState, BlockPos, Direction) - Method in class net.frozenblock.lib.block.api.FaceClusterBlock
- isValidTarget(LevelReader, BlockPos) - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
-
Return true to set given position as destination.
- isVisible(AABB) - Static method in class net.frozenblock.lib.core.client.api.FrustumUtil
-
Returns if an area is visible in the client's frustum.
- isVisible(Vec3, double) - Static method in class net.frozenblock.lib.core.client.api.FrustumUtil
-
Returns if a position is visible in the client's frustum.
- isWaterNearby(WorldGenLevel, BlockPos, int) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathTagUnderWaterFeature
- isWaterNearby(WorldGenLevel, BlockPos, int) - Static method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathUnderWaterFeature
- isWeird(Climate.ParameterPoint) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- isWithinViewDistance(ChunkTrackingView) - Method in class net.frozenblock.lib.wind.api.WindDisturbance
- item() - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Returns the value of the
itemrecord component. - item() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Returns the value of the
itemrecord component. - ItemBlockStateTagUtils - Class in net.frozenblock.lib.item.api
- ItemBlockStateTagUtils() - Constructor for class net.frozenblock.lib.item.api.ItemBlockStateTagUtils
- ItemCooldownsMixin - Class in net.frozenblock.lib.item.mixin
- ItemCooldownsMixin() - Constructor for class net.frozenblock.lib.item.mixin.ItemCooldownsMixin
- itemResourceLocation() - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Returns the value of the
itemResourceLocationrecord component. - ItemStackExtension - Interface in net.frozenblock.lib.item.impl
- ItemStackMixin - Class in net.frozenblock.lib.item.mixin
- ItemStackMixin() - Constructor for class net.frozenblock.lib.item.mixin.ItemStackMixin
- ItemValueMixin - Class in net.frozenblock.lib.recipe.mixin
- ItemValueMixin() - Constructor for class net.frozenblock.lib.recipe.mixin.ItemValueMixin
- iterator() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- iterator() - Method in class net.frozenblock.lib.storage.api.NoInteractionStorage
- iterator() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
J
- JanksonOps - Class in net.frozenblock.lib.config.api.instance.json
- JanksonOps(boolean) - Constructor for class net.frozenblock.lib.config.api.instance.json.JanksonOps
- JanksonTypedEntrySerializer - Class in net.frozenblock.lib.config.api.instance.json
- JanksonTypedEntrySerializer(String) - Constructor for class net.frozenblock.lib.config.api.instance.json.JanksonTypedEntrySerializer
- JSON - Enum constant in enum class net.frozenblock.lib.config.api.instance.json.JsonType
- JSON - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Prints unformatted, regular JSON with no whitespace.
- JSON_FORMATTED - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Pretty prints regular JSON with whitespace.
- JSON5 - Enum constant in enum class net.frozenblock.lib.config.api.instance.json.JsonType
- JSON5_UNQUOTED_KEYS - Enum constant in enum class net.frozenblock.lib.config.api.instance.json.JsonType
-
Like JSON5 but it supports not having quotes on keys
- JSON5_UNQUOTED_KEYS - Static variable in class net.frozenblock.lib.config.api.instance.ConfigSerialization
- JsonConfig<T> - Class in net.frozenblock.lib.config.api.instance.json
-
Serializes and deserializes config data with Jankson.
- JsonConfig(String, Class<T>, boolean, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonConfig(String, Class<T>, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonConfig(String, Class<T>, Path, JsonType, boolean, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonConfig(String, Class<T>, Path, JsonType, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonConfig(String, Class<T>, JsonType, boolean, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonConfig(String, Class<T>, JsonType, DataFixer, Integer) - Constructor for class net.frozenblock.lib.config.api.instance.json.JsonConfig
- JsonFormatException - Exception Class in net.frozenblock.lib.config.api.instance.xjs
- JsonFormatException(String) - Constructor for exception class net.frozenblock.lib.config.api.instance.xjs.JsonFormatException
- JsonPath - Class in net.frozenblock.lib.config.api.instance.xjs
-
An object representing every accessor in a JSON object leading to a value.
- JsonPath(List<Either<String, Integer>>) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- JsonPath(List<Either<String, Integer>>, String) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- JsonPath.JsonPathBuilder - Class in net.frozenblock.lib.config.api.instance.xjs
-
A builder used for manually constructing JSON paths in-code.
- JsonPath.Stub - Class in net.frozenblock.lib.config.api.instance.xjs
-
A lightweight, immutable builder designed for appending paths over time, wherein the more expensive
JsonPathis typically unneeded. - JsonType - Enum Class in net.frozenblock.lib.config.api.instance.json
K
- key - Variable in class net.frozenblock.lib.modmenu.impl.FrozenModMenuBadge
- key() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns the value of the
keyrecord component. - key() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
keyrecord component. - key() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- key(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- key(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.Stub
- keys() - Static method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents
- keys() - Static method in class net.frozenblock.lib.item.api.removable.RemovableItemTags
- keySet() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
L
- laggedWindX - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- laggedWindX - Variable in class net.frozenblock.lib.wind.api.WindManager
- laggedWindY - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- laggedWindY - Variable in class net.frozenblock.lib.wind.api.WindManager
- laggedWindZ - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- laggedWindZ - Variable in class net.frozenblock.lib.wind.api.WindManager
- lanTooltip - Variable in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- lastIndexOf(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- latestMatchingVersion(IntCollection) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
- LAVA - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- legAnimation(double, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- legAnimation(double, double, double, boolean) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- legAnimation(double, double, double, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- legAnimation(double, double, double, double, double, boolean) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- level - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
- level - Variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- level() - Method in class net.frozenblock.lib.entity.mixin.EntityMixin
- level() - Method in class net.frozenblock.lib.wind.mixin.client.EntityMixin
- level() - Method in class net.frozenblock.lib.wind.mixin.EntityMixin
- LevelRendererMixin - Class in net.frozenblock.lib.gravity.mixin.client
- LevelRendererMixin - Class in net.frozenblock.lib.spotting_icons.mixin.client
- LevelRendererMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.client.LevelRendererMixin
- LevelRendererMixin() - Constructor for class net.frozenblock.lib.spotting_icons.mixin.client.LevelRendererMixin
- lightDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- LightningOverrideMixin - Class in net.frozenblock.lib.weather.mixin
- LightningOverrideMixin() - Constructor for class net.frozenblock.lib.weather.mixin.LightningOverrideMixin
- line(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
LOOP SYSTEM Loop: defines A and B and always repeat between these two values Boomerang: creates a loop but instead of repeating it from start, it comes back and THEN loop
- LiquidRenderUtils - Class in net.frozenblock.lib.liquid.render.api
- LiquidRenderUtils() - Constructor for class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- listBuilder() - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- listener() - Method in enum class net.frozenblock.lib.event.impl.EventType
-
Returns the listener class for the event type.
- listenerPos() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Returns the value of the
listenerPosrecord component. - listenerRange() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Returns the value of the
listenerRangerecord component. - ListPoolElementMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- ListPoolElementMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.ListPoolElementMixin
- listSuggestions(CommandContext<S>, SuggestionsBuilder) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument
- listWidget - Variable in class net.frozenblock.lib.debug.client.impl.DebugScreen
- LivingEntityMixin - Class in net.frozenblock.lib.gravity.mixin
- LivingEntityMixin - Class in net.frozenblock.lib.item.mixin
- LivingEntityMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.LivingEntityMixin
- LivingEntityMixin() - Constructor for class net.frozenblock.lib.item.mixin.LivingEntityMixin
- LivingEntityRendererMixin<T,
M> - Class in net.frozenblock.lib.entity.mixin.client.rendering - LivingEntityRendererMixin(EntityRendererProvider.Context) - Constructor for class net.frozenblock.lib.entity.mixin.client.rendering.LivingEntityRendererMixin
- load() - Method in class net.frozenblock.lib.config.api.instance.Config
- load() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol.LoadModProtocol
- load(CompoundTag) - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- load(CompoundTag, WindManager) - Static method in class net.frozenblock.lib.wind.impl.WindStorage
- load(CompoundTag) - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- load(CompoundTag) - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- load(CompoundTag) - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- load(CompoundTag) - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- load(CompoundTag) - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Loads custom data.
- load(CompoundTag, ScreenShakeManager) - Static method in class net.frozenblock.lib.screenshake.impl.ScreenShakeStorage
- load(ResourceManager) - Method in class net.frozenblock.lib.image_transfer.client.ServerTexture
- load(ResourceManager, ProfilerFiller, Executor) - Method in class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager
- LOAD_MOD_PROTOCOL - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- LoadCapeRepoPacket - Record Class in net.frozenblock.lib.cape.impl.networking
- LoadCapeRepoPacket(String) - Constructor for record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
-
Creates an instance of a
LoadCapeRepoPacketrecord class. - loadVersions() - Static method in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- LOCAL_TEXTURE_SOURCE - Static variable in class net.frozenblock.lib.image_transfer.client.ServerTexture
- LocalPlayerSoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- LocalPlayerSoundPacket(Holder<SoundEvent>, float, float) - Constructor for record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Creates an instance of a
LocalPlayerSoundPacketrecord class. - LocalPlayerSoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
- LocalSoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- LocalSoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
- LocalSoundPacket(Vec3, Holder<SoundEvent>, SoundSource, float, float, boolean) - Constructor for record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Creates an instance of a
LocalSoundPacketrecord class. - LOCK_WHEN_SYNCED - Enum constant in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
-
The config entry will be locked whilst connected to the server or LAN world, but will respect the client's value as it will not sync.
- LOCKED_DUE_TO_SERVER - Enum constant in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- LOCKED_DUE_TO_SYNC - Enum constant in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- LOCKED_FOR_UNKNOWN_REASON - Enum constant in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- log(Object) - Static method in class net.frozenblock.lib.FrozenLogUtils
- log(Object, boolean) - Static method in class net.frozenblock.lib.FrozenLogUtils
- LogBuilder - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client
- LogBuilder() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- LogBuilder.Section - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client
- logError(Object) - Static method in class net.frozenblock.lib.FrozenLogUtils
- logError(Object, boolean) - Static method in class net.frozenblock.lib.FrozenLogUtils
- logError(Object, boolean, Throwable) - Static method in class net.frozenblock.lib.FrozenLogUtils
- logError(Object, Throwable) - Static method in class net.frozenblock.lib.FrozenLogUtils
- LOGGER - Static variable in class net.frozenblock.lib.FrozenSharedConstants
- LOGGER4 - Static variable in class net.frozenblock.lib.FrozenSharedConstants
- logWarning(Object) - Static method in class net.frozenblock.lib.FrozenLogUtils
- logWarning(Object, boolean) - Static method in class net.frozenblock.lib.FrozenLogUtils
- loop(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- looping() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
loopingrecord component. - looping() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
loopingrecord component. - LOOT_TABLE_WHACKER - Static variable in class net.frozenblock.lib.ingamedevtools.RegisterInGameDevTools
- lootTable - Variable in class net.frozenblock.lib.block.api.FrozenCeilingHangingSignBlock
- lootTable - Variable in class net.frozenblock.lib.block.api.FrozenSignBlock
- lootTable - Variable in class net.frozenblock.lib.block.api.FrozenWallHangingSignBlock
- lootTable - Variable in class net.frozenblock.lib.block.api.FrozenWallSignBlock
- LootTableWhacker - Class in net.frozenblock.lib.ingamedevtools.item
- LootTableWhacker(Item.Properties) - Constructor for class net.frozenblock.lib.ingamedevtools.item.LootTableWhacker
- LOW_SLICE_NORMAL_DESCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- LOW_SLICE_VARIANT_ASCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- LOW_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- LowerHeightmapPlacement - Class in net.frozenblock.lib.worldgen.feature.api.placementmodifier
M
- MainMixin - Class in org.quiltmc.qsl.frozenblock.resource.loader.mixin.server
-
Modified to work on Fabric
- MainMixin() - Constructor for class org.quiltmc.qsl.frozenblock.resource.loader.mixin.server.MainMixin
- makeAndSetHolder(F, FC) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeature
- makeAndSetHolder(Holder<ConfiguredFeature<?, ?>>, List<PlacementModifier>) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- makeAndSetHolder(Holder<ConfiguredFeature<?, ?>>, PlacementModifier...) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- makeFromCooldownInstance(Item, ItemCooldowns.CooldownInstance, int) - Static method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
- makePath(String, String) - Static method in class net.frozenblock.lib.config.api.instance.Config
- makePlaneFromDirection(Direction, float) - Static method in class net.frozenblock.lib.block.api.shape.FrozenShapes
- makeRule() - Method in class net.frozenblock.lib.datafix.api.BlockStateRenameFix
- makeRule() - Method in class net.frozenblock.lib.datafix.api.FrozenEntityRenameFix
- makeSaveableCooldownInstanceList(ServerPlayer) - Static method in class net.frozenblock.lib.item.impl.SaveableItemCooldowns
- makeStateRule(Block) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- MAP_CODEC - Static variable in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol.ModProtocolContainer
- mapBuilder() - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- MappedRegistryMixin<T> - Class in net.frozenblock.lib.event.mixin
- MappedRegistryMixin<V> - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin
-
Stores and invokes registry events.
- MappedRegistryMixin() - Constructor for class net.frozenblock.lib.event.mixin.MappedRegistryMixin
- MappedRegistryMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.MappedRegistryMixin
- markedReloaded() - Static method in class net.frozenblock.lib.core.impl.DataPackReloadMarker
- markReloaded() - Static method in class net.frozenblock.lib.core.impl.DataPackReloadMarker
- max() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns the value of the
maxrecord component. - maxCurvature() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns the value of the
maxCurvaturerecord component. - maxDist - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- maxDist() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
maxDistrecord component. - maxDist() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
maxDistrecord component. - maxDistance - Variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- maxDistance - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- maxDistance - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- maxDistance() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
maxDistancerecord component. - maxDistance() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
maxDistancerecord component. - maxThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
maxThresholdrecord component. - maxThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
maxThresholdrecord component. - maxThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
maxThresholdrecord component. - maxThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
maxThresholdrecord component. - maxY() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns the value of the
maxYrecord component. - maxY() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
maxYrecord component. - mayPlaceOn(BlockState, BlockGetter, BlockPos) - Method in class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- meetsRequirements(LevelReader, BlockPos, Direction, BlockState) - Method in interface net.frozenblock.lib.item.api.axe.AxeBehaviors.AxeBehavior
- meetsRequirements(LevelReader, BlockPos, Direction, BlockState) - Method in interface net.frozenblock.lib.item.api.shovel.ShovelBehaviors.ShovelBehavior
- meetsRequirements(LevelReader, BlockPos, BlockState) - Method in interface net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors.BonemealBehavior
- mergeToList(JsonElement, JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- mergeToList(JsonElement, List<JsonElement>) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- mergeToList(JsonValue, List<JsonValue>) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- mergeToList(JsonValue, JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- mergeToMap(JsonElement, JsonElement, JsonElement) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- mergeToMap(JsonElement, MapLike<JsonElement>) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- mergeToMap(JsonValue, MapLike<JsonValue>) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- mergeToMap(JsonValue, JsonValue, JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- MID_INLAND - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- MID_INLAND_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- MID_INLAND_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- MID_SLICE_NORMAL_ASCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- MID_SLICE_NORMAL_DESCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- MID_SLICE_VARIANT_ASCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- MID_SLICE_VARIANT_DESCENDING - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- minCurvature() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns the value of the
minCurvaturerecord component. - MinecraftMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin.client
- MinecraftMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.client.MinecraftMixin
- MinecraftServerMixin - Class in net.frozenblock.lib.worldgen.surface.mixin
- MinecraftServerMixin - Class in org.quiltmc.qsl.frozenblock.resource.loader.mixin
-
Modified to work on Fabric
- MinecraftServerMixin() - Constructor for class net.frozenblock.lib.worldgen.surface.mixin.MinecraftServerMixin
- MinecraftServerMixin() - Constructor for class org.quiltmc.qsl.frozenblock.resource.loader.mixin.MinecraftServerMixin
- minThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
minThresholdrecord component. - minThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
minThresholdrecord component. - minThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
minThresholdrecord component. - minThreshold() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
minThresholdrecord component. - minY() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns the value of the
minYrecord component. - minY() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
minYrecord component. - mob - Variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- MobCategoryMixin - Class in net.frozenblock.lib.mobcategory.mixin
- MobCategoryMixin() - Constructor for class net.frozenblock.lib.mobcategory.mixin.MobCategoryMixin
- MOD_ID - Static variable in class net.frozenblock.lib.FrozenSharedConstants
- MOD_INTEGRATION - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- MOD_INTEGRATION_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- model - Variable in class net.frozenblock.lib.entity.mixin.client.rendering.LivingEntityRendererMixin
- ModelPartCubeMixin - Class in net.frozenblock.lib.entity.mixin.client.rendering
- ModelPartCubeMixin() - Constructor for class net.frozenblock.lib.entity.mixin.client.rendering.ModelPartCubeMixin
- ModelPartInvertInterface - Interface in net.frozenblock.lib.entity.impl.client.rendering
- ModelPartMixin - Class in net.frozenblock.lib.entity.mixin.client.rendering
- ModelPartMixin() - Constructor for class net.frozenblock.lib.entity.mixin.client.rendering.ModelPartMixin
- modId() - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Returns the value of the
modIdrecord component. - modId() - Method in class net.frozenblock.lib.config.api.instance.Config
- modId() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Returns the value of the
modIdrecord component. - modId() - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- modID - Variable in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- modID() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- modification() - Method in record class net.frozenblock.lib.config.api.instance.ConfigModification
-
Returns the value of the
modificationrecord component. - MODIFICATIONS - Static variable in class net.frozenblock.lib.gravity.api.GravityAPI
- MODIFY_END - Static variable in class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
-
Lets you modify the Surface Rules of End-based world presets.
- MODIFY_GENERIC - Static variable in class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
-
Lets you modify the Surface Rules of custom world presets.
- MODIFY_NETHER - Static variable in class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
-
Lets you modify the Surface Rules of Nether-based world presets.
- MODIFY_OVERWORLD - Static variable in class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
-
Lets you modify the Surface Rules of Overworld-based world presets.
- MODIFY_OVERWORLD_NO_PRELIMINARY_SURFACE - Static variable in class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
-
Lets you modify the Surface Rules of Overworld-based world presets without checking the preliminary surface.
- modifyConfig(Config<T>, T, boolean) - Static method in record class net.frozenblock.lib.config.api.instance.ConfigModification
- modifyGravity(GravityContext) - Method in interface net.frozenblock.lib.gravity.api.GravityAPI.GravityModification
- ModIntegration - Class in net.frozenblock.lib.integration.api
- ModIntegration(String) - Constructor for class net.frozenblock.lib.integration.api.ModIntegration
- ModIntegration(String, String) - Constructor for class net.frozenblock.lib.integration.api.ModIntegration
- ModIntegrations - Class in net.frozenblock.lib.integration.api
- ModIntegrations() - Constructor for class net.frozenblock.lib.integration.api.ModIntegrations
- ModIntegrationSupplier<T> - Class in net.frozenblock.lib.integration.api
- ModIntegrationSupplier(Supplier<T>, String) - Constructor for class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- ModIntegrationSupplier(Supplier<T>, Supplier<T>, String) - Constructor for class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- modLoaded() - Method in class net.frozenblock.lib.integration.api.ModIntegration
- modLoaded() - Method in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- ModMenuIntegration - Class in net.frozenblock.lib.config.frozenlib_config.gui
- ModMenuIntegration() - Constructor for class net.frozenblock.lib.config.frozenlib_config.gui.ModMenuIntegration
- ModProtocol - Class in org.quiltmc.qsl.frozenblock.core.registry.api.sync
- ModProtocol() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- ModProtocol(Object2IntOpenHashMap<String>) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
-
Creates an instance of a
ModProtocolrecord class. - ModProtocol(String, Collection<ModProtocolDef>) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Creates an instance of a
ModProtocolrecord class. - ModProtocol(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
- ModProtocol(FriendlyByteBuf) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
- ModProtocol.LoadModProtocol - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.sync
- ModProtocolContainer - Interface in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol
- ModProtocolDef - Record Class in org.quiltmc.qsl.frozenblock.core.registry.api.sync
- ModProtocolDef(String, String, IntList, boolean) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Creates an instance of a
ModProtocolDefrecord class. - monitor(ResourceKey<? extends Registry<V>>, Consumer<RegistryMonitor<V>>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext
-
Attempts to create a new registry monitor for the given registry.
- MOTION_BLOCKING_NO_LEAVES_SYNCED - Static variable in class net.frozenblock.lib.worldgen.heightmap.api.FrozenHeightmaps
-
A copy of MOTION_BLOCKING_NO_LEAVES that syncs to the client.
- MoveDirection - Enum Class in net.frozenblock.lib.storage.api
- moveMobToBlock() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- moveResources(Storage<T>, T, long, TransactionContext) - Method in enum class net.frozenblock.lib.storage.api.MoveDirection
- moveResources(Storage<T>, T, long, TransactionContext) - Method in interface net.frozenblock.lib.storage.api.StorageInteraction
- moveResources(Storage<T>, T, long, TransactionContext, boolean) - Method in interface net.frozenblock.lib.storage.api.StorageInteraction
- MoveToBlockBehavior<E> - Class in net.frozenblock.lib.entity.api.behavior
-
MoveToBlockGoalas a behavior. - MoveToBlockBehavior(E, double, int) - Constructor for class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- MoveToBlockBehavior(E, double, int, int) - Constructor for class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- MovingFadingDistanceSwitchingRestrictionSoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- MovingFadingDistanceSwitchingRestrictionSoundPacket(int, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, float, float, ResourceLocation, boolean, boolean) - Constructor for record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Creates an instance of a
MovingFadingDistanceSwitchingRestrictionSoundPacketrecord class. - MovingFadingDistanceSwitchingRestrictionSoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
- MovingLoopingFadingDistanceSoundEntityManager - Class in net.frozenblock.lib.sound.api
- MovingLoopingFadingDistanceSoundEntityManager(Entity) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT - Class in net.frozenblock.lib.sound.api
- MovingLoopingSoundEntityManager - Class in net.frozenblock.lib.sound.api
- MovingLoopingSoundEntityManager(Entity) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- MovingLoopingSoundEntityManager.SoundLoopData - Class in net.frozenblock.lib.sound.api
- MovingParticleSoundLoop<T> - Class in net.frozenblock.lib.sound.api.instances
- MovingParticleSoundLoop(T, SoundEvent, SoundSource, float, float, int, boolean) - Constructor for class net.frozenblock.lib.sound.api.instances.MovingParticleSoundLoop
- MovingRestrictionSoundPacket - Record Class in net.frozenblock.lib.sound.api.networking
- MovingRestrictionSoundPacket(int, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean, boolean) - Constructor for record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Creates an instance of a
MovingRestrictionSoundPacketrecord class. - MovingRestrictionSoundPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
- MUD - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- MultifaceClusterBlock - Class in net.frozenblock.lib.block.api
-
A block that combines an amethyst cluster-type block with a multiface block.
- MultifaceClusterBlock(int, int, BlockBehaviour.Properties) - Constructor for class net.frozenblock.lib.block.api.MultifaceClusterBlock
- MultiNoiseBiomeSourceMixin - Class in net.frozenblock.lib.worldgen.biome.mixin
- MultiNoiseBiomeSourceMixin() - Constructor for class net.frozenblock.lib.worldgen.biome.mixin.MultiNoiseBiomeSourceMixin
- MUSHROOM_FIELDS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- MUSHROOM_FIELDS_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- MutableRegistryEntryContextImpl<V> - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.event
-
The default implementation for
RegistryEntryContext. - MutableRegistryEntryContextImpl(Registry<V>) - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
- MYCELIUM - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
N
- narratables() - Method in class net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget.Entry
- NbtFileUtils - Class in net.frozenblock.lib.file.nbt
- NbtFileUtils() - Constructor for class net.frozenblock.lib.file.nbt.NbtFileUtils
- NbtUtilsMixin - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin
- NbtUtilsMixin() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin.NbtUtilsMixin
- NEAR_INLAND - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- NEAR_INLAND_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- NEAR_INLAND_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- neighborsUpdateRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- net.frozenblock.lib - package net.frozenblock.lib
- net.frozenblock.lib.advancement.api - package net.frozenblock.lib.advancement.api
- net.frozenblock.lib.advancement.mixin - package net.frozenblock.lib.advancement.mixin
- net.frozenblock.lib.block.api - package net.frozenblock.lib.block.api
- net.frozenblock.lib.block.api.beacon - package net.frozenblock.lib.block.api.beacon
- net.frozenblock.lib.block.api.dripstone - package net.frozenblock.lib.block.api.dripstone
- net.frozenblock.lib.block.api.entity - package net.frozenblock.lib.block.api.entity
- net.frozenblock.lib.block.api.shape - package net.frozenblock.lib.block.api.shape
- net.frozenblock.lib.block.api.tick - package net.frozenblock.lib.block.api.tick
- net.frozenblock.lib.block.mixin.beacon - package net.frozenblock.lib.block.mixin.beacon
- net.frozenblock.lib.block.mixin.dripstone - package net.frozenblock.lib.block.mixin.dripstone
- net.frozenblock.lib.block.mixin.entity.client - package net.frozenblock.lib.block.mixin.entity.client
- net.frozenblock.lib.block.mixin.tick - package net.frozenblock.lib.block.mixin.tick
- net.frozenblock.lib.cape.api - package net.frozenblock.lib.cape.api
- net.frozenblock.lib.cape.client.api - package net.frozenblock.lib.cape.client.api
- net.frozenblock.lib.cape.client.impl - package net.frozenblock.lib.cape.client.impl
- net.frozenblock.lib.cape.impl - package net.frozenblock.lib.cape.impl
- net.frozenblock.lib.cape.impl.networking - package net.frozenblock.lib.cape.impl.networking
- net.frozenblock.lib.cape.mixin.client - package net.frozenblock.lib.cape.mixin.client
- net.frozenblock.lib.client - package net.frozenblock.lib.client
- net.frozenblock.lib.config.api.entry - package net.frozenblock.lib.config.api.entry
- net.frozenblock.lib.config.api.instance - package net.frozenblock.lib.config.api.instance
- net.frozenblock.lib.config.api.instance.json - package net.frozenblock.lib.config.api.instance.json
- net.frozenblock.lib.config.api.instance.toml - package net.frozenblock.lib.config.api.instance.toml
- net.frozenblock.lib.config.api.instance.xjs - package net.frozenblock.lib.config.api.instance.xjs
- net.frozenblock.lib.config.api.registry - package net.frozenblock.lib.config.api.registry
- net.frozenblock.lib.config.api.sync - package net.frozenblock.lib.config.api.sync
- net.frozenblock.lib.config.api.sync.annotation - package net.frozenblock.lib.config.api.sync.annotation
- net.frozenblock.lib.config.api.sync.network - package net.frozenblock.lib.config.api.sync.network
- net.frozenblock.lib.config.clothconfig - package net.frozenblock.lib.config.clothconfig
- net.frozenblock.lib.config.clothconfig.impl - package net.frozenblock.lib.config.clothconfig.impl
- net.frozenblock.lib.config.clothconfig.mixin.client - package net.frozenblock.lib.config.clothconfig.mixin.client
- net.frozenblock.lib.config.clothconfig.mixin.plugin - package net.frozenblock.lib.config.clothconfig.mixin.plugin
- net.frozenblock.lib.config.frozenlib_config - package net.frozenblock.lib.config.frozenlib_config
- net.frozenblock.lib.config.frozenlib_config.gui - package net.frozenblock.lib.config.frozenlib_config.gui
- net.frozenblock.lib.config.impl - package net.frozenblock.lib.config.impl
- net.frozenblock.lib.config.impl.entry - package net.frozenblock.lib.config.impl.entry
- net.frozenblock.lib.config.impl.network - package net.frozenblock.lib.config.impl.network
- net.frozenblock.lib.core.client.api - package net.frozenblock.lib.core.client.api
- net.frozenblock.lib.core.impl - package net.frozenblock.lib.core.impl
- net.frozenblock.lib.core.mixin - package net.frozenblock.lib.core.mixin
- net.frozenblock.lib.core.mixin.client - package net.frozenblock.lib.core.mixin.client
- net.frozenblock.lib.datafix.api - package net.frozenblock.lib.datafix.api
- net.frozenblock.lib.datagen.api - package net.frozenblock.lib.datagen.api
- net.frozenblock.lib.debug.client.api - package net.frozenblock.lib.debug.client.api
- net.frozenblock.lib.debug.client.impl - package net.frozenblock.lib.debug.client.impl
- net.frozenblock.lib.debug.client.renderer - package net.frozenblock.lib.debug.client.renderer
- net.frozenblock.lib.debug.mixin - package net.frozenblock.lib.debug.mixin
- net.frozenblock.lib.debug.mixin.client - package net.frozenblock.lib.debug.mixin.client
- net.frozenblock.lib.debug.networking - package net.frozenblock.lib.debug.networking
- net.frozenblock.lib.entity.api - package net.frozenblock.lib.entity.api
- net.frozenblock.lib.entity.api.behavior - package net.frozenblock.lib.entity.api.behavior
- net.frozenblock.lib.entity.api.command - package net.frozenblock.lib.entity.api.command
- net.frozenblock.lib.entity.api.rendering - package net.frozenblock.lib.entity.api.rendering
- net.frozenblock.lib.entity.api.spawnplacement - package net.frozenblock.lib.entity.api.spawnplacement
- net.frozenblock.lib.entity.behavior.api - package net.frozenblock.lib.entity.behavior.api
- net.frozenblock.lib.entity.impl - package net.frozenblock.lib.entity.impl
- net.frozenblock.lib.entity.impl.behavior - package net.frozenblock.lib.entity.impl.behavior
- net.frozenblock.lib.entity.impl.client.rendering - package net.frozenblock.lib.entity.impl.client.rendering
- net.frozenblock.lib.entity.mixin - package net.frozenblock.lib.entity.mixin
- net.frozenblock.lib.entity.mixin.behavior - package net.frozenblock.lib.entity.mixin.behavior
- net.frozenblock.lib.entity.mixin.client.rendering - package net.frozenblock.lib.entity.mixin.client.rendering
- net.frozenblock.lib.entrypoint.api - package net.frozenblock.lib.entrypoint.api
- net.frozenblock.lib.event.api - package net.frozenblock.lib.event.api
- net.frozenblock.lib.event.impl - package net.frozenblock.lib.event.impl
- net.frozenblock.lib.event.mixin - package net.frozenblock.lib.event.mixin
- net.frozenblock.lib.feature_flag.api - package net.frozenblock.lib.feature_flag.api
- net.frozenblock.lib.feature_flag.mixin - package net.frozenblock.lib.feature_flag.mixin
- net.frozenblock.lib.file.nbt - package net.frozenblock.lib.file.nbt
- net.frozenblock.lib.gametest.api - package net.frozenblock.lib.gametest.api
- net.frozenblock.lib.gravity.api - package net.frozenblock.lib.gravity.api
- net.frozenblock.lib.gravity.api.functions - package net.frozenblock.lib.gravity.api.functions
- net.frozenblock.lib.gravity.impl - package net.frozenblock.lib.gravity.impl
- net.frozenblock.lib.gravity.mixin - package net.frozenblock.lib.gravity.mixin
- net.frozenblock.lib.gravity.mixin.client - package net.frozenblock.lib.gravity.mixin.client
- net.frozenblock.lib.image_transfer - package net.frozenblock.lib.image_transfer
- net.frozenblock.lib.image_transfer.client - package net.frozenblock.lib.image_transfer.client
- net.frozenblock.lib.image_transfer.mixin.client - package net.frozenblock.lib.image_transfer.mixin.client
- net.frozenblock.lib.ingamedevtools - package net.frozenblock.lib.ingamedevtools
- net.frozenblock.lib.ingamedevtools.item - package net.frozenblock.lib.ingamedevtools.item
- net.frozenblock.lib.integration.api - package net.frozenblock.lib.integration.api
- net.frozenblock.lib.integration.impl - package net.frozenblock.lib.integration.impl
- net.frozenblock.lib.item.api - package net.frozenblock.lib.item.api
- net.frozenblock.lib.item.api.axe - package net.frozenblock.lib.item.api.axe
- net.frozenblock.lib.item.api.bonemeal - package net.frozenblock.lib.item.api.bonemeal
- net.frozenblock.lib.item.api.removable - package net.frozenblock.lib.item.api.removable
- net.frozenblock.lib.item.api.sherd - package net.frozenblock.lib.item.api.sherd
- net.frozenblock.lib.item.api.shovel - package net.frozenblock.lib.item.api.shovel
- net.frozenblock.lib.item.impl - package net.frozenblock.lib.item.impl
- net.frozenblock.lib.item.impl.network - package net.frozenblock.lib.item.impl.network
- net.frozenblock.lib.item.impl.sherd - package net.frozenblock.lib.item.impl.sherd
- net.frozenblock.lib.item.mixin - package net.frozenblock.lib.item.mixin
- net.frozenblock.lib.item.mixin.axe - package net.frozenblock.lib.item.mixin.axe
- net.frozenblock.lib.item.mixin.bonemeal - package net.frozenblock.lib.item.mixin.bonemeal
- net.frozenblock.lib.item.mixin.sherd - package net.frozenblock.lib.item.mixin.sherd
- net.frozenblock.lib.item.mixin.shovel - package net.frozenblock.lib.item.mixin.shovel
- net.frozenblock.lib.liquid.render.api - package net.frozenblock.lib.liquid.render.api
- net.frozenblock.lib.math.api - package net.frozenblock.lib.math.api
- net.frozenblock.lib.menu.api - package net.frozenblock.lib.menu.api
- net.frozenblock.lib.menu.mixin - package net.frozenblock.lib.menu.mixin
- net.frozenblock.lib.mobcategory.api - package net.frozenblock.lib.mobcategory.api
- net.frozenblock.lib.mobcategory.api.entrypoint - package net.frozenblock.lib.mobcategory.api.entrypoint
- net.frozenblock.lib.mobcategory.impl - package net.frozenblock.lib.mobcategory.impl
- net.frozenblock.lib.mobcategory.mixin - package net.frozenblock.lib.mobcategory.mixin
- net.frozenblock.lib.modmenu.api - package net.frozenblock.lib.modmenu.api
- net.frozenblock.lib.modmenu.impl - package net.frozenblock.lib.modmenu.impl
- net.frozenblock.lib.modmenu.mixin.client - package net.frozenblock.lib.modmenu.mixin.client
- net.frozenblock.lib.modmenu.mixin.plugin - package net.frozenblock.lib.modmenu.mixin.plugin
- net.frozenblock.lib.networking - package net.frozenblock.lib.networking
- net.frozenblock.lib.particle.api - package net.frozenblock.lib.particle.api
- net.frozenblock.lib.particle.impl - package net.frozenblock.lib.particle.impl
- net.frozenblock.lib.recipe.api - package net.frozenblock.lib.recipe.api
- net.frozenblock.lib.recipe.mixin - package net.frozenblock.lib.recipe.mixin
- net.frozenblock.lib.registry.api - package net.frozenblock.lib.registry.api
- net.frozenblock.lib.registry.api.client - package net.frozenblock.lib.registry.api.client
- net.frozenblock.lib.screenshake.api - package net.frozenblock.lib.screenshake.api
- net.frozenblock.lib.screenshake.api.client - package net.frozenblock.lib.screenshake.api.client
- net.frozenblock.lib.screenshake.api.command - package net.frozenblock.lib.screenshake.api.command
- net.frozenblock.lib.screenshake.impl - package net.frozenblock.lib.screenshake.impl
- net.frozenblock.lib.screenshake.impl.network - package net.frozenblock.lib.screenshake.impl.network
- net.frozenblock.lib.screenshake.mixin - package net.frozenblock.lib.screenshake.mixin
- net.frozenblock.lib.screenshake.mixin.client - package net.frozenblock.lib.screenshake.mixin.client
- net.frozenblock.lib.sculk.api - package net.frozenblock.lib.sculk.api
- net.frozenblock.lib.sound.api - package net.frozenblock.lib.sound.api
- net.frozenblock.lib.sound.api.block_sound_group - package net.frozenblock.lib.sound.api.block_sound_group
- net.frozenblock.lib.sound.api.damagesource - package net.frozenblock.lib.sound.api.damagesource
- net.frozenblock.lib.sound.api.instances - package net.frozenblock.lib.sound.api.instances
- net.frozenblock.lib.sound.api.instances.distance_based - package net.frozenblock.lib.sound.api.instances.distance_based
- net.frozenblock.lib.sound.api.networking - package net.frozenblock.lib.sound.api.networking
- net.frozenblock.lib.sound.api.predicate - package net.frozenblock.lib.sound.api.predicate
- net.frozenblock.lib.sound.impl - package net.frozenblock.lib.sound.impl
- net.frozenblock.lib.sound.impl.block_sound_group - package net.frozenblock.lib.sound.impl.block_sound_group
- net.frozenblock.lib.sound.mixin - package net.frozenblock.lib.sound.mixin
- net.frozenblock.lib.spotting_icons.api - package net.frozenblock.lib.spotting_icons.api
- net.frozenblock.lib.spotting_icons.impl - package net.frozenblock.lib.spotting_icons.impl
- net.frozenblock.lib.spotting_icons.mixin - package net.frozenblock.lib.spotting_icons.mixin
- net.frozenblock.lib.spotting_icons.mixin.client - package net.frozenblock.lib.spotting_icons.mixin.client
- net.frozenblock.lib.stencil.api - package net.frozenblock.lib.stencil.api
- net.frozenblock.lib.storage.api - package net.frozenblock.lib.storage.api
- net.frozenblock.lib.storage.mixin - package net.frozenblock.lib.storage.mixin
- net.frozenblock.lib.tag.api - package net.frozenblock.lib.tag.api
- net.frozenblock.lib.tag.mixin - package net.frozenblock.lib.tag.mixin
- net.frozenblock.lib.weather.mixin - package net.frozenblock.lib.weather.mixin
- net.frozenblock.lib.wind.api - package net.frozenblock.lib.wind.api
- net.frozenblock.lib.wind.api.command - package net.frozenblock.lib.wind.api.command
- net.frozenblock.lib.wind.impl - package net.frozenblock.lib.wind.impl
- net.frozenblock.lib.wind.impl.networking - package net.frozenblock.lib.wind.impl.networking
- net.frozenblock.lib.wind.mixin - package net.frozenblock.lib.wind.mixin
- net.frozenblock.lib.wind.mixin.client - package net.frozenblock.lib.wind.mixin.client
- net.frozenblock.lib.worldgen.biome.api - package net.frozenblock.lib.worldgen.biome.api
- net.frozenblock.lib.worldgen.biome.api.modifications - package net.frozenblock.lib.worldgen.biome.api.modifications
- net.frozenblock.lib.worldgen.biome.api.parameters - package net.frozenblock.lib.worldgen.biome.api.parameters
- net.frozenblock.lib.worldgen.biome.impl - package net.frozenblock.lib.worldgen.biome.impl
- net.frozenblock.lib.worldgen.biome.mixin - package net.frozenblock.lib.worldgen.biome.mixin
- net.frozenblock.lib.worldgen.feature.api - package net.frozenblock.lib.worldgen.feature.api
- net.frozenblock.lib.worldgen.feature.api.features - package net.frozenblock.lib.worldgen.feature.api.features
- net.frozenblock.lib.worldgen.feature.api.features.config - package net.frozenblock.lib.worldgen.feature.api.features.config
- net.frozenblock.lib.worldgen.feature.api.placementmodifier - package net.frozenblock.lib.worldgen.feature.api.placementmodifier
- net.frozenblock.lib.worldgen.heightmap.api - package net.frozenblock.lib.worldgen.heightmap.api
- net.frozenblock.lib.worldgen.heightmap.mixin - package net.frozenblock.lib.worldgen.heightmap.mixin
- net.frozenblock.lib.worldgen.structure.api - package net.frozenblock.lib.worldgen.structure.api
- net.frozenblock.lib.worldgen.structure.impl - package net.frozenblock.lib.worldgen.structure.impl
- net.frozenblock.lib.worldgen.structure.mixin - package net.frozenblock.lib.worldgen.structure.mixin
- net.frozenblock.lib.worldgen.surface.api - package net.frozenblock.lib.worldgen.surface.api
- net.frozenblock.lib.worldgen.surface.impl - package net.frozenblock.lib.worldgen.surface.impl
- net.frozenblock.lib.worldgen.surface.impl.terrablender - package net.frozenblock.lib.worldgen.surface.impl.terrablender
- net.frozenblock.lib.worldgen.surface.mixin - package net.frozenblock.lib.worldgen.surface.mixin
- net.frozenblock.lib.worldgen.surface.mixin.terrablender - package net.frozenblock.lib.worldgen.surface.mixin.terrablender
- net.frozenblock.lib.worldgen.vein.api - package net.frozenblock.lib.worldgen.vein.api
- net.frozenblock.lib.worldgen.vein.api.entrypoint - package net.frozenblock.lib.worldgen.vein.api.entrypoint
- net.frozenblock.lib.worldgen.vein.impl - package net.frozenblock.lib.worldgen.vein.impl
- net.frozenblock.lib.worldgen.vein.mixin - package net.frozenblock.lib.worldgen.vein.mixin
- NETHER_WART_BLOCK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- NETHERRACK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- NEUTRAL - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- NEUTRAL - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- newBadges() - Method in class net.frozenblock.lib.modmenu.api.FrozenModMenuEntrypoint
- newCategories(ArrayList<FrozenMobCategory>) - Method in interface net.frozenblock.lib.mobcategory.api.entrypoint.FrozenMobCategoryEntrypoint
- newCategories(ArrayList<FrozenVeinType>) - Method in interface net.frozenblock.lib.worldgen.vein.api.entrypoint.FrozenVeinTypeEntrypoint
- nextSound - Variable in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- NO_PROTOCOL - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- NO_USE_GAME_EVENTS - Static variable in class net.frozenblock.lib.tag.api.FrozenItemTags
- noCr() - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Gets the default formatting options, guaranteed to never print a `\r` character, which Minecraft does not print correctly in-game.
- NoExperimentalMixin - Class in net.frozenblock.lib.core.mixin.client
- NoExperimentalMixin() - Constructor for class net.frozenblock.lib.core.mixin.client.NoExperimentalMixin
- NoFlopAbstractFish - Class in net.frozenblock.lib.entity.api
-
This is the same as
AbstractFishbut the entity will not flop while on land. - NoFlopAbstractFish(EntityType<? extends NoFlopAbstractFish>, Level) - Constructor for class net.frozenblock.lib.entity.api.NoFlopAbstractFish
- NoInteractionStorage<T> - Class in net.frozenblock.lib.storage.api
- NoInteractionStorage() - Constructor for class net.frozenblock.lib.storage.api.NoInteractionStorage
- noise - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- noise - Variable in class net.frozenblock.lib.wind.api.WindManager
- noise() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
noiserecord component. - noise() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
noiserecord component. - noise() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
noiserecord component. - noise() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
noiserecord component. - NOISE_FILTER - Static variable in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.FrozenPlacementModifiers
- NOISE_PATH_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_SCHEDULE_TICK_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_SWAP_UNDER_WATER_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_SWAP_UNDER_WATER_TAG_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_TAG_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_TAG_UNDER_WATER_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PATH_UNDER_WATER_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NOISE_PLANT_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- NoiseGeneratorInterface - Interface in net.frozenblock.lib.worldgen.surface.impl
- NoiseGeneratorSettingsMixin - Class in net.frozenblock.lib.worldgen.surface.mixin
- NoiseGeneratorSettingsMixin() - Constructor for class net.frozenblock.lib.worldgen.surface.mixin.NoiseGeneratorSettingsMixin
- NoisePathFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathFeature(Codec<PathFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathFeature
- NoisePathScheduleTickFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathScheduleTickFeature(Codec<PathFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathScheduleTickFeature
- NoisePathSwapUnderWaterFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathSwapUnderWaterFeature(Codec<PathSwapUnderWaterFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathSwapUnderWaterFeature
- NoisePathSwapUnderWaterTagFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathSwapUnderWaterTagFeature(Codec<PathSwapUnderWaterTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathSwapUnderWaterTagFeature
- NoisePathTagFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathTagFeature(Codec<PathTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathTagFeature
- NoisePathTagUnderWaterFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathTagUnderWaterFeature(Codec<PathTagFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathTagUnderWaterFeature
- NoisePathUnderWaterFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePathUnderWaterFeature(Codec<PathFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePathUnderWaterFeature
- NoisePlacementFilter - Class in net.frozenblock.lib.worldgen.feature.api.placementmodifier
- NoisePlacementFilter(int, double, double, double, double, boolean, boolean, boolean) - Constructor for class net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
- NoisePlantFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- NoisePlantFeature(Codec<PathFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.NoisePlantFeature
- noiseScale() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
noiseScalerecord component. - noiseScale() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
noiseScalerecord component. - noiseScale() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
noiseScalerecord component. - noiseScale() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
noiseScalerecord component. - NONE - Enum constant in enum class net.frozenblock.lib.wind.api.WindDisturbanceLogic.SourceType
- NonSerializableObjectException - Exception Class in net.frozenblock.lib.config.api.instance.xjs
- NonSerializableObjectException(String) - Constructor for exception class net.frozenblock.lib.config.api.instance.xjs.NonSerializableObjectException
- NoOpQuiltDataFixesInternals - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
-
Modified to work on Fabric
- NoOpQuiltDataFixesInternals() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- noRegistrySyncMessage - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- northAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- NOT_SILENT_AND_ALIVE_ID - Static variable in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- notConnected() - Static method in class net.frozenblock.lib.networking.FrozenClientNetworking
- notSilentAndAlive() - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
O
- objectOnly(String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Generates a new JsonPath from a string containing only keys.
- OCEAN - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Continentalness
- OCEAN_CONTINENTALNESS - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- of(Object) - Static method in interface org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol.ModProtocolContainer
- offset(BlockPos, Direction, int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- offset(BlockPos, Direction) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- OLDEST_SUPPORTED_VERSION - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- ON_DRIP_BLOCK - Static variable in class net.frozenblock.lib.block.api.dripstone.DripstoneDripLavaFrom
- ON_DRIP_BLOCK - Static variable in class net.frozenblock.lib.block.api.dripstone.DripstoneDripWaterFrom
- ON_GROUND_OR_ON_LAVA_SURFACE - Static variable in class net.frozenblock.lib.entity.api.spawnplacement.FrozenSpawnPlacementTypes
-
A
SpawnPlacementTypethat spawns entities either on the ground or on the surface of Lava. - ON_JOIN_SERVER - Static variable in class net.frozenblock.lib.event.api.PlayerJoinEvents
-
The event that is triggered when a player joins the server.
- ON_PLAYER_ADDED_TO_LEVEL - Static variable in class net.frozenblock.lib.event.api.PlayerJoinEvents
-
The event that is triggered when a player joins a world.
- onAdded(RegistryEntryContext<V>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents.EntryAdded
-
Called when an entry in this callback's event's
Registryhas an entry added or assigned. - onAdded(T) - Method in interface net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate.IconPredicate
- onDebugRenderersCreated(Minecraft) - Method in interface net.frozenblock.lib.debug.client.api.DebugRendererEvents.DebugRenderersCreated
- onDynamicRegistryLoaded(RegistryAccess) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents.DynamicRegistryLoadedCallback
-
Called when a new
RegistryAccessgets created, after it has been filled with the registry entries specified by data packs. - onDynamicRegistrySetup(DynamicRegistryManagerSetupContext) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents.DynamicRegistrySetupCallback
-
Called when a new
RegistryAccessgets created, but before it gets filled. - ONE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- ONE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- onEndDataPackReload(MinecraftServer, ResourceManager, Throwable) - Method in interface org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents.EndDataPackReload
-
Called after data packs on a Minecraft server have been reloaded.
- onEndRegistryFreeze(Registry<?>, boolean) - Method in interface net.frozenblock.lib.event.api.RegistryFreezeEvents.EndRegistryFreeze
- onHeightmap(Heightmap.Types) - Static method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- onInit(AdvancementHolder, HolderLookup.Provider) - Method in interface net.frozenblock.lib.advancement.api.AdvancementEvents.AdvancementInit
- onInitialize() - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- onInitialize() - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.ServerFreezer
- onInitialize(String, ModContainer) - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
- onInitialize(String, ModContainer) - Method in class net.frozenblock.lib.FrozenMain
- onInitializeClient() - Method in class net.frozenblock.lib.FrozenClient
- onInitializeClient() - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.client.ClientFreezer
- onInitializeServer() - Method in class net.frozenblock.lib.FrozenServer
- onLoad() - Method in class net.frozenblock.lib.config.api.instance.Config
- onLoad() - Method in class net.frozenblock.lib.config.api.instance.json.JsonConfig
- onLoad() - Method in class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- onLoad() - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- onLoad(String) - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- onLoad(String) - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- onLoad(String) - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- onLoad(Config<?>) - Method in interface net.frozenblock.lib.config.api.registry.ConfigLoadEvent.Client
- onLoad(Config<?>) - Method in interface net.frozenblock.lib.config.api.registry.ConfigLoadEvent
- onlyPlaceWhenExposed() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
onlyPlaceWhenExposedrecord component. - onlyPlaceWhenExposed() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
onlyPlaceWhenExposedrecord component. - onlyPlaceWhenExposed() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
onlyPlaceWhenExposedrecord component. - onlyPlaceWhenExposed() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
onlyPlaceWhenExposedrecord component. - onPlayerAddedToLevel(MinecraftServer, ServerLevel, ServerPlayer) - Method in interface net.frozenblock.lib.event.api.PlayerJoinEvents.PlayerAddedToLevel
-
Triggers the event when a player is added to a level.
- onPlayerJoin(MinecraftServer, ServerPlayer) - Method in interface net.frozenblock.lib.event.api.PlayerJoinEvents.PlayerJoin
-
Triggers the event when a player joins the server.
- onRemoved(T) - Method in interface net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate.IconPredicate
- onSave() - Method in class net.frozenblock.lib.config.api.instance.Config
- onSave() - Method in class net.frozenblock.lib.config.api.instance.json.JsonConfig
- onSave() - Method in class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- onSave() - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- onSave(Config<?>) - Method in interface net.frozenblock.lib.config.api.registry.ConfigSaveEvent.Client
- onSave(Config<?>) - Method in interface net.frozenblock.lib.config.api.registry.ConfigSaveEvent
- onStart(T) - Method in interface net.frozenblock.lib.sound.api.predicate.SoundPredicate.LoopPredicate
- onStartDataPackReload(MinecraftServer, ResourceManager) - Method in interface org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents.StartDataPackReload
-
Called before data packs on a Minecraft server have been reloaded.
- onStartRegistryFreeze(Registry<?>, boolean) - Method in interface net.frozenblock.lib.event.api.RegistryFreezeEvents.StartRegistryFreeze
- onStop(T) - Method in interface net.frozenblock.lib.sound.api.predicate.SoundPredicate.LoopPredicate
- onSuccess(Level, BlockPos, Direction, BlockState, BlockState) - Method in interface net.frozenblock.lib.item.api.axe.AxeBehaviors.AxeBehavior
- onSuccess(Level, BlockPos, Direction, BlockState, BlockState) - Method in interface net.frozenblock.lib.item.api.shovel.ShovelBehaviors.ShovelBehavior
- onSync(T) - Method in class net.frozenblock.lib.config.api.instance.Config
- onTerraBlenderInitialized() - Method in class net.frozenblock.lib.worldgen.surface.impl.terrablender.FrozenTerraBlenderCompat
- opposite() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Returns the value of the
oppositerecord component. - optimize(Registry<Biome>) - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- optimizeAll(Registry<Biome>) - Static method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- OptimizedBiomeTagConditionSource - Class in net.frozenblock.lib.worldgen.surface.impl
- OptimizedBiomeTagConditionSource(TagKey<Biome>) - Constructor for class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- optional() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns the value of the
optionalrecord component. - optionalIntegration - Variable in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- ORANGE_TERRACOTTA - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- ore() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
orerecord component. - org.quiltmc.qsl.frozenblock.core.registry.api.event - package org.quiltmc.qsl.frozenblock.core.registry.api.event
-
The Registry-related Events.
- org.quiltmc.qsl.frozenblock.core.registry.api.sync - package org.quiltmc.qsl.frozenblock.core.registry.api.sync
- org.quiltmc.qsl.frozenblock.core.registry.impl - package org.quiltmc.qsl.frozenblock.core.registry.impl
- org.quiltmc.qsl.frozenblock.core.registry.impl.event - package org.quiltmc.qsl.frozenblock.core.registry.impl.event
- org.quiltmc.qsl.frozenblock.core.registry.impl.sync - package org.quiltmc.qsl.frozenblock.core.registry.impl.sync
- org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client - package org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client
- org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol - package org.quiltmc.qsl.frozenblock.core.registry.impl.sync.mod_protocol
- org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server - package org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server
- org.quiltmc.qsl.frozenblock.core.registry.mixin - package org.quiltmc.qsl.frozenblock.core.registry.mixin
- org.quiltmc.qsl.frozenblock.core.registry.mixin.client - package org.quiltmc.qsl.frozenblock.core.registry.mixin.client
- org.quiltmc.qsl.frozenblock.misc.datafixerupper.api - package org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
Custom DataFixerUpper API
- org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl - package org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
- org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.client - package org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.client
- org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin - package org.quiltmc.qsl.frozenblock.misc.datafixerupper.mixin
- org.quiltmc.qsl.frozenblock.resource.loader.api - package org.quiltmc.qsl.frozenblock.resource.loader.api
- org.quiltmc.qsl.frozenblock.resource.loader.mixin - package org.quiltmc.qsl.frozenblock.resource.loader.mixin
- org.quiltmc.qsl.frozenblock.resource.loader.mixin.client - package org.quiltmc.qsl.frozenblock.resource.loader.mixin.client
- org.quiltmc.qsl.frozenblock.resource.loader.mixin.server - package org.quiltmc.qsl.frozenblock.resource.loader.mixin.server
- origin - Variable in class net.frozenblock.lib.wind.api.WindDisturbance
- origin() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns the value of the
originrecord component. - OUT - Enum constant in enum class net.frozenblock.lib.storage.api.MoveDirection
- outerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
outerReplaceableBlocksrecord component. - outerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
outerReplaceableBlocksrecord component. - outerReplaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
outerReplaceableBlocksrecord component. - outerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
outerStaterecord component. - outerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
outerStaterecord component. - outerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
outerStaterecord component. - outerState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
outerStaterecord component. - outlineColor - Variable in class net.frozenblock.lib.modmenu.impl.FrozenModMenuBadge
- override() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns the value of the
overriderecord component. - overrideWind - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- overrideWind - Variable in class net.frozenblock.lib.wind.api.WindManager
- OverworldBiomeBuilderMixin - Class in net.frozenblock.lib.worldgen.biome.mixin
- OverworldBiomeBuilderMixin() - Constructor for class net.frozenblock.lib.worldgen.biome.mixin.OverworldBiomeBuilderMixin
- OverworldBiomeBuilderParameters - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- OverworldBiomeBuilderParameters() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- OverworldBiomeData - Class in net.frozenblock.lib.worldgen.biome.impl
- OverworldBiomePresetMixin - Class in net.frozenblock.lib.worldgen.biome.mixin
- OverworldBiomePresetMixin() - Constructor for class net.frozenblock.lib.worldgen.biome.mixin.OverworldBiomePresetMixin
P
- p0() - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Returns the value of the
p0record component. - p1() - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Returns the value of the
p1record component. - p2() - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Returns the value of the
p2record component. - PACKED_ICE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- PACKET_TYPE - Static variable in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
- PACKET_TYPE - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
- PACKET_TYPE - Static variable in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
- Panoramas - Class in net.frozenblock.lib.menu.api
- Panoramas() - Constructor for class net.frozenblock.lib.menu.api.Panoramas
- parse(StringReader) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Deserializes the given raw path into a collection of keys and indices.
- parse(StringReader) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument
- parse(String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Deserializes the given raw path into a collection of keys and indices.
- PARTIAL_TICK - Static variable in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- ParticleMixin - Class in net.frozenblock.lib.gravity.mixin.client
- ParticleMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
- path() - Method in class net.frozenblock.lib.config.api.instance.Config
- PathFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- PathFeatureConfig(BlockStateProvider, int, int, double, double, double, boolean, boolean, boolean, boolean, HolderSet<Block>, float) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Creates an instance of a
PathFeatureConfigrecord class. - pathfindingRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- PathMixin - Class in net.frozenblock.lib.debug.mixin
- PathMixin() - Constructor for class net.frozenblock.lib.debug.mixin.PathMixin
- PathSwapUnderWaterFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- PathSwapUnderWaterFeatureConfig(BlockStateProvider, BlockStateProvider, int, int, double, double, double, boolean, boolean, boolean, boolean, HolderSet<Block>, float) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Creates an instance of a
PathSwapUnderWaterFeatureConfigrecord class. - PathSwapUnderWaterTagFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- PathSwapUnderWaterTagFeatureConfig(BlockStateProvider, BlockStateProvider, int, int, double, double, double, boolean, boolean, boolean, boolean, TagKey<Block>, float) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Creates an instance of a
PathSwapUnderWaterTagFeatureConfigrecord class. - PathTagFeatureConfig - Record Class in net.frozenblock.lib.worldgen.feature.api.features.config
- PathTagFeatureConfig(BlockStateProvider, int, int, double, double, double, boolean, boolean, boolean, boolean, TagKey<Block>, float) - Constructor for record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Creates an instance of a
PathTagFeatureConfigrecord class. - PEAK_END - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- PEAK_NORMAL - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- PEAK_SIZE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- PEAK_START - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- PEAK_VARIANT - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- performBonemeal(ServerLevel, RandomSource, BlockPos, BlockState) - Method in interface net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors.BonemealBehavior
- PERMISSION_LEVEL - Static variable in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- permutations(int, int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- pitch - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- pitch - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- pitch() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
pitchrecord component. - pitch() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
pitchrecord component. - place(FeaturePlaceContext<ColumnFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.DownwardsColumnFeature
- place(FeaturePlaceContext<ColumnFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.UpwardsColumnFeature
- place(FeaturePlaceContext<ColumnWithDiskFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.ColumnWithDiskFeature
- place(FeaturePlaceContext<ComboFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.ComboFeature
- place(FeaturePlaceContext<CurvingTunnelFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CurvingTunnelFeature
- place(FeaturePlaceContext<FadingDiskCarpetFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskCarpetFeature
- place(FeaturePlaceContext<FadingDiskFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskFeature
- place(FeaturePlaceContext<FadingDiskTagBiomeFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagExceptInBiomeFeature
- place(FeaturePlaceContext<FadingDiskTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagFeature
- place(FeaturePlaceContext<FadingDiskTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskTagScheduleTickFeature
- place(FeaturePlaceContext<FadingDiskTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskWithPileTagFeature
- place(FeaturePlaceContext<PathFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathFeature
- place(FeaturePlaceContext<PathFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathScheduleTickFeature
- place(FeaturePlaceContext<PathFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathUnderWaterFeature
- place(FeaturePlaceContext<PathFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePlantFeature
- place(FeaturePlaceContext<PathSwapUnderWaterFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathSwapUnderWaterFeature
- place(FeaturePlaceContext<PathSwapUnderWaterTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathSwapUnderWaterTagFeature
- place(FeaturePlaceContext<PathTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathTagFeature
- place(FeaturePlaceContext<PathTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.NoisePathTagUnderWaterFeature
- place(FeaturePlaceContext<SimpleBlockConfiguration>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.SimpleBlockScheduleTickFeature
- place(FeaturePlaceContext<VegetationPatchConfiguration>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchFeature
- place(FeaturePlaceContext<VegetationPatchConfiguration>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- place(FeaturePlaceContext<VegetationPatchConfiguration>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchFeature
- place(FeaturePlaceContext<VegetationPatchConfiguration>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- place(WorldGenLevel, Holder<PlacedFeature>, ChunkGenerator, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.features.ComboFeature
- placeCircularGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchFeature
- placeCircularGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- placeCircularGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchFeature
- placeCircularGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- placeGround(WorldGenLevel, VegetationPatchConfiguration, Predicate<BlockState>, RandomSource, BlockPos.MutableBlockPos, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- placeGround(WorldGenLevel, VegetationPatchConfiguration, Predicate<BlockState>, RandomSource, BlockPos.MutableBlockPos, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- placeGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchFeature
- placeGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- placeGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchFeature
- placeGroundPatch(WorldGenLevel, VegetationPatchConfiguration, RandomSource, BlockPos, Predicate<BlockState>, int, int) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- placement_chance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
placement_chancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
placementChancerecord component. - placementChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
placementChancerecord component. - placePile(FeaturePlaceContext<FadingDiskTagFeatureConfig>) - Method in class net.frozenblock.lib.worldgen.feature.api.features.FadingDiskWithPileTagFeature
- placeSettings - Variable in class net.frozenblock.lib.worldgen.structure.mixin.TemplateStructurePieceMixin
- placeVegetation(WorldGenLevel, VegetationPatchConfiguration, ChunkGenerator, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchFeature
- placeVegetation(WorldGenLevel, VegetationPatchConfiguration, ChunkGenerator, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularLavaVegetationPatchLessBordersFeature
- placeVegetation(WorldGenLevel, VegetationPatchConfiguration, ChunkGenerator, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchFeature
- placeVegetation(WorldGenLevel, VegetationPatchConfiguration, ChunkGenerator, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.features.CircularWaterloggedVegetationPatchLessBordersFeature
- PLANE_BY_DIRECTION - Static variable in class net.frozenblock.lib.block.api.shape.FrozenShapes
- PlayerDamageTypeSounds - Class in net.frozenblock.lib.sound.api.damagesource
- PlayerDamageTypeSounds() - Constructor for class net.frozenblock.lib.sound.api.damagesource.PlayerDamageTypeSounds
- PlayerJoinEvents - Class in net.frozenblock.lib.event.api
-
A class representing the player join event.
- PlayerJoinEvents() - Constructor for class net.frozenblock.lib.event.api.PlayerJoinEvents
- PlayerJoinEvents.PlayerAddedToLevel - Interface in net.frozenblock.lib.event.api
-
A functional interface representing a player added to level event.
- PlayerJoinEvents.PlayerJoin - Interface in net.frozenblock.lib.event.api
-
A functional interface representing a player join event.
- PlayerListMixin - Class in net.frozenblock.lib.event.mixin
- PlayerListMixin() - Constructor for class net.frozenblock.lib.event.mixin.PlayerListMixin
- PlayerMixin - Class in net.frozenblock.lib.sound.mixin
- PlayerMixin() - Constructor for class net.frozenblock.lib.sound.mixin.PlayerMixin
- PODZOL - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- Point3D - Class in net.frozenblock.lib.math.api
-
Same as Java's Point2D, but with 3D coordinates.
- Point3D() - Constructor for class net.frozenblock.lib.math.api.Point3D
- Point3D.Double - Class in net.frozenblock.lib.math.api
- Point3D.Float - Class in net.frozenblock.lib.math.api
-
The
Floatclass defines a point in 3D space specified in float precision. - PointedDripstoneBlockMixin - Class in net.frozenblock.lib.block.mixin.dripstone
- PointedDripstoneBlockMixin() - Constructor for class net.frozenblock.lib.block.mixin.dripstone.PointedDripstoneBlockMixin
- points - Variable in class net.frozenblock.lib.worldgen.biome.api.parameters.BiomeParameters
- points(BiomeParameters) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- points(ResourceKey<Biome>) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- points(ResourceLocation) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- polyEaseIn(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
POLYNOMIAL EASING - Generated by elevating x at a "c" value
- polyEaseInOut(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- polyEaseOut(Point2D, Point2D, double, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- PoolElementStructurePieceMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- PoolElementStructurePieceMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.PoolElementStructurePieceMixin
- populateEntitiesPerLevel(ServerLevel) - Static method in class net.frozenblock.lib.entity.api.EntityUtils
- pos - Variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- pos - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- pos() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Returns the value of the
posrecord component. - pos() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Returns the value of the
posrecord component. - pos() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
posrecord component. - pos() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
posrecord component. - pos() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
posrecord component. - PositionType - Enum Class in net.frozenblock.lib.gametest.api
- posOrID() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns the value of the
posOrIDrecord component. - postApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- postApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- postApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- POWDER_SNOW - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- preApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- preApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- preApply(String, ClassNode, String, IMixinInfo) - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- predicate - Variable in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- predicateId() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
predicateIdrecord component. - predicateId() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
predicateIdrecord component. - predicateId() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
predicateIdrecord component. - prevLaggedWindX - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- prevLaggedWindY - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- prevLaggedWindZ - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- prevWindX - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- prevWindY - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- prevWindZ - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- PrickOnUseBlockItem - Class in net.frozenblock.lib.item.api
- PrickOnUseBlockItem(Block, Item.Properties, float, SoundEvent, ResourceKey<DamageType>) - Constructor for class net.frozenblock.lib.item.api.PrickOnUseBlockItem
- PrickOnUseItem - Class in net.frozenblock.lib.item.api
- PrickOnUseItem(Item.Properties, float, SoundEvent, ResourceKey<DamageType>) - Constructor for class net.frozenblock.lib.item.api.PrickOnUseItem
- prioritizedEntry - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- prioritizedId - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- prioritizedId() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Returns the value of the
prioritizedIdrecord component. - processBlock(LevelReader, BlockPos, BlockPos, StructureTemplate.StructureBlockInfo, StructureTemplate.StructureBlockInfo, StructurePlaceSettings) - Method in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingRuleProcessor
- processBlock(LevelReader, BlockPos, BlockPos, StructureTemplate.StructureBlockInfo, StructureTemplate.StructureBlockInfo, StructurePlaceSettings) - Method in class net.frozenblock.lib.worldgen.structure.api.WeightedRuleProcessor
- PROJECT_ID - Static variable in class net.frozenblock.lib.FrozenSharedConstants
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- propertySetValue() - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Returns the value of the
propertySetValuerecord component. - protocols() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
-
Returns the value of the
protocolsrecord component. - protocols() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Returns the value of the
protocolsrecord component. - ProtocolVersions - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
- ProtocolVersions() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ProtocolVersions
- Provider(SpriteSet) - Constructor for class net.frozenblock.lib.particle.impl.DebugPosParticle.Provider
- push(Component) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- pushT(String, String, Object...) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
Q
- quadraticEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
QUADRATIC EASING - Generated using Poly and assuming c = 2
- quadraticEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- quadraticEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- quarticEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
QUARTIC EASING - Generated using Poly and assuming c = 4
- quarticEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- quarticEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- QuiltDataFixerBuilder - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
An extended variant of the
DataFixerBuilderclass, which provides an extra method. - QuiltDataFixerBuilder(int) - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixerBuilder
-
Creates a new
QuiltDataFixerBuilder. - QuiltDataFixes - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
Provides methods to register custom
DataFixers. - QuiltDataFixes() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
- QuiltDataFixesInternals - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
-
Modified to work on Fabric
- QuiltDataFixesInternals() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- QuiltDataFixesInternals.DataFixerEntry - Record Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
- QuiltDataFixesInternalsImpl - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
-
Modified to work on Fabric
- QuiltDataFixesInternalsImpl(Schema) - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- QuiltSyncTask - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server
- QuiltSyncTask(ServerConfigurationPacketListenerImpl, Connection) - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- quinticEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
QUINTIC EASING - Generated using Poly and assuming c = 5
- quinticEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- quinticEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
R
- radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
radiusrecord component. - radius() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
radiusrecord component. - raidDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- random() - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- randomDir(Direction.Axis) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- RandomMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- RandomMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.RandomMixin
- RandomPoolAliasApi - Class in net.frozenblock.lib.worldgen.structure.api
- RandomPoolAliasApi() - Constructor for class net.frozenblock.lib.worldgen.structure.api.RandomPoolAliasApi
- randomPosNeg() - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- range(float, float, float) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- rawId() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEntryContext
-
Returns the entry's raw int identifier.
- rawId() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
- rawOreBlock() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns the value of the
rawOreBlockrecord component. - rawSeed(double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
Deprecated.Use seed() instead of this!
- read(FriendlyByteBuf) - Static method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
- readAdditionalSaveData(CompoundTag) - Method in class net.frozenblock.lib.entity.api.SilentTicker
- readCooldowns(CompoundTag) - Static method in class net.frozenblock.lib.item.impl.SaveableItemCooldowns
- readFromConfigFile(String) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- readFromFile(File) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- readFromFile(File, String) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- readJankson(FriendlyByteBuf, String, String) - Static method in class net.frozenblock.lib.config.api.sync.network.ConfigByteBufUtil
- readJson(File) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads a
JsonObjectfrom the given file. - readJson(InputStream) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads a
JsonObjectfrom the given input stream. - readOptional(Codec<T>, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads an object from the given data when provided a codec.
- readSuppressing(File) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Variant of
readJson(File)which ignores syntax errors and simply returnsOptional.empty()if any error occurs. - readSuppressing(InputStream) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Variant of
readSuppressing(File)which reads directly from anInputStream. - readThrowing(Codec<T>, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads an object from the given data, or else throws an exception.
- readValue(String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads any JSON data from the given string contents.
- rebuild() - Static method in class net.frozenblock.lib.feature_flag.api.FrozenFeatureFlags
- receive(ConfigSyncPacket<T>, MinecraftServer) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- receive(FlyBySoundPacket, ClientPlayNetworking.Context) - Static method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- receiveSyncPacket(FriendlyByteBuf, Minecraft) - Method in interface net.frozenblock.lib.wind.api.ClientWindManagerExtension
- RED_SAND - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- RED_SANDSTONE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- register() - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
- register() - Static method in class net.frozenblock.lib.ingamedevtools.RegisterInGameDevTools
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.config.impl.ConfigCommand
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.entity.api.command.ScaleEntityCommand
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.wind.api.command.WindCommand
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.worldgen.structure.impl.StructureUpgradeCommand
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.screenshake.api.command.ScreenShakeCommand
- register(CommandDispatcher<CommandSourceStack>) - Static method in class net.frozenblock.lib.tag.api.TagListCommand
- register(String, RemovalPredicate, boolean) - Static method in class net.frozenblock.lib.item.api.removable.RemovableItemTags
- register(Supplier<? extends ModIntegration>, String, String) - Static method in class net.frozenblock.lib.integration.api.ModIntegrations
-
Registers a mod integration class
- register(Supplier<T>, Supplier<T>, String, String) - Static method in class net.frozenblock.lib.integration.api.ModIntegrations
-
Registers a mod integration class
- register(Event<T>, Class<? super T>) - Static method in class net.frozenblock.lib.event.api.FrozenEvents
-
Registers the specified event.
- register(TypedEntryType<T>) - Static method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
- register(TypedEntryType<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- register(Config<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- register(Config<T>, ConfigModification<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- register(Config<T>, ConfigModification<T>, int) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- register(DataComponentType<?>, RemovalPredicate, boolean) - Static method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents
- register(Holder<MobEffect>, int) - Static method in class net.frozenblock.lib.block.api.beacon.BeaconEffectRegistry
-
Adds a
MobEffectto the Beacon. - register(Registry<DecoratedPotPattern>, ResourceKey<DecoratedPotPattern>, ResourceLocation) - Static method in interface net.frozenblock.lib.item.impl.sherd.DecoratedPotPatternRegistryEntrypoint
- register(Registry<T>, String, T) - Method in class net.frozenblock.lib.entrypoint.api.FrozenModInitializer
-
Registers an object using this mod's id as the namespace.
- register(BootstrapContext<ConfiguredFeature<?, ?>>, ResourceKey<ConfiguredFeature<?, ?>>, F, FC) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- register(BootstrapContext<ConfiguredFeature<?, ?>>, ResourceKey<ConfiguredFeature<?, ?>>, Feature<NoneFeatureConfiguration>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- register(BootstrapContext<PlacedFeature>, ResourceKey<PlacedFeature>, Holder<ConfiguredFeature<?, ?>>, List<PlacementModifier>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- register(BootstrapContext<PlacedFeature>, ResourceKey<PlacedFeature>, Holder<ConfiguredFeature<?, ?>>, PlacementModifier...) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- register(ResourceKey<? extends Registry<V>>, ResourceLocation, Supplier<V>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext
-
Attempts to safely register a game object into the given registry.
- register(ResourceKey<? extends Registry<V>>, ResourceLocation, V) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Registers the given game object into the given registry.
- register(ResourceKey<Biome>, ResourceKey<WolfVariant>) - Static method in class net.frozenblock.lib.entity.api.WolfVariantBiomeRegistry
-
Registers a
WolfVariantto a biome. - register(ResourceKey<Level>, GravityBelt<?>) - Static method in class net.frozenblock.lib.gravity.api.GravityAPI
- register(ResourceKey<T>, T, RegistrationInfo) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- register(ResourceLocation, Supplier<SoundPredicate.LoopPredicate<T>>) - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- register(ResourceLocation, SpottingIconPredicate.IconPredicate<T>) - Static method in class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- register(ResourceLocation, WindDisturbanceLogic.DisturbanceLogic<T>) - Static method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- register(ResourceLocation, EntityType<T>, ResourceLocation, boolean, String...) - Static method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Creates and registers an
EntityTextureOverridebased on an entity's name. - register(ResourceLocation, EntityType<T>, ResourceLocation, String...) - Static method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Creates and registers an
EntityTextureOverridebased on an entity's name, not-case-sensitive. - register(ResourceLocation, EntityType<T>, ResourceLocation, EntityTextureOverride.Condition<T>) - Static method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Creates and registers an
EntityTextureOverride. - register(ResourceLocation, T) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEntryContext
-
Safely registers a new entry in the registry of this context.
- register(Item, float, float) - Static method in class net.frozenblock.lib.item.api.HeavyItemDamageRegistry
- register(Item, ResourceLocation) - Static method in class net.frozenblock.lib.item.api.sherd.SherdRegistry
- register(Block, AxeBehaviors.AxeBehavior) - Static method in class net.frozenblock.lib.item.api.axe.AxeBehaviors
- register(Block, BonemealBehaviors.BonemealBehavior) - Static method in class net.frozenblock.lib.item.api.bonemeal.BonemealBehaviors
- register(Block, ShovelBehaviors.ShovelBehavior) - Static method in class net.frozenblock.lib.item.api.shovel.ShovelBehaviors
- register(Block, BlockEntityType<?>) - Static method in class net.frozenblock.lib.block.api.entity.BlockEntityWithoutLevelRendererRegistry
- register(DynamicRegistryManagerSetupContext, ResourceKey<ConfiguredFeature<?, ?>>, F, FC) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- register(DynamicRegistryManagerSetupContext, ResourceKey<PlacedFeature>, ResourceKey<ConfiguredFeature<?, ?>>, List<PlacementModifier>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- register(DynamicRegistryManagerSetupContext, ResourceKey<PlacedFeature>, ResourceKey<ConfiguredFeature<?, ?>>, PlacementModifier...) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacementUtils
- register(DynamicRegistryManagerSetupContext, DynamicRegistryManagerSetupContext.RegistryMap, String, String, F, FC) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- register(DynamicRegistryManagerSetupContext, DynamicRegistryManagerSetupContext.RegistryMap, String, String, Feature<NoneFeatureConfiguration>) - Static method in class net.frozenblock.lib.worldgen.feature.api.FrozenConfiguredFeatureUtils
- registerAverageFoliageColorForBlock(Block) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerBirchFoliageColorForBlock(Block) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerBirchFoliageColorForItem(ItemLike) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerBlockEntities(Schema) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.FirstSchema
- registerCape(ResourceLocation, Component) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- registerCape(ResourceLocation, ResourceLocation, Component) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- registerCapesFromURL(String) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- registerCapeTextureFromURL(ResourceLocation, ResourceLocation, String) - Static method in class net.frozenblock.lib.cape.client.api.ClientCapeUtil
- registerCapeWithWhitelist(ResourceLocation, Component, List<UUID>) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- registerCapeWithWhitelist(ResourceLocation, Component, UUID...) - Static method in class net.frozenblock.lib.cape.api.CapeUtil
- registerClientReceivers() - Static method in class net.frozenblock.lib.networking.FrozenClientNetworking
- registerColorForBlock(Block, int) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerColorForItem(ItemLike, int) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerDefaultFoliageColorForItem(ItemLike) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerEntities(Schema) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.FirstSchema
- registerEvergreenFoliageColorForBlock(Block) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerEvergreenFoliageColorForItem(ItemLike) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerFixer(String, int, DataFixer) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Registers a new data fixer.
- registerFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- registerFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- registerFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- registerFixer(ModContainer, int, DataFixer) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Registers a new data fixer.
- registerHandlers() - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.ClientRegistrySync
- registerHandlers() - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- RegisterInGameDevTools - Class in net.frozenblock.lib.ingamedevtools
- RegisterInGameDevTools() - Constructor for class net.frozenblock.lib.ingamedevtools.RegisterInGameDevTools
- registerMangroveFoliageColorForBlock(Block) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerMangroveFoliageColorForItem(ItemLike) - Static method in class net.frozenblock.lib.client.TintRegistryHelper
- registerMinecraftFixer(String, int, DataFixer) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Registers a new data fixer for use with Minecraft version-specific datafixing.
- registerMinecraftFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- registerMinecraftFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- registerMinecraftFixer(String, int, DataFixer) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- registerMinecraftFixer(ModContainer, int, DataFixer) - Static method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.QuiltDataFixes
-
Registers a new data fixer for use with Minecraft version-specific datafixing.
- registerNetworking() - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- registerParticles() - Static method in class net.frozenblock.lib.particle.api.FrozenParticleTypes
- registerRenderer(ResourceLocation, DebugRendererHolder.RenderInterface) - Static method in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- registerType(boolean, DSL.TypeReference, Supplier<TypeTemplate>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.EmptySchema
- registerTypes(Schema, Map<String, Supplier<TypeTemplate>>, Map<String, Supplier<TypeTemplate>>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.api.FirstSchema
- registerUnsynced(ResourceLocation, Supplier<SoundPredicate.LoopPredicate<T>>) - Static method in class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- registerUnsynced(ResourceLocation, WindDisturbanceLogic.DisturbanceLogic<T>) - Static method in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- registrationInfo(ResourceKey<T>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- registries() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Returns the value of the
registriesrecord component. - registries() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.DynamicRegistryManagerSetupContextImpl
- registry() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEntryContext
-
Returns the relevant registry for this entry.
- registry() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
- registry(ResourceKey<? extends Registry<? extends E>>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.DynamicRegistryManagerSetupContextImpl
- registryAccess() - Method in class net.frozenblock.lib.worldgen.surface.mixin.MinecraftServerMixin
- RegistryDataLoaderMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin
-
Modified to work on Fabric
- RegistryDataLoaderMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.RegistryDataLoaderMixin
- RegistryEntryContext<V> - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
Represents information about a registry entry.
- RegistryEvents - Class in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
Events for listening to the manipulation of Minecraft's content registries.
- RegistryEvents() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEvents
- RegistryEvents.DynamicRegistryLoadedCallback - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
- RegistryEvents.DynamicRegistrySetupCallback - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
- RegistryEvents.EntryAdded<V> - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
Functional interface to be implemented on callbacks for
RegistryEvents.getEntryAddEvent(Registry). - RegistryEventStorage<V> - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
- RegistryFreezeEvents - Class in net.frozenblock.lib.event.api
- RegistryFreezeEvents() - Constructor for class net.frozenblock.lib.event.api.RegistryFreezeEvents
- RegistryFreezeEvents.EndRegistryFreeze - Interface in net.frozenblock.lib.event.api
- RegistryFreezeEvents.StartRegistryFreeze - Interface in net.frozenblock.lib.event.api
- registryId() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns the value of the
registryIdrecord component. - registryKeySet() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- registryLifecycle() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- registryManager() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext
-
Returns the registry access that is being currently setup.
- registryManager() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.DynamicRegistryManagerSetupContextImpl
- RegistryMap(Map<ResourceKey<? extends Registry<?>>, Registry<?>>) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Creates an instance of a
RegistryMaprecord class. - RegistryMonitor<V> - Interface in org.quiltmc.qsl.frozenblock.core.registry.api.event
-
A higher level tool for monitoring the manipulation of Minecraft's content registries.
- RegistryMonitorImpl<V> - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.event
-
The default implementation of
RegistryMonitor. - RegistryMonitorImpl(Registry<V>) - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.event.RegistryMonitorImpl
- RegistrySyncText - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
- RegistrySyncText() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.RegistrySyncText
- relative() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
- RELATIVE - Enum constant in enum class net.frozenblock.lib.gametest.api.PositionType
-
Converts absolute positions to relative
- relativeX(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- RemovableDataComponent(Holder<DataComponentType<?>>, RemovalPredicate, boolean) - Constructor for class net.frozenblock.lib.item.api.removable.RemovableDataComponents.RemovableDataComponent
- RemovableDataComponents - Class in net.frozenblock.lib.item.api.removable
- RemovableDataComponents() - Constructor for class net.frozenblock.lib.item.api.removable.RemovableDataComponents
- RemovableDataComponents.RemovableDataComponent - Class in net.frozenblock.lib.item.api.removable
- RemovableItemTag(String, RemovalPredicate, boolean) - Constructor for class net.frozenblock.lib.item.api.removable.RemovableItemTags.RemovableItemTag
- RemovableItemTags - Class in net.frozenblock.lib.item.api.removable
-
Targets
DataComponents.CUSTOM_DATA - RemovableItemTags() - Constructor for class net.frozenblock.lib.item.api.removable.RemovableItemTags
- RemovableItemTags.RemovableItemTag - Class in net.frozenblock.lib.item.api.removable
- RemovalPredicate - Interface in net.frozenblock.lib.item.api.removable
- remove(JsonElement, String) - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- remove(String) - Static method in class net.frozenblock.lib.menu.api.SplashTextAPI
- remove(JsonValue, String) - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- removeCapeForUUID(UUID) - Static method in class net.frozenblock.lib.cape.client.impl.ClientCapeData
- RemoveEntityScreenShakePacket - Record Class in net.frozenblock.lib.screenshake.impl.network
- RemoveEntityScreenShakePacket(int) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
-
Creates an instance of a
RemoveEntityScreenShakePacketrecord class. - removeExperimentalWarning - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- removeGoalSelector(int) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- removeIcon() - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- RemoveScreenShakePacket - Record Class in net.frozenblock.lib.screenshake.impl.network
- RemoveScreenShakePacket() - Constructor for record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
-
Creates an instance of a
RemoveScreenShakePacketrecord class. - RemoveScreenShakePacket(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
- render(PoseStack, MultiBufferSource, double, double, double) - Method in class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- render(PoseStack, MultiBufferSource, double, double, double) - Method in interface net.frozenblock.lib.debug.client.impl.DebugRendererHolder.RenderInterface
- render(PoseStack, MultiBufferSource, double, double, double) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- render(PoseStack, MultiBufferSource, double, double, double) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGoalSelectorDebugRenderer
- render(PoseStack, MultiBufferSource, double, double, double) - Method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- render(PoseStack, MultiBufferSource, double, double, double) - Method in class net.frozenblock.lib.debug.client.renderer.WindDisturbanceDebugRenderer
- render(StencilRenderer.Triangle[], Matrix4f, MultiBufferSource, int) - Static method in class net.frozenblock.lib.stencil.api.StencilRenderer
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class net.frozenblock.lib.debug.client.impl.DebugScreen.DebugRendererListWidget.Entry
- render(T, float, PoseStack, MultiBufferSource, int, int) - Method in class net.frozenblock.lib.block.api.entity.BillboardBlockEntityRenderer
- renderBottom() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns the value of the
renderBottomrecord component. - renderer - Variable in class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- renderGravityBelts(ClientLevel, Camera, PoseStack) - Static method in class net.frozenblock.lib.gravity.impl.GravityRenderingImpl
- renderTop() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns the value of the
renderToprecord component. - renderWindNodes(PoseStack, MultiBufferSource, double, double, double, List<Pair<Vec3, Integer>>) - Static method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- renderWindNodesFromList(PoseStack, MultiBufferSource, double, double, double, List<List<Pair<Vec3, Integer>>>) - Static method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - replaceableBlocks() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
replaceableBlocksrecord component. - request() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns the value of the
requestrecord component. - REQUIRED - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocol
- RequiresModMenuMixinPlugin - Class in net.frozenblock.lib.modmenu.mixin.plugin
- RequiresModMenuMixinPlugin() - Constructor for class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- requiresSync() - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- resetTags() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- RESOURCE_LOCATION_REPLACEMENTS - Static variable in class net.frozenblock.lib.worldgen.structure.api.StructurePoolElementIdReplacements
-
Deprecated.
- ResourceLoaderEvents - Class in org.quiltmc.qsl.frozenblock.resource.loader.api
-
Events related to the resource loader.
- ResourceLoaderEvents() - Constructor for class org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents
- ResourceLoaderEvents.EndDataPackReload - Interface in org.quiltmc.qsl.frozenblock.resource.loader.api
-
Functional interface to be implemented on callbacks for
ResourceLoaderEvents.END_DATA_PACK_RELOAD. - ResourceLoaderEvents.StartDataPackReload - Interface in org.quiltmc.qsl.frozenblock.resource.loader.api
-
Functional interface to be implemented on callbacks for
ResourceLoaderEvents.START_DATA_PACK_RELOAD. - resourceLocation() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEntryContext
-
Returns the entry's namespaced identifier.
- resourceLocation() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
- RestrictedMovingFadingDistanceSwitchingSound<T> - Class in net.frozenblock.lib.sound.api.instances.distance_based
- RestrictedMovingFadingDistanceSwitchingSound(T, SoundEvent, SoundSource, float, float, SoundPredicate.LoopPredicate<T>, boolean, double, double, float, boolean) - Constructor for class net.frozenblock.lib.sound.api.instances.distance_based.RestrictedMovingFadingDistanceSwitchingSound
- RestrictedMovingFadingDistanceSwitchingSoundLoop<T> - Class in net.frozenblock.lib.sound.api.instances.distance_based
- RestrictedMovingFadingDistanceSwitchingSoundLoop(T, SoundEvent, SoundSource, float, float, SoundPredicate.LoopPredicate<T>, boolean, double, double, float, boolean) - Constructor for class net.frozenblock.lib.sound.api.instances.distance_based.RestrictedMovingFadingDistanceSwitchingSoundLoop
- RestrictedMovingSound<T> - Class in net.frozenblock.lib.sound.api.instances
- RestrictedMovingSound(T, SoundEvent, SoundSource, float, float, SoundPredicate.LoopPredicate<T>, boolean) - Constructor for class net.frozenblock.lib.sound.api.instances.RestrictedMovingSound
- RestrictedMovingSoundLoop<T> - Class in net.frozenblock.lib.sound.api.instances
- RestrictedMovingSoundLoop(T, SoundEvent, SoundSource, float, float, SoundPredicate.LoopPredicate<T>, boolean) - Constructor for class net.frozenblock.lib.sound.api.instances.RestrictedMovingSoundLoop
- RestrictedSoundInstance<T> - Class in net.frozenblock.lib.sound.api
- RestrictedSoundInstance(SoundEvent, SoundSource, RandomSource, T, SoundPredicate.LoopPredicate<T>) - Constructor for class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- RestrictedStartingSound<T> - Class in net.frozenblock.lib.sound.api.instances
- RestrictedStartingSound(T, SoundEvent, SoundSource, float, float, SoundPredicate.LoopPredicate<T>, boolean, AbstractSoundInstance) - Constructor for class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- restrictionID - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- restrictionID - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- restrictionID() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns the value of the
restrictionIDrecord component. - restrictionID() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns the value of the
restrictionIDrecord component. - rotateAboutX(Vec3, double, double) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- rotateAboutXZ(Vec3, double, double) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- ruleSource() - Method in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Returns the value of the
ruleSourcerecord component. - run(Climate.Parameter) - Method in interface net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters.BiomeRunnable
- runFutureForTexture() - Method in class net.frozenblock.lib.image_transfer.client.ServerTexture
- runResetsIfNeeded() - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Used to reset defined values in the rare case of an overflow.
S
- sample(ImprovedNoise, Vec3i, double, boolean, boolean) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- sample(ImprovedNoise, Vec3, double, boolean, boolean) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- sample3D(Vec3, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
-
Deprecated.
- sampleAbs(ImprovedNoise, Vec3i, double, boolean, boolean) - Static method in class net.frozenblock.lib.math.api.EasyNoiseSampler
- sampleVec3(ImprovedNoise, double, double, double) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- SAND - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- SANDSTONE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- save() - Method in class net.frozenblock.lib.config.api.instance.Config
- save(CompoundTag, HolderLookup.Provider) - Method in class net.frozenblock.lib.wind.impl.WindStorage
- save(CompoundTag) - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- save(CompoundTag) - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- save(CompoundTag) - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- save(CompoundTag) - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- save(CompoundTag) - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- save(CompoundTag) - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Saves custom data.
- save(CompoundTag, HolderLookup.Provider) - Method in class net.frozenblock.lib.screenshake.impl.ScreenShakeStorage
- SaveableCooldownInstance(ResourceLocation, int, int) - Constructor for record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Creates an instance of a
SaveableCooldownInstancerecord class. - SaveableItemCooldowns - Class in net.frozenblock.lib.item.impl
- SaveableItemCooldowns() - Constructor for class net.frozenblock.lib.item.impl.SaveableItemCooldowns
- SaveableItemCooldowns.SaveableCooldownInstance - Record Class in net.frozenblock.lib.item.impl
- saveCooldowns(CompoundTag, ServerPlayer) - Static method in class net.frozenblock.lib.item.impl.SaveableItemCooldowns
- saveItemCooldowns - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- saveToConfigFile(CompoundTag, String) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- saveToFile(CompoundTag, File) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- saveToFile(CompoundTag, File, String) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- ScaleEntityCommand - Class in net.frozenblock.lib.entity.api.command
- ScaleEntityCommand() - Constructor for class net.frozenblock.lib.entity.api.command.ScaleEntityCommand
- scaleY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
scaleYrecord component. - scaleY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
scaleYrecord component. - scaleY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
scaleYrecord component. - scaleY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
scaleYrecord component. - SCREEN_SHAKE_FILE_ID - Static variable in class net.frozenblock.lib.screenshake.impl.ScreenShakeStorage
- SCREEN_SHAKES - Static variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- ScreenShake(float, int, int, Vec3, float, int) - Constructor for class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- ScreenShakeCommand - Class in net.frozenblock.lib.screenshake.api.command
- ScreenShakeCommand() - Constructor for class net.frozenblock.lib.screenshake.api.command.ScreenShakeCommand
- ScreenShakeManager - Class in net.frozenblock.lib.screenshake.api
- ScreenShakeManager(ServerLevel) - Constructor for class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- ScreenShakeManager.ScreenShake - Class in net.frozenblock.lib.screenshake.api
- ScreenShakeManagerInterface - Interface in net.frozenblock.lib.screenshake.impl
- ScreenShakePacket - Record Class in net.frozenblock.lib.screenshake.impl.network
- ScreenShakePacket(float, int, int, Vec3, float, int) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Creates an instance of a
ScreenShakePacketrecord class. - ScreenShakePacket(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
- ScreenShaker - Class in net.frozenblock.lib.screenshake.api.client
- ScreenShaker() - Constructor for class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- ScreenShaker.ClientEntityScreenShake - Class in net.frozenblock.lib.screenshake.api.client
- ScreenShaker.ClientScreenShake - Class in net.frozenblock.lib.screenshake.api.client
- ScreenShakeStorage - Class in net.frozenblock.lib.screenshake.impl
- ScreenShakeStorage(ScreenShakeManager) - Constructor for class net.frozenblock.lib.screenshake.impl.ScreenShakeStorage
- Section(Component, List<Component>) - Constructor for record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Creates an instance of a
Sectionrecord class. - seed - Variable in class net.frozenblock.lib.wind.api.WindManager
- seed() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns the value of the
seedrecord component. - seed(double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
Executes
AnimationAPI.rawSeed(double)multiple times to make the number look more "random" - seed2D(Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
Convert a 2D position with a seed in a resulting seed
- sendAllCapesToPlayer(ServerPlayer) - Static method in class net.frozenblock.lib.cape.impl.ServerCapeData
- sendBack(ServerPlayer, ServerLevel, ChunkPos) - Static method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- sendC2S() - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- sendC2S(Iterable<Config<?>>) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- sendCapeReposToPlayer(ServerPlayer) - Static method in class net.frozenblock.lib.cape.impl.ServerCapeData
- sendCapeToAll(MinecraftServer, UUID, ResourceLocation) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- sendEntityScreenShakeTo(ServerPlayer, Entity, float, int, int, float, int) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- sendHelloPacket(PacketSender) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- sendIconPacket(ServerPlayer) - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- sendModProtocol(PacketSender) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- sendPacketToAllPlayers(ServerLevel, CustomPacketPayload) - Static method in class net.frozenblock.lib.networking.FrozenNetworking
- sendS2C(ServerPlayer) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- sendS2C(ServerPlayer, Iterable<Config<?>>) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- sendScreenShakePacketTo(ServerPlayer, float, int, int, Vec3, float, int) - Static method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- sendSync(ServerLevel) - Method in class net.frozenblock.lib.wind.api.WindManager
- sendSyncPackets(PacketSender, int) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- sendSyncToPlayer(WindSyncPacket, ServerPlayer) - Method in class net.frozenblock.lib.wind.api.WindManager
- sendToPlayer(File, String, ServerPlayer) - Static method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- sequence(List<SurfaceRules.RuleSource>) - Static method in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- SerializableGravityFunction<T> - Interface in net.frozenblock.lib.gravity.api
- serialize(Collection<Either<String, Integer>>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Converts the given JSON path data into a raw string.
- serializeObject(Path, Object) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- serializeToJson(TagKeyArgument.Info.Template, JsonObject) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info
- serializeToNetwork(TagKeyArgument.Info.Template, FriendlyByteBuf) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info
- SERVER - Enum constant in enum class net.frozenblock.lib.event.impl.EventType
-
Represents a server-sided event.
- SERVER_SUPPORTED_PROTOCOL - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- ServerAdvancementManagerMixin - Class in net.frozenblock.lib.advancement.mixin
- ServerAdvancementManagerMixin() - Constructor for class net.frozenblock.lib.advancement.mixin.ServerAdvancementManagerMixin
- ServerCapeData - Class in net.frozenblock.lib.cape.impl
- ServerCapeData() - Constructor for class net.frozenblock.lib.cape.impl.ServerCapeData
- ServerDataMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin.client
- ServerDataMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.client.ServerDataMixin
- ServerEntityMixin - Class in net.frozenblock.lib.entity.mixin
- ServerEntityMixin() - Constructor for class net.frozenblock.lib.entity.mixin.ServerEntityMixin
- ServerEventEntrypoint - Interface in net.frozenblock.lib.entrypoint.api
-
A dedicated-server-sided event callback that can be used as an entrypoint.
- ServerFreezer - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl
-
Modified to work on Fabric
- ServerFreezer() - Constructor for class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.ServerFreezer
- ServerItemCooldownsMixin - Class in net.frozenblock.lib.item.mixin
- ServerItemCooldownsMixin() - Constructor for class net.frozenblock.lib.item.mixin.ServerItemCooldownsMixin
- ServerLevelMixin - Class in net.frozenblock.lib.event.mixin
- ServerLevelMixin - Class in net.frozenblock.lib.screenshake.mixin
- ServerLevelMixin - Class in net.frozenblock.lib.wind.mixin
- ServerLevelMixin() - Constructor for class net.frozenblock.lib.event.mixin.ServerLevelMixin
- ServerLevelMixin() - Constructor for class net.frozenblock.lib.screenshake.mixin.ServerLevelMixin
- ServerLevelMixin() - Constructor for class net.frozenblock.lib.wind.mixin.ServerLevelMixin
- ServerPackets - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Identifiers of packets sent by server.
- ServerPackets() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets
- ServerPackets.End - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Ends registry sync.
- ServerPackets.ErrorStyle - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
This packet sets failure text look/properties.
- ServerPackets.Handshake - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
Starts registry sync.
- ServerPackets.ModProtocol - Record Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync
-
This packet requests client to validate and return supported Mod Protocol versions.
- ServerPlayerMixin - Class in net.frozenblock.lib.item.mixin
- ServerPlayerMixin - Class in net.frozenblock.lib.screenshake.mixin
- ServerPlayerMixin() - Constructor for class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- ServerPlayerMixin() - Constructor for class net.frozenblock.lib.screenshake.mixin.ServerPlayerMixin
- ServerRegistrySync - Class in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server
- ServerRegistrySync() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- ServerStatusVersionMixin - Class in org.quiltmc.qsl.frozenblock.core.registry.mixin
- ServerStatusVersionMixin() - Constructor for class org.quiltmc.qsl.frozenblock.core.registry.mixin.ServerStatusVersionMixin
- ServerTexture - Class in net.frozenblock.lib.image_transfer.client
-
A texture that will use a .png file sent from the server.
- ServerTexture(String, String, ResourceLocation, Runnable) - Constructor for class net.frozenblock.lib.image_transfer.client.ServerTexture
- set(ResourceLocation, V) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
-
Changes the current entry information.
- set(ResourceLocation, V, int) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
-
Changes the current entry information.
- setCapeForUUID(UUID, ResourceLocation) - Static method in class net.frozenblock.lib.cape.client.impl.ClientCapeData
- setConfig(T) - Method in class net.frozenblock.lib.config.api.instance.Config
- setConfiguredHolder(Holder<ConfiguredFeature<?, ?>>) - Method in class net.frozenblock.lib.worldgen.feature.api.FrozenPlacedFeature
- setCooldowns(List<SaveableItemCooldowns.SaveableCooldownInstance>, ServerPlayer) - Static method in class net.frozenblock.lib.item.impl.SaveableItemCooldowns
- setIcon(ResourceLocation, float, float, ResourceLocation) - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- setLocation(double, double, double) - Method in class net.frozenblock.lib.math.api.Point3D.Double
- setLocation(double, double, double) - Method in class net.frozenblock.lib.math.api.Point3D.Float
- setLocation(double, double, double) - Method in class net.frozenblock.lib.math.api.Point3D
- setLocation(float, float, float) - Method in class net.frozenblock.lib.math.api.Point3D.Float
- setLocation(Point3D) - Method in class net.frozenblock.lib.math.api.Point3D
- setOrAdd(JsonArray, int, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Sets the value at the given index, or else if
index == array.size(), adds it. - setProperty(ItemStack, Property<T>, T) - Static method in class net.frozenblock.lib.item.api.ItemBlockStateTagUtils
- setSeed(long) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- setSyncData(Config<T>, ConfigSyncData<T>) - Static method in class net.frozenblock.lib.config.api.registry.ConfigRegistry
- setUnsafely(Field, Object, Object) - Static method in class net.frozenblock.lib.config.api.instance.xjs.UnsafeUtils
- setupCriteria(Advancement) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
- setupRequirements(Advancement) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
-
Makes a copy of
AdvancementRequirements.EMPTYfor use in the Advancement API - setupRewards(Advancement) - Static method in class net.frozenblock.lib.advancement.api.AdvancementAPI
-
Makes a copy of
AdvancementRewards.EMPTYfor use in the Advancement API - setValue(T) - Method in interface net.frozenblock.lib.config.api.entry.TypedEntry
- setValue(T) - Method in class net.frozenblock.lib.config.impl.entry.TypedEntryImpl
- setValue(JsonObject, JsonValue) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- setValueFromPath(JsonObject, JsonPath, JsonValue) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Updates a single value in a JSON object based on a full, dotted path.
- shake(PoseStack, float) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- ShapedRecipeBuilderExtension - Interface in net.frozenblock.lib.recipe.api
- ShapedRecipeBuilderMixin - Class in net.frozenblock.lib.recipe.mixin
- ShapedRecipeBuilderMixin() - Constructor for class net.frozenblock.lib.recipe.mixin.ShapedRecipeBuilderMixin
- ShapedRecipeMixin - Class in net.frozenblock.lib.recipe.mixin
- ShapedRecipeMixin() - Constructor for class net.frozenblock.lib.recipe.mixin.ShapedRecipeMixin
- ShapedRecipeUtil - Class in net.frozenblock.lib.recipe.api
- SherdRegistry - Class in net.frozenblock.lib.item.api.sherd
- SherdRegistry() - Constructor for class net.frozenblock.lib.item.api.sherd.SherdRegistry
- shouldApplyMixin(String, String) - Method in class net.frozenblock.lib.config.clothconfig.mixin.plugin.FrozenLibClothConfigMixinPlugin
- shouldApplyMixin(String, String) - Method in class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- shouldApplyMixin(String, String) - Method in class net.frozenblock.lib.modmenu.mixin.plugin.RequiresModMenuMixinPlugin
- shouldDisable(Cape) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- shouldDisable(ResourceLocation) - Static method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- shouldPlace(PlacementContext, RandomSource, BlockPos) - Method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
- shouldRecalculatePath() - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- shouldRemove() - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- shouldRemove() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- shouldRemove(ClientLevel) - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientEntityScreenShake
- shouldRemove(ClientLevel) - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- shouldRemove(Level, Entity, int, boolean) - Method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents.RemovableDataComponent
- shouldRemove(Level, Entity, int, boolean) - Method in class net.frozenblock.lib.item.api.removable.RemovableItemTags.RemovableItemTag
- shouldRemove(Level, Entity, int, boolean) - Method in interface net.frozenblock.lib.item.api.removable.RemovalPredicate
- shouldRemoveComponentOnStackMerge(DataComponentType<?>) - Static method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents
- shouldRemoveOnStackMerge() - Method in class net.frozenblock.lib.item.api.removable.RemovableDataComponents.RemovableDataComponent
- shouldRemoveOnStackMerge() - Method in class net.frozenblock.lib.item.api.removable.RemovableItemTags.RemovableItemTag
- shouldRemoveTagOnStackMerge(String) - Static method in class net.frozenblock.lib.item.api.removable.RemovableItemTags
- shouldRenderFace(BlockAndTintGetter, BlockPos, FluidState, BlockState, Direction, FluidState, BlockState) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- shouldSmeltLoot(HolderLookup.Provider) - Static method in class net.frozenblock.lib.datagen.api.EntityLootHelper
- shouldSync() - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- shouldUseWind() - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- ShovelBehaviors - Class in net.frozenblock.lib.item.api.shovel
- ShovelBehaviors() - Constructor for class net.frozenblock.lib.item.api.shovel.ShovelBehaviors
- ShovelBehaviors.ShovelBehavior - Interface in net.frozenblock.lib.item.api.shovel
- ShovelItemMixin - Class in net.frozenblock.lib.item.mixin.shovel
- ShovelItemMixin() - Constructor for class net.frozenblock.lib.item.mixin.shovel.ShovelItemMixin
- showError() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Returns the value of the
showErrorrecord component. - showErrorDetails - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- SilentTicker - Class in net.frozenblock.lib.entity.api
- SilentTicker(EntityType<?>, Level) - Constructor for class net.frozenblock.lib.entity.api.SilentTicker
- SIMPLE_BLOCK_SCHEDULE_TICK_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- SimpleBlockScheduleTickFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- SimpleBlockScheduleTickFeature(Codec<SimpleBlockConfiguration>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.SimpleBlockScheduleTickFeature
- SimpleFixes - Class in org.quiltmc.qsl.frozenblock.misc.datafixerupper.api
-
Provides methods to add common
DataFixes toDataFixerBuilders. - simulateMoveResources(Storage<T>, T, long, TransactionContext) - Method in enum class net.frozenblock.lib.storage.api.MoveDirection
- sineEaseIn(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
-
SINE EASING - Generated using Math.sin()
- sineEaseInOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- sineEaseOut(Point2D, Point2D, double) - Static method in class net.frozenblock.lib.math.api.AnimationAPI
- SinglePoolElementMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- SinglePoolElementMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.SinglePoolElementMixin
- size() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- size() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- skip(JsonArray, boolean) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Generates a new
JsonArraycontaining only the values that were or were not used in the original. - skip(JsonObject, boolean) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Generates a new
JsonObjectcontaining only the values that were or were not used in the original. - skyColor() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- skyLightSectionDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- SmootherSwimmingMoveControl - Class in net.frozenblock.lib.entity.api.behavior
-
A smoother version of
SmoothSwimmingMoveControl. - SmootherSwimmingMoveControl(Mob, float, float, float, float, boolean) - Constructor for class net.frozenblock.lib.entity.api.behavior.SmootherSwimmingMoveControl
- SNOW_BLOCK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- solidFaceRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- solveQuadraticEquation(double, double, double) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
-
Solves a quadratic equation of the form ax^2 + bx + c = 0.
- SOUL_SAND - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- SOUL_SOIL - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- sound() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns the value of the
soundrecord component. - sound() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns the value of the
soundrecord component. - sound() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Returns the value of the
soundrecord component. - sound() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
soundrecord component. - sound() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
soundrecord component. - sound() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
soundrecord component. - SOUND_GROUP_OVERWRITE - Static variable in class net.frozenblock.lib.sound.api.block_sound_group.SoundCodecs
- SOUND_PREDICATE - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SOUND_PREDICATE_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SOUND_PREDICATE_UNSYNCED - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SOUND_PREDICATE_UNSYNCED_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SOUND_TYPE - Static variable in class net.frozenblock.lib.sound.api.block_sound_group.SoundCodecs
- sound2EventID - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- SoundCodecs - Class in net.frozenblock.lib.sound.api.block_sound_group
- SoundCodecs() - Constructor for class net.frozenblock.lib.sound.api.block_sound_group.SoundCodecs
- soundEventID - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- soundEventID - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- SoundGroupLoader(ResourceManager, ProfilerFiller) - Constructor for class net.frozenblock.lib.sound.impl.block_sound_group.BlockSoundGroupManager.SoundGroupLoader
- SoundLoopData(ResourceLocation, String, float, float, ResourceLocation, boolean) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- SoundLoopData(ResourceLocation, SoundSource, float, float, ResourceLocation, boolean) - Constructor for class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- soundOverwrite() - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Returns the value of the
soundOverwriterecord component. - SoundPredicate<T> - Class in net.frozenblock.lib.sound.api.predicate
- SoundPredicate(Supplier<SoundPredicate.LoopPredicate<T>>) - Constructor for class net.frozenblock.lib.sound.api.predicate.SoundPredicate
- SoundPredicate.LoopPredicate<T> - Interface in net.frozenblock.lib.sound.api.predicate
- southAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- speedModifier - Variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- SplashManagerMixin - Class in net.frozenblock.lib.menu.mixin
- SplashManagerMixin() - Constructor for class net.frozenblock.lib.menu.mixin.SplashManagerMixin
- SplashTextAPI - Class in net.frozenblock.lib.menu.api
- SPOTTING_ICON_PREDICATE - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SPOTTING_ICON_PREDICATE_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- SpottingIcon(ResourceLocation, float, float, ResourceLocation) - Constructor for record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Creates an instance of a
SpottingIconrecord class. - SpottingIconManager - Class in net.frozenblock.lib.spotting_icons.api
- SpottingIconManager(Entity) - Constructor for class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- SpottingIconManager.SpottingIcon - Record Class in net.frozenblock.lib.spotting_icons.api
- SpottingIconPacket - Record Class in net.frozenblock.lib.spotting_icons.impl
- SpottingIconPacket(int, ResourceLocation, float, float, ResourceLocation) - Constructor for record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Creates an instance of a
SpottingIconPacketrecord class. - SpottingIconPacket(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
- SpottingIconPredicate<T> - Class in net.frozenblock.lib.spotting_icons.api
- SpottingIconPredicate(SpottingIconPredicate.IconPredicate<T>) - Constructor for class net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate
- SpottingIconPredicate.IconPredicate<T> - Interface in net.frozenblock.lib.spotting_icons.api
- SpottingIconRemovePacket - Record Class in net.frozenblock.lib.spotting_icons.impl
- SpottingIconRemovePacket(int) - Constructor for record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
-
Creates an instance of a
SpottingIconRemovePacketrecord class. - squareBetween(int, int, int, int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- squish(Climate.Parameter, float) - Static method in class net.frozenblock.lib.worldgen.biome.api.parameters.FrozenBiomeParameters
- start(Consumer<Packet<?>>) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- start(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.BreatheAir
- start(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- START_DATA_PACK_RELOAD - Static variable in class org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents
-
An event indicating the start of the reloading of data packs on a Minecraft server.
- START_REGISTRY_FREEZE - Static variable in class net.frozenblock.lib.event.api.RegistryFreezeEvents
-
An event indicating the start of a
Registry's freeze. - startFade() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns the value of the
startFaderecord component. - startFadeDist() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns the value of the
startFadeDistrecord component. - StartingMovingRestrictionSoundLoopPacket - Record Class in net.frozenblock.lib.sound.api.networking
- StartingMovingRestrictionSoundLoopPacket(int, Holder<SoundEvent>, Holder<SoundEvent>, SoundSource, float, float, ResourceLocation, boolean) - Constructor for record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Creates an instance of a
StartingMovingRestrictionSoundLoopPacketrecord class. - StartingMovingRestrictionSoundLoopPacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
- startingSound() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
startingSoundrecord component. - startNextSound() - Method in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- startTime() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Returns the value of the
startTimerecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
staterecord component. - state() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
staterecord component. - STENCIL_RENDER_AND_CLEAR - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- STENCIL_SETUP_AND_LEAK - Static variable in class net.frozenblock.lib.entity.api.rendering.FrozenRenderType
- StencilRenderer - Class in net.frozenblock.lib.stencil.api
- StencilRenderer() - Constructor for class net.frozenblock.lib.stencil.api.StencilRenderer
- StencilRenderer.Triangle - Record Class in net.frozenblock.lib.stencil.api
- STONE - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- stop() - Method in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- stopOnDeath - Variable in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- stopOnDeath - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- stopOnDeath - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- stopOnDeath() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
stopOnDeathrecord component. - stopOnDeath() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
stopOnDeathrecord component. - stopOnDeath() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
stopOnDeathrecord component. - StorageInteraction<T> - Interface in net.frozenblock.lib.storage.api
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- STREAM_CODEC - Static variable in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
- strength() - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Returns the value of the
strengthrecord component. - string(String) - Static method in class net.frozenblock.lib.FrozenSharedConstants
- stringify(List<LogBuilder.Section>) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- StructureDebugRequestPayload - Record Class in net.frozenblock.lib.debug.networking
- StructureDebugRequestPayload(FriendlyByteBuf) - Constructor for record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- StructureDebugRequestPayload(ChunkPos) - Constructor for record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
-
Creates an instance of a
StructureDebugRequestPayloadrecord class. - StructureMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- StructureMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.StructureMixin
- StructurePoolElementIdReplacements - Class in net.frozenblock.lib.worldgen.structure.api
- StructurePoolElementIdReplacements() - Constructor for class net.frozenblock.lib.worldgen.structure.api.StructurePoolElementIdReplacements
- StructurePoolElementInterface - Interface in net.frozenblock.lib.worldgen.structure.impl
- StructureProcessorApi - Class in net.frozenblock.lib.worldgen.structure.api
- StructureProcessorApi() - Constructor for class net.frozenblock.lib.worldgen.structure.api.StructureProcessorApi
- structureRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- StructureStartInterface - Interface in net.frozenblock.lib.worldgen.structure.impl
- StructureStartMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- StructureStartMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.StructureStartMixin
- StructureTemplateInterface - Interface in net.frozenblock.lib.worldgen.structure.impl
- StructureTemplateMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- StructureTemplateMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.StructureTemplateMixin
- StructureUpgradeCommand - Class in net.frozenblock.lib.worldgen.structure.impl
- stub() - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
A lightweight, immutable alternative to
JsonPath.JsonPathBuilder, specifically intended for tracking paths over time in scenarios where an actualJsonPathmay not be needed. - subList(int, int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- subPath(int, int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- subPath(String) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- supportBlockRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- supportedVersions() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
-
Returns the value of the
supportedVersionsrecord component. - supportsExtraction() - Method in class net.frozenblock.lib.storage.api.NoInteractionStorage
- supportsInsertion() - Method in class net.frozenblock.lib.storage.api.NoInteractionStorage
- supportsModification() - Method in class net.frozenblock.lib.config.api.instance.Config
- supportsSync() - Method in class net.frozenblock.lib.config.api.instance.Config
- SURFACE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- SurfaceRuleEvents - Class in net.frozenblock.lib.worldgen.surface.api
-
Events that allows adding surface rules to dimensions.
- SurfaceRuleEvents() - Constructor for class net.frozenblock.lib.worldgen.surface.api.SurfaceRuleEvents
- SurfaceRuleEvents.EndSurfaceRuleCallback - Interface in net.frozenblock.lib.worldgen.surface.api
- SurfaceRuleEvents.GenericSurfaceRuleCallback - Interface in net.frozenblock.lib.worldgen.surface.api
- SurfaceRuleEvents.NetherSurfaceRuleCallback - Interface in net.frozenblock.lib.worldgen.surface.api
- SurfaceRuleEvents.OverworldSurfaceRuleCallback - Interface in net.frozenblock.lib.worldgen.surface.api
- SurfaceRuleEvents.OverworldSurfaceRuleNoPrelimSurfaceCallback - Interface in net.frozenblock.lib.worldgen.surface.api
- SurfaceRuleManagerMixin - Class in net.frozenblock.lib.worldgen.surface.mixin.terrablender
- SurfaceRuleManagerMixin() - Constructor for class net.frozenblock.lib.worldgen.surface.mixin.terrablender.SurfaceRuleManagerMixin
- SurfaceRulePlugin - Class in net.frozenblock.lib.worldgen.surface.mixin
- SurfaceRulePlugin() - Constructor for class net.frozenblock.lib.worldgen.surface.mixin.SurfaceRulePlugin
- SurfaceRuleUtil - Class in net.frozenblock.lib.worldgen.surface.impl
- SurfaceRuleUtil() - Constructor for class net.frozenblock.lib.worldgen.surface.impl.SurfaceRuleUtil
- surroundingPillarChance() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns the value of the
surroundingPillarChancerecord component. - SYNCABLE - Enum constant in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
-
The default behavior for all entries.
- SyncBehavior - Enum Class in net.frozenblock.lib.config.api.sync
-
Used to provide the behavior for a config entry when syncing is in action.
- syncedEntry(T, Class<?>, String, Config<?>) - Static method in class net.frozenblock.lib.config.clothconfig.FrozenClothConfig
-
Creates an entry that will interact with config syncing
- syncPacket(WindSyncPacket) - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Appends custom data to the
WindSyncPacket. - SyncTaskHolder - Interface in org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server
- syncWithPlayer(ServerPlayer) - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- syncWithPlayer(ServerPlayer) - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- syncWithPlayer(ServerPlayer) - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
T
- tagKey(ResourceKey<? extends Registry<T>>) - Static method in class net.frozenblock.lib.tag.api.TagKeyArgument
- TagKeyArgument<T> - Class in net.frozenblock.lib.tag.api
- TagKeyArgument(ResourceKey<? extends Registry<T>>) - Constructor for class net.frozenblock.lib.tag.api.TagKeyArgument
- TagKeyArgument.Info<T> - Class in net.frozenblock.lib.tag.api
- TagKeyArgument.Info.Template - Class in net.frozenblock.lib.tag.api
- TagListCommand - Class in net.frozenblock.lib.tag.api
- TagUtils - Class in net.frozenblock.lib.tag.api
-
Contains methods related to
TagKeys. - TagUtils() - Constructor for class net.frozenblock.lib.tag.api.TagUtils
- temperature() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- Temperature - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Temperature() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- temperatureModifier() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- TEMPERATURES - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- TemplateStructurePieceMixin - Class in net.frozenblock.lib.worldgen.structure.mixin
- TemplateStructurePieceMixin() - Constructor for class net.frozenblock.lib.worldgen.structure.mixin.TemplateStructurePieceMixin
- TERRACOTTA - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- tesselateWithSingleTexture(BlockAndTintGetter, BlockPos, VertexConsumer, BlockState, FluidState, TextureAtlasSprite) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- test() - Method in class net.frozenblock.lib.sound.api.RestrictedSoundInstance
- test(BlockState, BlockState, BlockPos, BlockPos, BlockPos, RandomSource) - Method in class net.frozenblock.lib.worldgen.structure.api.BlockStateRespectingProcessorRule
- test(BlockState, BlockState, BlockPos, BlockPos, BlockPos, RandomSource) - Method in class net.frozenblock.lib.worldgen.structure.api.WeightedProcessorRule
- test(T) - Method in interface net.frozenblock.lib.sound.api.predicate.SoundPredicate.LoopPredicate
- test(T) - Method in interface net.frozenblock.lib.spotting_icons.api.SpottingIconPredicate.IconPredicate
- text(String) - Static method in class net.frozenblock.lib.config.frozenlib_config.gui.FrozenLibConfigGui
- text(String) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.ServerRegistrySync
- text(Component) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- textEntry(Component) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder
- texture() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns the value of the
texturerecord component. - texture() - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Returns the value of the
texturerecord component. - texture() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns the value of the
texturerecord component. - texture() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns the value of the
texturerecord component. - TextureManagerMixin - Class in net.frozenblock.lib.image_transfer.mixin.client
- TextureManagerMixin() - Constructor for class net.frozenblock.lib.image_transfer.mixin.client.TextureManagerMixin
- The Registry-related Events. - Search tag in package org.quiltmc.qsl.frozenblock.core.registry.api.event
- Section
- THREE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- THREE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- ThrowableProjectileMixin - Class in net.frozenblock.lib.gravity.mixin
- ThrowableProjectileMixin() - Constructor for class net.frozenblock.lib.gravity.mixin.ThrowableProjectileMixin
- tick() - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- tick() - Method in class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- tick() - Method in class net.frozenblock.lib.debug.client.renderer.WindDisturbanceDebugRenderer
- tick() - Method in class net.frozenblock.lib.entity.api.behavior.SmootherSwimmingMoveControl
- tick() - Method in class net.frozenblock.lib.entity.api.SilentTicker
- tick() - Method in class net.frozenblock.lib.image_transfer.client.ServerTexture
- tick() - Method in class net.frozenblock.lib.particle.impl.DebugPosParticle
- tick() - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientEntityScreenShake
- tick() - Method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- tick() - Method in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager
- tick() - Method in class net.frozenblock.lib.sound.api.instances.distance_based.FadingDistanceSwitchingSound
- tick() - Method in class net.frozenblock.lib.sound.api.instances.distance_based.RestrictedMovingFadingDistanceSwitchingSound
- tick() - Method in class net.frozenblock.lib.sound.api.instances.distance_based.RestrictedMovingFadingDistanceSwitchingSoundLoop
- tick() - Method in class net.frozenblock.lib.sound.api.instances.MovingParticleSoundLoop
- tick() - Method in class net.frozenblock.lib.sound.api.instances.RestrictedMovingSound
- tick() - Method in class net.frozenblock.lib.sound.api.instances.RestrictedMovingSoundLoop
- tick() - Method in class net.frozenblock.lib.sound.api.instances.RestrictedStartingSound
- tick() - Method in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager
- tick() - Method in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager
- tick() - Method in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- tick(ClientLevel) - Static method in class net.frozenblock.lib.screenshake.api.client.ScreenShaker
- tick(ClientLevel) - Static method in class net.frozenblock.lib.wind.api.ClientWindManager
- tick(ServerLevel) - Method in class net.frozenblock.lib.screenshake.api.ScreenShakeManager
- tick(ServerLevel) - Method in class net.frozenblock.lib.wind.api.WindManager
- tick(ServerLevel) - Method in interface net.frozenblock.lib.wind.api.WindManagerExtension
-
Runs after the baseTick method.
- tick(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.BreatheAir
- tick(ServerLevel, E, long) - Method in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in interface net.frozenblock.lib.block.api.tick.BlockScheduledTicks.InjectedScheduledTick
- tick(Level, Vec3, BlockPos, int) - Method in class net.frozenblock.lib.entity.api.SilentTicker
- tick(CallbackInfo) - Method in class net.frozenblock.lib.item.mixin.ServerPlayerMixin
- ticks - Variable in class net.frozenblock.lib.screenshake.api.client.ScreenShaker.ClientScreenShake
- ticks - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- ticks - Variable in class net.frozenblock.lib.screenshake.impl.EntityScreenShakeManager.EntityScreenShake
- ticks() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns the value of the
ticksrecord component. - ticks() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns the value of the
ticksrecord component. - TICKS - Static variable in class net.frozenblock.lib.block.api.tick.BlockScheduledTicks
- tickScheduled(BlockState, ServerLevel, BlockPos, RandomSource, CallbackInfo) - Method in class net.frozenblock.lib.block.mixin.tick.BlockBehaviourMixin
- ticksToCheck - Variable in class net.frozenblock.lib.spotting_icons.api.SpottingIconManager
- time - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- time - Variable in class net.frozenblock.lib.wind.api.WindManager
- TintRegistryHelper - Class in net.frozenblock.lib.client
- TintRegistryHelper() - Constructor for class net.frozenblock.lib.client.TintRegistryHelper
- title() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Returns the value of the
titlerecord component. - toBuilder() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- toggle() - Method in class net.frozenblock.lib.debug.client.impl.DebugRendererHolder
- toJsonArray(Object[]) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- toJsonArray(Collection<?>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- toJsonObject(Object) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- toJsonObject(Map<?, ?>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- toJsonValue(Object) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- toJsonValue(TypedEntry) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsTypedEntrySerializer
- TomlConfig<T> - Class in net.frozenblock.lib.config.api.instance.toml
-
Serializes and deserializes config data with TOML4J.
- TomlConfig(String, Class<T>) - Constructor for class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- TomlConfig(String, Class<T>, TomlWriter.Builder) - Constructor for class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- TomlConfig(String, Class<T>, Path, TomlWriter.Builder) - Constructor for class net.frozenblock.lib.config.api.instance.toml.TomlConfig
- tooltip - Variable in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
- tooltip(String) - Static method in class net.frozenblock.lib.config.frozenlib_config.gui.FrozenLibConfigGui
- TooltipListEntryMixin - Class in net.frozenblock.lib.config.clothconfig.mixin.client
- TooltipListEntryMixin() - Constructor for class net.frozenblock.lib.config.clothconfig.mixin.client.TooltipListEntryMixin
- toPacket() - Method in class net.frozenblock.lib.wind.api.WindDisturbance
- toString() - Method in record class net.frozenblock.lib.cape.impl.Cape
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.config.api.instance.ConfigModification
-
Returns a string representation of this record class.
- toString() - Method in class net.frozenblock.lib.config.api.instance.json.JanksonOps
- toString() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
- toString() - Method in class net.frozenblock.lib.config.api.instance.xjs.XjsOps
- toString() - Method in record class net.frozenblock.lib.config.api.sync.network.ConfigSyncData
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncModification
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.gravity.api.functions.AbsoluteGravityFunction
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.gravity.api.functions.InterpolatedGravityFunction
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.gravity.api.GravityBelt
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Returns a string representation of this record class.
- toString() - Method in class net.frozenblock.lib.math.api.Point3D.Double
- toString() - Method in class net.frozenblock.lib.math.api.Point3D.Float
- toString() - Method in record class net.frozenblock.lib.mobcategory.impl.FrozenMobCategory
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sculk.api.BooleanPropertySculkBehavior
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.block_sound_group.BlockSoundGroupOverwrite
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.spotting_icons.api.SpottingIconManager.SpottingIcon
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ColumnWithDiskFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.ComboFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.CurvingTunnelFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns a string representation of this record class.
- toString() - Method in record class net.frozenblock.lib.worldgen.surface.api.FrozenDimensionBoundRuleSource
-
Returns a string representation of this record class.
- toString() - Method in class net.frozenblock.lib.worldgen.surface.impl.BiomeTagConditionSource
- toString() - Method in class net.frozenblock.lib.worldgen.surface.impl.OptimizedBiomeTagConditionSource
- toString() - Method in record class net.frozenblock.lib.worldgen.vein.impl.FrozenVeinType
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext.RegistryMap
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.client.LogBuilder.Section
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
-
Returns a string representation of this record class.
- toString() - Method in record class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals.DataFixerEntry
-
Returns a string representation of this record class.
- totalCooldownTime() - Method in record class net.frozenblock.lib.item.impl.SaveableItemCooldowns.SaveableCooldownInstance
-
Returns the value of the
totalCooldownTimerecord component. - trackedListeners - Variable in class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- TrackedPosition<T> - Record Class in net.frozenblock.lib.gametest.api
- TrackedPosition(PositionType, T, T) - Constructor for record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Creates an instance of a
TrackedPositionrecord class. - trackGameEvent(ResourceKey<GameEvent>, Vec3) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- trackingPlayers - Variable in class net.frozenblock.lib.screenshake.api.ScreenShakeManager.ScreenShake
- trackListener(PositionSource, int) - Method in class net.frozenblock.lib.debug.client.renderer.ImprovedGameEventListenerRenderer
- transferPath() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
-
Returns the value of the
transferPathrecord component. - translationKey - Variable in class net.frozenblock.lib.modmenu.impl.FrozenModMenuBadge
- Triangle(Vector3f, Vector3f, Vector3f) - Constructor for record class net.frozenblock.lib.stencil.api.StencilRenderer.Triangle
-
Creates an instance of a
Trianglerecord class. - tryParse(String) - Static method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath
-
Variant of
JsonPath.parse(String)which returns instead of throwing an exception. - trySendC2S(Config<T>) - Static method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- tryTicks - Variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- TWO - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- TWO - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- TXT - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Prints into a txt file.
- type() - Method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- type() - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
- type() - Method in interface net.frozenblock.lib.config.api.entry.TypedEntry
- type() - Method in class net.frozenblock.lib.config.impl.entry.TypedEntryImpl
- type() - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- type() - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
- type() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventDebugPayload
- type() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGameEventListenerDebugPayload
- type() - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
- type() - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- type() - Method in record class net.frozenblock.lib.entity.api.rendering.EntityTextureOverride
-
Returns the value of the
typerecord component. - type() - Method in record class net.frozenblock.lib.gametest.api.TrackedPosition
-
Returns the value of the
typerecord component. - type() - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- type() - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
- type() - Method in record class net.frozenblock.lib.item.impl.network.CooldownTickCountPacket
- type() - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
- type() - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
- type() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveEntityScreenShakePacket
- type() - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
- type() - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
- type() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
- type() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
- type() - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
- type() - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info.Template
- type() - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
- type() - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
- type() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
- type() - Method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.LowerHeightmapPlacement
- type() - Method in class net.frozenblock.lib.worldgen.feature.api.placementmodifier.NoisePlacementFilter
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
- type() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
- type() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
- TYPE - Static variable in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.server.QuiltSyncTask
- TypedEntry<T> - Interface in net.frozenblock.lib.config.api.entry
- TypedEntryImpl<T> - Class in net.frozenblock.lib.config.impl.entry
- TypedEntryImpl(TypedEntryType<T>, T) - Constructor for class net.frozenblock.lib.config.impl.entry.TypedEntryImpl
- TypedEntryType<T> - Record Class in net.frozenblock.lib.config.api.entry
- TypedEntryType(String, Codec<T>) - Constructor for record class net.frozenblock.lib.config.api.entry.TypedEntryType
-
Creates an instance of a
TypedEntryTyperecord class.
U
- UBJSON - Enum constant in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Prints Universal Binary JSON.
- UNDERGROUND - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Depth
- underWaterState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
underWaterStaterecord component. - underWaterState() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
underWaterStaterecord component. - UNFROZEN_RANGE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- unloadedModIntegration - Variable in class net.frozenblock.lib.integration.api.ModIntegrationSupplier
- unmarkReloaded() - Static method in class net.frozenblock.lib.core.impl.DataPackReloadMarker
- unpack(TagKeyArgument<T>) - Method in class net.frozenblock.lib.tag.api.TagKeyArgument.Info
- UnreachableException - Exception Class in net.frozenblock.lib.config.api.instance.xjs
- UnreachableException() - Constructor for exception class net.frozenblock.lib.config.api.instance.xjs.UnreachableException
- UnsafeUtils - Class in net.frozenblock.lib.config.api.instance.xjs
- UnsafeUtils() - Constructor for class net.frozenblock.lib.config.api.instance.xjs.UnsafeUtils
- UNSTABLE_LOGGING - Static variable in class net.frozenblock.lib.FrozenSharedConstants
-
Used for features that may be unstable and crash in public builds.
- unsupportedKey(Object) - Static method in exception class net.frozenblock.lib.config.api.instance.xjs.NonSerializableObjectException
- unsupportedModVersion(List<ModProtocolDef>, ModProtocolDef) - Static method in class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.RegistrySyncText
- UNSYNCABLE - Enum constant in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
-
The config entry will not sync, and will be modifiable to anyone's client.
- UnsyncableConfig - Annotation Interface in net.frozenblock.lib.config.api.sync.annotation
-
Used to mark a config as unsyncable.
- up() - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- up(int) - Method in class net.frozenblock.lib.config.api.instance.xjs.JsonPath.JsonPathBuilder
- UP - Static variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- upAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- update(Minecraft, Entity, boolean) - Static method in class net.frozenblock.lib.sound.api.FlyBySoundHub
- updateJson(File, Consumer<JsonObject>) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Reads a file from the disk and updates it.
- updatePartialTick() - Static method in class net.frozenblock.lib.debug.client.impl.DebugRenderManager
- updateReferenceTime() - Method in class net.frozenblock.lib.image_transfer.client.ServerTexture
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- updateWithAllFixers(DataFixTypes, Dynamic<Tag>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.NoOpQuiltDataFixesInternals
- updateWithAllFixers(DataFixTypes, Dynamic<Tag>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternals
- updateWithAllFixers(DataFixTypes, Dynamic<Tag>) - Method in class org.quiltmc.qsl.frozenblock.misc.datafixerupper.impl.QuiltDataFixesInternalsImpl
- UPWARDS_COLUMN_FEATURE - Static variable in class net.frozenblock.lib.worldgen.feature.api.FrozenFeatures
- UpwardsColumnFeature - Class in net.frozenblock.lib.worldgen.feature.api.features
- UpwardsColumnFeature(Codec<ColumnFeatureConfig>) - Constructor for class net.frozenblock.lib.worldgen.feature.api.features.UpwardsColumnFeature
- use(Level, Player, InteractionHand) - Method in class net.frozenblock.lib.ingamedevtools.item.Camera
- USE_WIND_ON_NON_FROZEN_SERVERS - Static variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- useHeightmapInsteadOfCircularPlacement() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskCarpetFeatureConfig
-
Returns the value of the
useHeightmapInsteadOfCircularPlacementrecord component. - useHeightmapInsteadOfCircularPlacement() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskFeatureConfig
-
Returns the value of the
useHeightmapInsteadOfCircularPlacementrecord component. - useHeightmapInsteadOfCircularPlacement() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagBiomeFeatureConfig
-
Returns the value of the
useHeightmapInsteadOfCircularPlacementrecord component. - useHeightmapInsteadOfCircularPlacement() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.FadingDiskTagFeatureConfig
-
Returns the value of the
useHeightmapInsteadOfCircularPlacementrecord component. - useNewDripstoneLiquid - Static variable in class net.frozenblock.lib.FrozenBools
- useOn(UseOnContext) - Method in class net.frozenblock.lib.ingamedevtools.item.LootTableWhacker
- useWindOnNonFrozenServers - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- useY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathFeatureConfig
-
Returns the value of the
useYrecord component. - useY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterFeatureConfig
-
Returns the value of the
useYrecord component. - useY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathSwapUnderWaterTagFeatureConfig
-
Returns the value of the
useYrecord component. - useY() - Method in record class net.frozenblock.lib.worldgen.feature.api.features.config.PathTagFeatureConfig
-
Returns the value of the
useYrecord component.
V
- VALLEY - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- VALLEY_SIZE - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters
- value() - Method in interface net.frozenblock.lib.config.api.entry.TypedEntry
- value() - Element in annotation interface net.frozenblock.lib.config.api.sync.annotation.EntrySyncData
-
Used to identify config entries so their attributes can impact GUIs.
- value() - Method in class net.frozenblock.lib.config.impl.entry.TypedEntryImpl
- value() - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.RegistryEntryContext
-
Returns the entry's object.
- value() - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.MutableRegistryEntryContextImpl
- valueOf(String) - Static method in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.config.api.instance.json.JsonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.event.impl.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.gametest.api.PositionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.storage.api.MoveDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class net.frozenblock.lib.wind.api.WindDisturbanceLogic.SourceType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.frozenblock.lib.config.api.instance.ConfigModification.EntryPermissionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.config.api.instance.json.JsonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.config.api.instance.xjs.XjsFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.config.api.sync.SyncBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.event.impl.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.gametest.api.PositionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.storage.api.MoveDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class net.frozenblock.lib.wind.api.WindDisturbanceLogic.SourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Static variable in enum class net.frozenblock.lib.event.impl.EventType
-
A list of all the possible event types.
- vanillaRegistries() - Static method in class net.frozenblock.lib.registry.api.FrozenRegistry
- VEC3 - Static variable in class net.frozenblock.lib.networking.FrozenByteBufCodecs
- VeinTypeMixin - Class in net.frozenblock.lib.worldgen.vein.mixin
- VeinTypeMixin() - Constructor for class net.frozenblock.lib.worldgen.vein.mixin.VeinTypeMixin
- version() - Method in class net.frozenblock.lib.config.api.instance.Config
- version() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.Handshake
-
Returns the value of the
versionrecord component. - versions() - Method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
-
Returns the value of the
versionsrecord component. - vertex(VertexConsumer, float, float, float, float, float, float, float, float, int) - Static method in class net.frozenblock.lib.liquid.render.api.LiquidRenderUtils
- verticalSearchStart - Variable in class net.frozenblock.lib.entity.api.behavior.MoveToBlockBehavior
- villageSectionsDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- volume - Variable in class net.frozenblock.lib.sound.api.MovingLoopingFadingDistanceSoundEntityManager.FadingDistanceSoundLoopNBT
- volume - Variable in class net.frozenblock.lib.sound.api.MovingLoopingSoundEntityManager.SoundLoopData
- volume() - Method in record class net.frozenblock.lib.sound.api.FlyBySoundHub.FlyBySound
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
-
Returns the value of the
volumerecord component. - volume() - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
-
Returns the value of the
volumerecord component.
W
- WAITING_TEXTURES - Static variable in class net.frozenblock.lib.image_transfer.client.ServerTexture
- wardenSpawnTrackerCommand - Variable in class net.frozenblock.lib.config.frozenlib_config.FrozenLibConfig
- WardenSpawnTrackerCommandMixin - Class in net.frozenblock.lib.core.mixin
- WardenSpawnTrackerCommandMixin() - Constructor for class net.frozenblock.lib.core.mixin.WardenSpawnTrackerCommandMixin
- WARM - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Temperature
- WARPED_NYLIUM - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- WARPED_WART_BLOCK - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- WATER - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- waterColor() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- waterDebugRenderer - Variable in class net.frozenblock.lib.debug.mixin.client.DebugRendererMixin
- waterFogColor() - Method in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
- waterLevelReduce(int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- WaterloggableSaplingBlock - Class in net.frozenblock.lib.block.api
- WaterloggableSaplingBlock(TreeGrower, BlockBehaviour.Properties) - Constructor for class net.frozenblock.lib.block.api.WaterloggableSaplingBlock
- WaterloggableTallFlowerBlock - Class in net.frozenblock.lib.block.api
- WaterloggableTallFlowerBlock(BlockBehaviour.Properties) - Constructor for class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- WATERLOGGED - Static variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- WATERLOGGED - Static variable in class net.frozenblock.lib.block.api.WaterloggableTallFlowerBlock
- waterToHollowedProperty(int) - Static method in class net.frozenblock.lib.math.api.AdvancedMath
- weight() - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Returns the value of the
weightrecord component. - WEIGHTED_RULE_PROCESSOR - Static variable in class net.frozenblock.lib.worldgen.structure.impl.FrozenStructureProcessorTypes
- WeightedProcessorRule - Class in net.frozenblock.lib.worldgen.structure.api
- WeightedProcessorRule(RuleTest, RuleTest, WeightedRandomList<WeightedEntry.Wrapper<BlockState>>) - Constructor for class net.frozenblock.lib.worldgen.structure.api.WeightedProcessorRule
- WeightedProcessorRule(RuleTest, RuleTest, PosRuleTest, WeightedRandomList<WeightedEntry.Wrapper<BlockState>>) - Constructor for class net.frozenblock.lib.worldgen.structure.api.WeightedProcessorRule
- WeightedRuleProcessor - Class in net.frozenblock.lib.worldgen.structure.api
- WeightedRuleProcessor(List<? extends WeightedProcessorRule>) - Constructor for class net.frozenblock.lib.worldgen.structure.api.WeightedRuleProcessor
- Weirdness - Class in net.frozenblock.lib.worldgen.biome.api.parameters
- Weirdness() - Constructor for class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- weirdnesses - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Weirdness
- westAabb - Variable in class net.frozenblock.lib.block.api.MultifaceClusterBlock
- WET - Static variable in class net.frozenblock.lib.worldgen.biome.api.parameters.Humidity
- WHITE_TERRACOTTA - Static variable in class net.frozenblock.lib.worldgen.surface.api.FrozenSurfaceRules
- wind() - Method in record class net.frozenblock.lib.wind.api.WindDisturbance.DisturbanceResult
-
Returns the value of the
windrecord component. - WIND_CHARGE - Static variable in class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- WIND_DISTURBANCE_LOGIC - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- WIND_DISTURBANCE_LOGIC_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- WIND_DISTURBANCE_LOGIC_UNSYNCED - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- WIND_DISTURBANCE_LOGIC_UNSYNCED_REGISTRY - Static variable in class net.frozenblock.lib.registry.api.FrozenRegistry
- WIND_FILE_ID - Static variable in class net.frozenblock.lib.wind.impl.WindStorage
- WindAccessPacket - Record Class in net.frozenblock.lib.wind.impl.networking
- WindAccessPacket(Vec3) - Constructor for record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
-
Creates an instance of a
WindAccessPacketrecord class. - WindCommand - Class in net.frozenblock.lib.wind.api.command
- WindCommand() - Constructor for class net.frozenblock.lib.wind.api.command.WindCommand
- WindDebugRenderer - Class in net.frozenblock.lib.debug.client.renderer
- WindDebugRenderer(Minecraft) - Constructor for class net.frozenblock.lib.debug.client.renderer.WindDebugRenderer
- WindDisturbance<T> - Class in net.frozenblock.lib.wind.api
-
Used to create areas with custom, differing wind patterns.
- WindDisturbance(Optional<T>, Vec3, AABB, WindDisturbanceLogic<T>) - Constructor for class net.frozenblock.lib.wind.api.WindDisturbance
- WindDisturbance.DisturbanceResult - Record Class in net.frozenblock.lib.wind.api
- WindDisturbanceDebugRenderer - Class in net.frozenblock.lib.debug.client.renderer
- WindDisturbanceDebugRenderer(Minecraft) - Constructor for class net.frozenblock.lib.debug.client.renderer.WindDisturbanceDebugRenderer
- WindDisturbanceLogic<T> - Class in net.frozenblock.lib.wind.api
-
The logic to be used while calculating the strength and movement of a
WindDisturbance. - WindDisturbanceLogic(WindDisturbanceLogic.DisturbanceLogic<T>) - Constructor for class net.frozenblock.lib.wind.api.WindDisturbanceLogic
- WindDisturbanceLogic.DisturbanceLogic<T> - Interface in net.frozenblock.lib.wind.api
- WindDisturbanceLogic.SourceType - Enum Class in net.frozenblock.lib.wind.api
- WindDisturbancePacket - Record Class in net.frozenblock.lib.wind.impl.networking
- WindDisturbancePacket(RegistryFriendlyByteBuf) - Constructor for record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
- WindDisturbancePacket(AABB, Vec3, WindDisturbanceLogic.SourceType, ResourceLocation, long) - Constructor for record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
-
Creates an instance of a
WindDisturbancePacketrecord class. - WindDisturbingEntity - Interface in net.frozenblock.lib.wind.api
-
Used to append a wind disturbance to an entity, such as the Breeze.
- WindDisturbingEntityImpl - Interface in net.frozenblock.lib.wind.impl
- WindManager - Class in net.frozenblock.lib.wind.api
-
Handles wind on the server side.
- WindManager(ServerLevel) - Constructor for class net.frozenblock.lib.wind.api.WindManager
- WindManagerExtension - Interface in net.frozenblock.lib.wind.api
-
Used to add custom logic to the
WindManager. - WindManagerInterface - Interface in net.frozenblock.lib.wind.impl
- WindStorage - Class in net.frozenblock.lib.wind.impl
- WindStorage(WindManager) - Constructor for class net.frozenblock.lib.wind.impl.WindStorage
- WindSyncPacket - Record Class in net.frozenblock.lib.wind.impl.networking
- WindSyncPacket(long, long, boolean, Vec3) - Constructor for record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Creates an instance of a
WindSyncPacketrecord class. - windTime() - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
-
Returns the value of the
windTimerecord component. - windX - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- windX - Variable in class net.frozenblock.lib.wind.api.WindManager
- windY - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- windY - Variable in class net.frozenblock.lib.wind.api.WindManager
- windZ - Static variable in class net.frozenblock.lib.wind.api.ClientWindManager
- windZ - Variable in class net.frozenblock.lib.wind.api.WindManager
- withModdedBiomeEntries(Climate.ParameterList<T>, Function<ResourceKey<Biome>, T>) - Static method in class net.frozenblock.lib.worldgen.biome.impl.OverworldBiomeData
- withNBTExtension(String) - Static method in class net.frozenblock.lib.file.nbt.NbtFileUtils
- withRegistries(Consumer<DynamicRegistryManagerSetupContext.RegistryMap>, Set<ResourceKey<? extends Registry<?>>>) - Method in interface org.quiltmc.qsl.frozenblock.core.registry.api.event.DynamicRegistryManagerSetupContext
-
Executes the given action if all the provided registry keys are present in the
RegistryAccess. - withResultPatch(ShapedRecipeBuilder, DataComponentPatch) - Static method in class net.frozenblock.lib.recipe.api.ShapedRecipeUtil
- WolfVariantBiomeRegistry - Class in net.frozenblock.lib.entity.api
-
A tool to easily add a
WolfVariantto a biome without impacting data-driven content. - WolfVariantBiomeRegistry() - Constructor for class net.frozenblock.lib.entity.api.WolfVariantBiomeRegistry
- WolfVariantsMixin - Class in net.frozenblock.lib.entity.mixin
- WolfVariantsMixin() - Constructor for class net.frozenblock.lib.entity.mixin.WolfVariantsMixin
- woodenButton(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenDoor(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenFence(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenFenceGate(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenPressurePlace(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenSign(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenSlab(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenStairs(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- woodenTrapdoor(RecipeOutput, ItemLike, ItemLike) - Static method in class net.frozenblock.lib.recipe.api.FrozenRecipeProvider
- wrapAsHolder(T) - Method in class org.quiltmc.qsl.frozenblock.core.registry.impl.event.DelayedRegistry
- write(FriendlyByteBuf) - Method in class net.frozenblock.lib.cape.impl.networking.CapeCustomizePacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.cape.impl.networking.LoadCapeRepoPacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.config.impl.network.ConfigSyncPacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.debug.networking.GoalDebugRemovePayload
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.debug.networking.ImprovedGoalDebugPayload
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.debug.networking.StructureDebugRequestPayload
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.image_transfer.FileTransferPacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.wind.impl.networking.WindAccessPacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.wind.impl.networking.WindSyncPacket
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.ModProtocol
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ErrorStyle
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.Handshake
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.ModProtocol
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.FadingDistanceSwitchingSoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.FlyBySoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.LocalPlayerSoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.LocalSoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.MovingFadingDistanceSwitchingRestrictionSoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.MovingRestrictionSoundPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.sound.api.networking.StartingMovingRestrictionSoundLoopPacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.wind.impl.networking.WindDisturbancePacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.screenshake.impl.network.EntityScreenShakePacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.screenshake.impl.network.RemoveScreenShakePacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.screenshake.impl.network.ScreenShakePacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconPacket
- write(FriendlyByteBuf) - Method in record class net.frozenblock.lib.spotting_icons.impl.SpottingIconRemovePacket
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ClientPackets.End
- write(FriendlyByteBuf) - Method in record class org.quiltmc.qsl.frozenblock.core.registry.impl.sync.ServerPackets.End
- write(FriendlyByteBuf, ModProtocolDef) - Static method in record class org.quiltmc.qsl.frozenblock.core.registry.api.sync.ModProtocolDef
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.item.impl.network.CooldownChangePacket
- write(RegistryFriendlyByteBuf) - Method in record class net.frozenblock.lib.item.impl.network.ForcedCooldownPacket
- writeJankson(FriendlyByteBuf, String, T) - Static method in class net.frozenblock.lib.config.api.sync.network.ConfigByteBufUtil
- writeJson(JsonObject, File) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Writes a regular
JsonObjectto the disk. - writeSuppressing(Codec<A>, A) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Writes the input value as JSON, returning
Optional.empty()if any errors occur in the process. - writeThrowing(Codec<A>, A) - Static method in class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
-
Writes the input value as JSON, or else throwing an exception if any errors occur in the process.
X
- x - Variable in class net.frozenblock.lib.math.api.Point3D.Double
- x - Variable in class net.frozenblock.lib.math.api.Point3D.Float
- xd - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
- XjsConfig<T> - Class in net.frozenblock.lib.config.api.instance.xjs
-
Serializes and deserializes config data with XJS.
- XjsConfig(String, Class<T>) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsConfig(String, Class<T>, boolean) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsConfig(String, Class<T>, Path, XjsFormat) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsConfig(String, Class<T>, Path, XjsFormat, boolean) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsConfig(String, Class<T>, XjsFormat) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsConfig(String, Class<T>, XjsFormat, boolean) - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsConfig
- XjsFormat - Enum Class in net.frozenblock.lib.config.api.instance.xjs
- XjsObjectMapper - Class in net.frozenblock.lib.config.api.instance.xjs
- XjsObjectMapper() - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsObjectMapper
- XjsOps - Class in net.frozenblock.lib.config.api.instance.xjs
- XjsTypedEntrySerializer - Class in net.frozenblock.lib.config.api.instance.xjs
- XjsUtils - Class in net.frozenblock.lib.config.api.instance.xjs
-
A collection of convenience methods for interacting with XJS objects.
- XjsUtils() - Constructor for class net.frozenblock.lib.config.api.instance.xjs.XjsUtils
Y
- y - Variable in class net.frozenblock.lib.gravity.api.GravityContext
- y - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
- y - Variable in class net.frozenblock.lib.math.api.Point3D.Double
- y - Variable in class net.frozenblock.lib.math.api.Point3D.Float
- yd - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
Z
- z - Variable in class net.frozenblock.lib.math.api.Point3D.Double
- z - Variable in class net.frozenblock.lib.math.api.Point3D.Float
- zd - Variable in class net.frozenblock.lib.gravity.mixin.client.ParticleMixin
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form