CLASS net/minecraft/class_4538 net/minecraft/world/WorldView COMMENT Represents a scoped, read-only view of a world like structure that contains biomes, chunks and is bound to a dimension. METHOD method_22339 getLightLevel (Lnet/minecraft/class_2338;)I ARG 1 pos METHOD method_22340 isChunkLoaded (Lnet/minecraft/class_2338;)Z ARG 1 pos METHOD method_22341 isRegionLoaded (IIIIII)Z ARG 1 minX ARG 2 minY ARG 3 minZ ARG 4 maxX ARG 5 maxY ARG 6 maxZ METHOD method_22342 getChunk (IILnet/minecraft/class_2806;)Lnet/minecraft/class_2791; ARG 1 chunkX ARG 2 chunkZ ARG 3 status METHOD method_22343 isRegionLoaded (Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Z ARG 1 min ARG 2 max METHOD method_22344 getStrongRedstonePower (Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)I ARG 1 pos ARG 2 direction METHOD method_22345 containsFluid (Lnet/minecraft/class_238;)Z COMMENT {@return {@code true} if any of the blocks inside {@code box} contain fluid} ARG 1 box METHOD method_22346 getLightLevel (Lnet/minecraft/class_2338;I)I ARG 1 pos ARG 2 ambientDarkness METHOD method_22347 isAir (Lnet/minecraft/class_2338;)Z ARG 1 pos METHOD method_22348 isSkyVisibleAllowingSea (Lnet/minecraft/class_2338;)Z COMMENT {@return whether the sky is visible at {@code pos}} COMMENT COMMENT

In addition to the normal logic that checks the sky light level, this method COMMENT also returns {@code true} if {@code pos} is below the sea level, and every block COMMENT between the sea level and {@code pos} is either transparent or liquid. COMMENT COMMENT @see BlockRenderView#isSkyVisible ARG 1 pos METHOD method_22349 getBrightness (Lnet/minecraft/class_2338;)F ARG 1 pos METHOD method_22350 getChunk (Lnet/minecraft/class_2338;)Lnet/minecraft/class_2791; COMMENT {@return the chunk that contains {@code pos}} ARG 1 pos METHOD method_22351 isWater (Lnet/minecraft/class_2338;)Z ARG 1 pos METHOD method_22385 getBiomeAccess ()Lnet/minecraft/class_4543; METHOD method_22387 getGeneratorStoredBiome (III)Lnet/minecraft/class_6880; ARG 1 biomeX ARG 2 biomeY ARG 3 biomeZ METHOD method_23753 getBiome (Lnet/minecraft/class_2338;)Lnet/minecraft/class_6880; ARG 1 pos METHOD method_29556 getStatesInBoxIfLoaded (Lnet/minecraft/class_238;)Ljava/util/stream/Stream; ARG 1 box METHOD method_33597 isRegionLoaded (IIII)Z ARG 1 minX ARG 2 minZ ARG 3 maxX ARG 4 maxZ METHOD method_33598 isPosLoaded (II)Z ARG 1 x ARG 2 z METHOD method_42309 getPhototaxisFavor (Lnet/minecraft/class_2338;)F ARG 1 pos METHOD method_8392 getChunk (II)Lnet/minecraft/class_2791; COMMENT {@return the chunk with position {@code chunkX} and {@code chunkZ}} ARG 1 chunkX ARG 2 chunkZ METHOD method_8393 isChunkLoaded (II)Z ARG 1 chunkX ARG 2 chunkZ METHOD method_8402 getChunk (IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791; ARG 1 chunkX ARG 2 chunkZ ARG 3 leastStatus ARG 4 create METHOD method_8594 getAmbientDarkness ()I METHOD method_8597 getDimension ()Lnet/minecraft/class_2874; METHOD method_8598 getTopPosition (Lnet/minecraft/class_2902$class_2903;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338; COMMENT {@return the position of the topmost block in the column COMMENT containing {@code pos} using {@code heightmap} heightmap} ARG 1 heightmap ARG 2 pos METHOD method_8608 isClient ()Z COMMENT Checks if this world view is on the logical client. COMMENT COMMENT

If the value returned is false, it is expected that this world is present on a logical server. METHOD method_8615 getSeaLevel ()I METHOD method_8624 getTopY (Lnet/minecraft/class_2902$class_2903;II)I COMMENT {@return the Y coordinate of the topmost block at the coordinates COMMENT {@code x} and {@code z} using {@code heightmap}} ARG 1 heightmap ARG 2 x ARG 3 z