Uses of Record Class
net.minecraft.util.KeyDispatchDataCodec
Packages that use KeyDispatchDataCodec
Package
Description
-
Uses of KeyDispatchDataCodec in net.minecraft.util
Methods in net.minecraft.util that return KeyDispatchDataCodecModifier and TypeMethodDescriptionstatic <A> KeyDispatchDataCodec<A> KeyDispatchDataCodec.of(com.mojang.serialization.MapCodec<A> codec) -
Uses of KeyDispatchDataCodec in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as KeyDispatchDataCodecModifier and TypeFieldDescriptionprivate final KeyDispatchDataCodec<DensityFunctions.Mapped> DensityFunctions.Mapped.Type.codecprivate final KeyDispatchDataCodec<DensityFunctions.MarkerOrMarked> DensityFunctions.Marker.Type.codecprivate final KeyDispatchDataCodec<DensityFunctions.TwoArgumentSimpleFunction> DensityFunctions.TwoArgumentSimpleFunction.Type.codecstatic final KeyDispatchDataCodec<DensityFunction> DensityFunctions.BeardifierOrMarker.CODECstatic final KeyDispatchDataCodec<DensityFunction> DensityFunctions.BlendAlpha.CODECprivate static final KeyDispatchDataCodec<DensityFunctions.BlendDensity> DensityFunctions.BlendDensity.CODECstatic final KeyDispatchDataCodec<DensityFunction> DensityFunctions.BlendOffset.CODECstatic final KeyDispatchDataCodec<DensityFunctions.Clamp> DensityFunctions.Clamp.CODECprivate static final KeyDispatchDataCodec<DensityFunctions.Constant> DensityFunctions.Constant.CODECDensityFunctions.EndIslandDensityFunction.CODECstatic final KeyDispatchDataCodec<DensityFunctions.FindTopSurface> DensityFunctions.FindTopSurface.CODECstatic final KeyDispatchDataCodec<DensityFunctions.Noise> DensityFunctions.Noise.CODECstatic final KeyDispatchDataCodec<DensityFunctions.RangeChoice> DensityFunctions.RangeChoice.CODECprivate static final KeyDispatchDataCodec<DensityFunctions.Shift> DensityFunctions.Shift.CODECprivate static final KeyDispatchDataCodec<DensityFunctions.ShiftA> DensityFunctions.ShiftA.CODECprivate static final KeyDispatchDataCodec<DensityFunctions.ShiftB> DensityFunctions.ShiftB.CODECstatic final KeyDispatchDataCodec<DensityFunctions.ShiftedNoise> DensityFunctions.ShiftedNoise.CODECstatic final KeyDispatchDataCodec<DensityFunctions.Spline> DensityFunctions.Spline.CODECstatic final KeyDispatchDataCodec<DensityFunctions.WeirdScaledSampler> DensityFunctions.WeirdScaledSampler.CODECstatic final KeyDispatchDataCodec<DensityFunctions.YClampedGradient> DensityFunctions.YClampedGradient.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.AbovePreliminarySurface> SurfaceRules.AbovePreliminarySurface.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.Bandlands> SurfaceRules.Bandlands.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.BiomeConditionSource> SurfaceRules.BiomeConditionSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.BlockRuleSource> SurfaceRules.BlockRuleSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.Hole> SurfaceRules.Hole.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.NoiseThresholdConditionSource> SurfaceRules.NoiseThresholdConditionSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.NotConditionSource> SurfaceRules.NotConditionSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.SequenceRuleSource> SurfaceRules.SequenceRuleSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.Steep> SurfaceRules.Steep.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.StoneDepthCheck> SurfaceRules.StoneDepthCheck.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.Temperature> SurfaceRules.Temperature.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.TestRuleSource> SurfaceRules.TestRuleSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.VerticalGradientConditionSource> SurfaceRules.VerticalGradientConditionSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.WaterConditionSource> SurfaceRules.WaterConditionSource.CODECprivate static final KeyDispatchDataCodec<SurfaceRules.YConditionSource> SurfaceRules.YConditionSource.CODECMethods in net.minecraft.world.level.levelgen that return KeyDispatchDataCodecModifier 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.FindTopSurface.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()private static <O> KeyDispatchDataCodec<O> DensityFunctions.doubleFunctionArgumentCodec(BiFunction<DensityFunction, DensityFunction, O> constructor, Function<O, DensityFunction> firstArgumentGetter, Function<O, DensityFunction> secondArgumentGetter) private static <O> KeyDispatchDataCodec<O> DensityFunctions.makeCodec(com.mojang.serialization.MapCodec<O> dataCodec) private static <A,O> KeyDispatchDataCodec <O> DensityFunctions.singleArgumentCodec(com.mojang.serialization.Codec<A> argumentCodec, Function<A, O> constructor, Function<O, A> getter) private static <O> KeyDispatchDataCodec<O> DensityFunctions.singleFunctionArgumentCodec(Function<DensityFunction, O> constructor, Function<O, DensityFunction> getter) Methods in net.minecraft.world.level.levelgen with parameters of type KeyDispatchDataCodecModifier and TypeMethodDescriptionprivate static com.mojang.serialization.MapCodec<? extends DensityFunction> DensityFunctions.register(Registry<com.mojang.serialization.MapCodec<? extends DensityFunction>> registry, String name, KeyDispatchDataCodec<? extends DensityFunction> codec) private static <A> com.mojang.serialization.MapCodec<? extends A> SurfaceRules.register(Registry<com.mojang.serialization.MapCodec<? extends A>> registry, String name, KeyDispatchDataCodec<? extends A> codec) -
Uses of KeyDispatchDataCodec in net.minecraft.world.level.levelgen.synth
Fields in net.minecraft.world.level.levelgen.synth declared as KeyDispatchDataCodecModifier and TypeFieldDescriptionstatic final KeyDispatchDataCodec<BlendedNoise> BlendedNoise.CODECMethods in net.minecraft.world.level.levelgen.synth that return KeyDispatchDataCodecModifier and TypeMethodDescriptionKeyDispatchDataCodec<? extends DensityFunction> BlendedNoise.codec()