yarn/mappings/net/minecraft/world/chunk/WrapperProtoChunk.mapping

12 lines
574 B
Plaintext

CLASS net/minecraft/class_2821 net/minecraft/world/chunk/WrapperProtoChunk
COMMENT Represents a chunk that wraps a world chunk, used in world generation.
COMMENT This is usually read-only.
FIELD field_12866 wrapped Lnet/minecraft/class_2818;
FIELD field_34554 propagateToWrapped Z
METHOD <init> (Lnet/minecraft/class_2818;Z)V
ARG 1 wrapped
ARG 2 propagateToWrapped
METHOD method_12239 transformHeightmapType (Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2902$class_2903;
ARG 1 type
METHOD method_12240 getWrappedChunk ()Lnet/minecraft/class_2818;