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

53 lines
1.3 KiB
Plaintext

CLASS awe net/minecraft/world/chunk/EmptyChunk
METHOD a updateHeightmapClient ()V
METHOD a matchesPos (II)Z
ARG 0 chunkX
ARG 1 chunkZ
METHOD a addBlockEntity (Latu;)V
ARG 0 blockEntity
METHOD a getBlockState (Ldx;)Lave;
ARG 0 pos
METHOD a getLightLevel (Ldx;I)I
ARG 0 pos
ARG 1 ambientDarkness
METHOD a addBlockEntity (Ldx;Latu;)V
ARG 0 pos
ARG 1 blockEntity
METHOD a getBlockEntity (Ldx;Lawh$a;)Latu;
ARG 0 pos
ARG 1 mode
METHOD a collectEntitiesIn (Ljava/lang/Class;Lbfm;Ljava/util/List;Lcom/google/common/base/Predicate;)V
ARG 0 clazz
ARG 1 area
ARG 2 resultList
ARG 3 filter
METHOD a addEntity (Lub;)V
ARG 0 entity
METHOD a removeEntity (Lub;I)V
ARG 0 entity
ARG 1 chunkY
METHOD a collectEntitiesIn (Lub;Lbfm;Ljava/util/List;Lcom/google/common/base/Predicate;)V
ARG 0 except
ARG 1 area
ARG 2 resultList
ARG 3 filter
METHOD b updateLighting ()V
METHOD b getHeightAt (II)I
ARG 0 x
ARG 1 z
METHOD b getBlockLightOpacityLevel (Ldx;)I
ARG 0 pos
METHOD b removeEntity (Lub;)V
ARG 0 entity
METHOD c addEntitiesToWorld ()V
METHOD c areChunkSectionsEmpty (II)Z
ARG 0 minY
ARG 1 maxY
METHOD c isSkyUnobstructed (Ldx;)Z
ARG 0 pos
METHOD d unloadEntitiesFromWorld ()V
METHOD d invalidateBlockEntityAt (Ldx;)V
ARG 0 pos
METHOD e markDirty ()V
METHOD f isEmpty ()Z