Uses of Interface
dev.wyck.wrapper.internal.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in dev.wyck.keys
Subinterfaces of Wrapper in dev.wyck.keysModifier and TypeInterfaceDescriptioninterfaceThis interface represents a key for a biome resource in the game. -
Uses of Wrapper in dev.wyck.model.biome
Subinterfaces of Wrapper in dev.wyck.model.biomeModifier and TypeInterfaceDescriptioninterfaceRepresents an abstract biome in Minecraft.interfaceRepresents a custom biome in Wyck. -
Uses of Wrapper in dev.wyck.model.biome.impl
Classes in dev.wyck.model.biome.impl that implement Wrapper -
Uses of Wrapper in dev.wyck.model.level.dimension
Subinterfaces of Wrapper in dev.wyck.model.level.dimensionClasses in dev.wyck.model.level.dimension that implement WrapperModifier and TypeClassDescriptionfinal classThis class represents a custom dimension type implementation. -
Uses of Wrapper in dev.wyck.registry.internal
Subinterfaces of Wrapper in dev.wyck.registry.internalModifier and TypeInterfaceDescriptioninterfaceA minimal abstraction of Minecraft's registry with frozen registry utilities. -
Uses of Wrapper in dev.wyck.wrapper.biome
Subinterfaces of Wrapper in dev.wyck.wrapper.biomeModifier and TypeInterfaceDescriptioninterfaceVarious biome-specific visuals as they appear in vanilla.interfaceRepresents the climate settings of a biome. -
Uses of Wrapper in dev.wyck.wrapper.entity
Subinterfaces of Wrapper in dev.wyck.wrapper.entityModifier and TypeInterfaceDescriptioninterfaceRepresents the spawning settings for a biome, including the spawners for each mob category, the spawn costs for each mob type, and the creature generation probability. -
Uses of Wrapper in dev.wyck.wrapper.environment
Subinterfaces of Wrapper in dev.wyck.wrapper.environmentModifier and TypeInterfaceDescriptioninterfaceA wrapper for bed rules in a dimensional environment. -
Uses of Wrapper in dev.wyck.wrapper.environment.attribute
Subinterfaces of Wrapper in dev.wyck.wrapper.environment.attributeModifier and TypeInterfaceDescriptioninterface -
Uses of Wrapper in dev.wyck.wrapper.environment.particle
Subinterfaces of Wrapper in dev.wyck.wrapper.environment.particleModifier and TypeInterfaceDescriptioninterfaceA wrapper for ambient particles in a biome, including their type, probability, and optional data.interfaceOpaque handle to NMS ParticleOptions.interfaceOpaque handle to a particle type. -
Uses of Wrapper in dev.wyck.wrapper.environment.sounds
Subinterfaces of Wrapper in dev.wyck.wrapper.environment.soundsModifier and TypeInterfaceDescriptioninterfaceWrapper for AmbientAdditionsSettings.interfaceinterfaceWraps a Minecraft AmbientSounds.interfaceWraps a Minecraft BackgroundMusic.interfaceWraps the Music environment attribute's music record.interfaceWraps a Minecraft SoundEvent. -
Uses of Wrapper in dev.wyck.wrapper.internal
Subinterfaces of Wrapper in dev.wyck.wrapper.internal -
Uses of Wrapper in dev.wyck.wrapper.level
Subinterfaces of Wrapper in dev.wyck.wrapper.levelModifier and TypeInterfaceDescriptioninterfaceRepresents a biome source, which determines how biomes are distributed in a world. -
Uses of Wrapper in dev.wyck.wrapper.level.clock
Subinterfaces of Wrapper in dev.wyck.wrapper.level.clockModifier and TypeInterfaceDescriptioninterfaceA reference to a registered world clock. -
Uses of Wrapper in dev.wyck.wrapper.level.dimension
Subinterfaces of Wrapper in dev.wyck.wrapper.level.dimensionModifier and TypeInterfaceDescriptioninterfaceWraps anInfiniburnby referencing a tag (blocks that can burn infinitely in this dimension).interfaceWraps Minecraft'sTimelineSet. -
Uses of Wrapper in dev.wyck.wrapper.level.noise
Subinterfaces of Wrapper in dev.wyck.wrapper.level.noiseModifier and TypeInterfaceDescriptioninterfaceWrapsNoiseGeneratorSettings.interfaceWraps aNoiseRouterby referencing registered density functions by key. -
Uses of Wrapper in dev.wyck.wrapper.level.noise.chunk
Subinterfaces of Wrapper in dev.wyck.wrapper.level.noise.chunkModifier and TypeInterfaceDescriptioninterfaceWraps a chunk generator for use in aLevelCreator's level stem. -
Uses of Wrapper in dev.wyck.wrapper.level.noise.function
Subinterfaces of Wrapper in dev.wyck.wrapper.level.noise.function -
Uses of Wrapper in dev.wyck.wrapper.level.noise.settings
Subinterfaces of Wrapper in dev.wyck.wrapper.level.noise.settingsModifier and TypeInterfaceDescriptioninterfaceWraps the innerNoiseSettingsshape of noise generator settings. -
Uses of Wrapper in dev.wyck.wrapper.level.spawner
Subinterfaces of Wrapper in dev.wyck.wrapper.level.spawner -
Uses of Wrapper in dev.wyck.wrapper.worldgen
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgenModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's BiomeGenerationSettings, the carvers and placed features that compose a biome's world generation.interfaceWraps the BlockPredicate family, the positional block tests used by placement modifiers.Classes in dev.wyck.wrapper.worldgen that implement WrapperModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of Wrapper in dev.wyck.wrapper.worldgen.carver
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.carverModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's CarverConfiguration class.interfaceWraps Minecraft's ConfiguredWorldCarver, a carver paired with its configuration.Classes in dev.wyck.wrapper.worldgen.carver that implement WrapperModifier and TypeClassDescriptionfinal recordWraps Minecraft's CanyonCarverConfiguration, the configuration consumed by the CANYON carver.final recordWraps Minecraft's CanyonCarverConfiguration.CanyonShapeConfiguration.final recordWraps Minecraft's CarverDebugSettings, the block states a carver paints in air, water, lava, and barrier positions when debug mode is enabled.final recordWraps Minecraft's CaveCarverConfiguration, the configuration consumed by both the CAVE and NETHER_CAVE carvers.static final recordA configured carver authored from a vanilla algorithm and a custom config.static final recordA reference to an already-registered configured carver. -
Uses of Wrapper in dev.wyck.wrapper.worldgen.climate
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.climateModifier and TypeInterfaceDescriptioninterfaceA single climate axis span, wrappingClimate.Parameter.interfaceWraps Minecraft's BiomeClimatePoint. -
Uses of Wrapper in dev.wyck.wrapper.worldgen.feature
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.featureModifier and TypeInterfaceDescriptioninterfaceInterface for authored custom features.interfaceWraps Minecraft's ConfiguredFeature.Classes in dev.wyck.wrapper.worldgen.feature that implement WrapperModifier and TypeClassDescriptionstatic final recordA configured feature composed of a registered custom feature with a config instance.static final recordA reference to an already-registered configured feature.static final recordA configured feature authored from a vanilla feature type and configuration. -
Uses of Wrapper in dev.wyck.wrapper.worldgen.feature.config
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.feature.configModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's FeatureConfiguration.Classes in dev.wyck.wrapper.worldgen.feature.config that implement WrapperModifier and TypeClassDescriptionstatic final recordA column feature.static final recordA number of placement attempts.static final recordA dripstone cluster.static final recordA large dripstone.static final recordThe empty configuration used by feature types that take no parameters.static final recordPointed dripstone spread chances.static final recordA single placement probability, in the range [0, 1].static final recordA sculk patch. -
Uses of Wrapper in dev.wyck.wrapper.worldgen.feature.custom
Classes in dev.wyck.wrapper.worldgen.feature.custom that implement WrapperModifier and TypeClassDescriptionclassBase class for an authored world generation feature with its own placement algorithm. -
Uses of Wrapper in dev.wyck.wrapper.worldgen.placement
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.placementModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.interfaceWraps the PlacementModifier family, the ordered transforms applied to a feature's candidate positions during placement.Classes in dev.wyck.wrapper.worldgen.placement that implement WrapperModifier and TypeClassDescriptionstatic final recordA placed feature authored from a configured feature and a modifier list.static final recordA reference to an already-registered placed feature.static final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of Wrapper in dev.wyck.wrapper.worldgen.ruletest
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.ruletestModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's RuleTest family, the block-match predicates used by ore and replace-block configurations.Classes in dev.wyck.wrapper.worldgen.ruletest that implement WrapperModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of Wrapper in dev.wyck.wrapper.worldgen.stateproviders
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.stateprovidersModifier and TypeInterfaceDescriptioninterfaceWraps the BlockStateProvider family, the per-position block state suppliers used by feature configurations.interfaceWraps Minecraft's NoiseParameters, which is a first octave plus amplitudes.Classes in dev.wyck.wrapper.worldgen.stateproviders that implement WrapperModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of Wrapper in dev.wyck.wrapper.worldgen.surface
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.surfaceModifier and TypeInterfaceDescriptioninterfaceWraps the surface rule condition family (SurfaceRules.ConditionSource), the predicates that gate where aSurfaceRuleapplies.interfaceWraps the surface-rule family (SurfaceRules.RuleSource), the tree that decides which block is placed at the surface during generation.Classes in dev.wyck.wrapper.worldgen.surface that implement WrapperModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of Wrapper in dev.wyck.wrapper.worldgen.valueproviders
Subinterfaces of Wrapper in dev.wyck.wrapper.worldgen.valueprovidersModifier and TypeInterfaceDescriptioninterfaceWraps the FloatProvider value-provider family.interfaceWraps the HeightProvider value-provider family.interfaceWraps the IntProvider value-provider family.interfaceWraps the VerticalAnchor value-provider family.Classes in dev.wyck.wrapper.worldgen.valueproviders that implement WrapperModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record