Interface Decoratable<R>
- All Known Implementing Classes:
ConfiguredDecorator,ConfiguredFeature
public interface Decoratable<R>
- Mappings:
Namespace Name official cojintermediary 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.default RaverageDepth(YOffset baseline, int spread)decorate(ConfiguredDecorator<?> decorator)default Rrange(RangeDecoratorConfig config)default Rdefault 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.
-
Method Details
-
decorate
- Mappings:
Namespace Name Mixin selector official aLcoj;a(Lcyk;)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 aLcoj;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 aLcoj;a(Laqo;)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 bLcoj;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 cLcoj;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;
-
rangeOf
- Mappings:
Namespace Name Mixin selector official aLcoj;a(Lcpe;Lcpe;)Ljava/lang/Object;intermediary method_30377Lnet/minecraft/class_5432;method_30377(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;)Ljava/lang/Object;named rangeOfLnet/minecraft/world/gen/decorator/Decoratable;rangeOf(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;)Ljava/lang/Object;
-
range
- Mappings:
Namespace Name Mixin selector official aLcoj;a(Lcuv;)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 aLcoj;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;
-
averageDepth
- Mappings:
Namespace Name Mixin selector official aLcoj;a(Lcpe;I)Ljava/lang/Object;intermediary method_33837Lnet/minecraft/class_5432;method_33837(Lnet/minecraft/class_5843;I)Ljava/lang/Object;named averageDepthLnet/minecraft/world/gen/decorator/Decoratable;averageDepth(Lnet/minecraft/world/gen/YOffset;I)Ljava/lang/Object;
-