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

12 lines
574 B
Plaintext
Raw Normal View History

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.
2019-06-28 17:55:20 -04:00
FIELD field_12866 wrapped Lnet/minecraft/class_2818;
FIELD field_34554 propagateToWrapped Z
2021-09-16 15:04:31 -04:00
METHOD <init> (Lnet/minecraft/class_2818;Z)V
ARG 1 wrapped
ARG 2 propagateToWrapped
2019-06-28 17:55:20 -04:00
METHOD method_12239 transformHeightmapType (Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2902$class_2903;
2019-02-10 02:49:48 -05:00
ARG 1 type
2019-06-28 17:55:20 -04:00
METHOD method_12240 getWrappedChunk ()Lnet/minecraft/class_2818;