yarn/mappings/net/minecraft/world/gen/feature/size/FeatureSize.mapping

18 lines
910 B
Plaintext

CLASS net/minecraft/class_5201 net/minecraft/world/gen/feature/size/FeatureSize
COMMENT In charge of determining the amount of space needed by a tree to generate.
FIELD field_24146 minClippedHeight Ljava/util/OptionalInt;
FIELD field_24922 TYPE_CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (Ljava/util/OptionalInt;)V
ARG 1 minClippedHeight
METHOD method_27377 getMinClippedHeight ()Ljava/util/OptionalInt;
METHOD method_27378 getRadius (II)I
COMMENT The radius that the tree needs to be empty or replaceable in order for it to generate.
ARG 1 height
ARG 2 y
METHOD method_28820 createCodec ()Lcom/mojang/serialization/codecs/RecordCodecBuilder;
METHOD method_28822 (Ljava/util/Optional;)Ljava/util/OptionalInt;
ARG 0 minClippedHeight
METHOD method_28823 (Ljava/util/OptionalInt;)Ljava/util/Optional;
ARG 0 minClippedHeight
METHOD method_28824 getType ()Lnet/minecraft/class_5202;