Interface Decoratable<R>
- All Known Implementing Classes:
ConfiguredDecorator,ConfiguredFeature
public interface Decoratable<R>
- Mappings:
Namespace Name official covintermediary net/minecraft/class_5432named net/minecraft/world/gen/decorator/Decoratable
-
Method Summary
Modifier and TypeMethodDescriptiondefault RapplyChance(int chance)Applies theminecraft:chancedecorator, which only allows positions with a1 / countchance, e.g.decorate(ConfiguredDecorator<?> decorator)default Rrange(RangeDecoratorConfig config)default Rrepeat(int count)Applies theminecraft:countdecorator, which repeats the input positionscounttimes.default Rrepeat(IntProvider count)Applies theminecraft:countdecorator, which repeats the input positions by the value of thecountdistribution.default RrepeatRandomly(int maxCount)Applies theminecraft:countdecorator, which repeats the input positions by a random number between 0 andmaxCount.default RApplies theminecraft:squaredecorator, which spreads positions horizontally a random amount between 0 and 15 blocks on both horizontal axes.default RtriangleRange(YOffset min, YOffset max)default RuniformRange(YOffset min, YOffset max)
-
Method Details
-
decorate
- Mappings:
Namespace Name Mixin selector official aLcov;a(Lcyy;)Ljava/lang/Object;intermediary method_30374Lnet/minecraft/class_5432;method_30374(Lnet/minecraft/class_3243;)Ljava/lang/Object;named decorateLnet/minecraft/world/gen/decorator/Decoratable;decorate(Lnet/minecraft/world/gen/decorator/ConfiguredDecorator;)Ljava/lang/Object;
-
applyChance
Applies theminecraft:chancedecorator, which only allows positions with a1 / countchance, e.g. a count of 2 would give approximately half of the input positions.- Mappings:
Namespace Name Mixin selector official aLcov;a(I)Ljava/lang/Object;intermediary method_30372Lnet/minecraft/class_5432;method_30372(I)Ljava/lang/Object;named applyChanceLnet/minecraft/world/gen/decorator/Decoratable;applyChance(I)Ljava/lang/Object;
-
repeat
Applies theminecraft:countdecorator, which repeats the input positions by the value of thecountdistribution.- Parameters:
count- the distribution of the repetition count- Mappings:
Namespace Name Mixin selector official aLcov;a(Laqs;)Ljava/lang/Object;intermediary method_30373Lnet/minecraft/class_5432;method_30373(Lnet/minecraft/class_6017;)Ljava/lang/Object;named repeatLnet/minecraft/world/gen/decorator/Decoratable;repeat(Lnet/minecraft/util/math/intprovider/IntProvider;)Ljava/lang/Object;
-
repeat
Applies theminecraft:countdecorator, which repeats the input positionscounttimes.- Parameters:
count- the repetition count- Mappings:
Namespace Name Mixin selector official bLcov;b(I)Ljava/lang/Object;intermediary method_30375Lnet/minecraft/class_5432;method_30375(I)Ljava/lang/Object;named repeatLnet/minecraft/world/gen/decorator/Decoratable;repeat(I)Ljava/lang/Object;
-
repeatRandomly
Applies theminecraft:countdecorator, which repeats the input positions by a random number between 0 andmaxCount.- Parameters:
maxCount- the maximum repetition count- Mappings:
Namespace Name Mixin selector official cLcov;c(I)Ljava/lang/Object;intermediary method_30376Lnet/minecraft/class_5432;method_30376(I)Ljava/lang/Object;named repeatRandomlyLnet/minecraft/world/gen/decorator/Decoratable;repeatRandomly(I)Ljava/lang/Object;
-
uniformRange
- Mappings:
Namespace Name Mixin selector official aLcov;a(Lcpt;Lcpt;)Ljava/lang/Object;intermediary method_36296Lnet/minecraft/class_5432;method_36296(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;)Ljava/lang/Object;named uniformRangeLnet/minecraft/world/gen/decorator/Decoratable;uniformRange(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;)Ljava/lang/Object;
-
triangleRange
- Mappings:
Namespace Name Mixin selector official bLcov;b(Lcpt;Lcpt;)Ljava/lang/Object;intermediary method_36297Lnet/minecraft/class_5432;method_36297(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;)Ljava/lang/Object;named triangleRangeLnet/minecraft/world/gen/decorator/Decoratable;triangleRange(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;)Ljava/lang/Object;
-
range
- Mappings:
Namespace Name Mixin selector official aLcov;a(Lcvj;)Ljava/lang/Object;intermediary method_33838Lnet/minecraft/class_5432;method_33838(Lnet/minecraft/class_2997;)Ljava/lang/Object;named rangeLnet/minecraft/world/gen/decorator/Decoratable;range(Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;)Ljava/lang/Object;
-
spreadHorizontally
Applies theminecraft:squaredecorator, which spreads positions horizontally a random amount between 0 and 15 blocks on both horizontal axes.- Mappings:
Namespace Name Mixin selector official aLcov;a()Ljava/lang/Object;intermediary method_30371Lnet/minecraft/class_5432;method_30371()Ljava/lang/Object;named spreadHorizontallyLnet/minecraft/world/gen/decorator/Decoratable;spreadHorizontally()Ljava/lang/Object;
-