Uses of Record Class
net.minecraft.util.KeyDispatchDataCodec
Package
Description
-
Uses of KeyDispatchDataCodec in net.minecraft.util
Modifier and TypeMethodDescriptionstatic <A> KeyDispatchDataCodec
<A> KeyDispatchDataCodec.of
(com.mojang.serialization.MapCodec<A> p_216239_) -
Uses of KeyDispatchDataCodec in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescription(package private) final KeyDispatchDataCodec
<DensityFunctions.Mapped> DensityFunctions.Mapped.Type.codec
(package private) final KeyDispatchDataCodec
<DensityFunctions.MarkerOrMarked> DensityFunctions.Marker.Type.codec
(package private) final KeyDispatchDataCodec
<DensityFunctions.TwoArgumentSimpleFunction> DensityFunctions.TwoArgumentSimpleFunction.Type.codec
static final KeyDispatchDataCodec
<DensityFunction> DensityFunctions.BeardifierOrMarker.CODEC
static final KeyDispatchDataCodec
<DensityFunction> DensityFunctions.BlendAlpha.CODEC
(package private) static final KeyDispatchDataCodec
<DensityFunctions.BlendDensity> DensityFunctions.BlendDensity.CODEC
static final KeyDispatchDataCodec
<DensityFunction> DensityFunctions.BlendOffset.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.Clamp> DensityFunctions.Clamp.CODEC
(package private) static final KeyDispatchDataCodec
<DensityFunctions.Constant> DensityFunctions.Constant.CODEC
DensityFunctions.EndIslandDensityFunction.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.Noise> DensityFunctions.Noise.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.RangeChoice> DensityFunctions.RangeChoice.CODEC
(package private) static final KeyDispatchDataCodec
<DensityFunctions.Shift> DensityFunctions.Shift.CODEC
(package private) static final KeyDispatchDataCodec
<DensityFunctions.ShiftA> DensityFunctions.ShiftA.CODEC
(package private) static final KeyDispatchDataCodec
<DensityFunctions.ShiftB> DensityFunctions.ShiftB.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.ShiftedNoise> DensityFunctions.ShiftedNoise.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.Spline> DensityFunctions.Spline.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.WeirdScaledSampler> DensityFunctions.WeirdScaledSampler.CODEC
static final KeyDispatchDataCodec
<DensityFunctions.YClampedGradient> DensityFunctions.YClampedGradient.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.AbovePreliminarySurface> SurfaceRules.AbovePreliminarySurface.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.Bandlands> SurfaceRules.Bandlands.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.BiomeConditionSource> SurfaceRules.BiomeConditionSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.BlockRuleSource> SurfaceRules.BlockRuleSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.Hole> SurfaceRules.Hole.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.NoiseThresholdConditionSource> SurfaceRules.NoiseThresholdConditionSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.NotConditionSource> SurfaceRules.NotConditionSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.SequenceRuleSource> SurfaceRules.SequenceRuleSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.Steep> SurfaceRules.Steep.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.StoneDepthCheck> SurfaceRules.StoneDepthCheck.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.Temperature> SurfaceRules.Temperature.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.TestRuleSource> SurfaceRules.TestRuleSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.VerticalGradientConditionSource> SurfaceRules.VerticalGradientConditionSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.WaterConditionSource> SurfaceRules.WaterConditionSource.CODEC
(package private) static final KeyDispatchDataCodec
<SurfaceRules.YConditionSource> SurfaceRules.YConditionSource.CODEC
Modifier and TypeMethodDescriptionKeyDispatchDataCodec
<? extends DensityFunction> DensityFunction.codec()
default KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.BeardifierOrMarker.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.BlendAlpha.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.BlendDensity.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.BlendOffset.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Clamp.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Constant.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.EndIslandDensityFunction.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.HolderHolder.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Mapped.codec()
default KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.MarkerOrMarked.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Noise.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.RangeChoice.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Shift.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.ShiftA.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.ShiftB.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.ShiftedNoise.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.Spline.codec()
default KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.TwoArgumentSimpleFunction.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.WeirdScaledSampler.codec()
KeyDispatchDataCodec
<? extends DensityFunction> DensityFunctions.YClampedGradient.codec()
KeyDispatchDataCodec
<? extends DensityFunction> NoiseChunk.BlendAlpha.codec()
KeyDispatchDataCodec
<? extends DensityFunction> NoiseChunk.BlendOffset.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.AbovePreliminarySurface.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.RuleSource> SurfaceRules.Bandlands.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.BiomeConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.RuleSource> SurfaceRules.BlockRuleSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.ConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.Hole.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.NoiseThresholdConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.NotConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.RuleSource> SurfaceRules.RuleSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.RuleSource> SurfaceRules.SequenceRuleSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.Steep.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.StoneDepthCheck.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.Temperature.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.RuleSource> SurfaceRules.TestRuleSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.VerticalGradientConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.WaterConditionSource.codec()
KeyDispatchDataCodec
<? extends SurfaceRules.ConditionSource> SurfaceRules.YConditionSource.codec()
(package private) static <O> KeyDispatchDataCodec
<O> DensityFunctions.doubleFunctionArgumentCodec
(BiFunction<DensityFunction, DensityFunction, O> p_224039_, Function<O, DensityFunction> p_224040_, Function<O, DensityFunction> p_224041_) (package private) static <O> KeyDispatchDataCodec
<O> DensityFunctions.makeCodec
(com.mojang.serialization.MapCodec<O> p_224029_) (package private) static <A,
O> KeyDispatchDataCodec <O> DensityFunctions.singleArgumentCodec
(com.mojang.serialization.Codec<A> p_224025_, Function<A, O> p_224026_, Function<O, A> p_224027_) (package private) static <O> KeyDispatchDataCodec
<O> DensityFunctions.singleFunctionArgumentCodec
(Function<DensityFunction, O> p_224043_, Function<O, DensityFunction> p_224044_) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.MapCodec
<? extends DensityFunction> DensityFunctions.register
(Registry<com.mojang.serialization.MapCodec<? extends DensityFunction>> p_224035_, String p_224036_, KeyDispatchDataCodec<? extends DensityFunction> p_224037_) (package private) static <A> com.mojang.serialization.MapCodec
<? extends A> SurfaceRules.register
(Registry<com.mojang.serialization.MapCodec<? extends A>> p_224604_, String p_224605_, KeyDispatchDataCodec<? extends A> p_224606_) -
Uses of KeyDispatchDataCodec in net.minecraft.world.level.levelgen.synth
Modifier and TypeFieldDescriptionstatic final KeyDispatchDataCodec
<BlendedNoise> BlendedNoise.CODEC
Modifier and TypeMethodDescriptionKeyDispatchDataCodec
<? extends DensityFunction> BlendedNoise.codec()