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

147 lines
3.6 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS awh net/minecraft/world/chunk/Chunk
CLASS awh$a CreationMode
FIELD a IMMEDIATE Lawh$a;
FIELD b QUEUED Lawh$a;
FIELD c NEVER Lawh$a;
FIELD a NULL_CHUNK_SECTION Lawi;
2016-08-17 19:16:15 -04:00
FIELD b chunkX I
FIELD c chunkZ I
FIELD d dropped Z
2016-08-14 16:19:38 -04:00
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
2017-04-05 07:31:24 -04:00
FIELD f sections [Lawi;
2016-08-17 17:15:57 -04:00
FIELD g biomeMap [B
FIELD j entitiesLoaded Z
2017-04-05 07:31:24 -04:00
FIELD k world Lali;
2016-08-17 17:15:57 -04:00
FIELD l heightMap [I
2016-09-14 16:57:36 -04:00
FIELD n blockEntityMap Ljava/util/Map;
2017-04-05 07:31:24 -04:00
FIELD o entities [Lpu;
2016-08-17 19:16:15 -04:00
FIELD p terrainPopulated Z
FIELD q lightPopulated Z
FIELD r didUpdate Z
2016-09-19 13:41:27 -04:00
FIELD s dirty Z
FIELD u lastSavedTime J
FIELD v maxHeight I
2016-08-17 19:16:15 -04:00
FIELD w inhabitedTime J
FIELD y blockEntityCreationQueue Ljava/util/concurrent/ConcurrentLinkedQueue;
METHOD <init> (Lali;II)V
ARG 0 world
ARG 1 x
ARG 2 z
METHOD <init> (Lali;Laxh;II)V
ARG 0 world
ARG 2 x
ARG 3 z
2017-05-12 05:21:39 -04:00
METHOD a updateHeightmapClient ()V
METHOD a matchesPos (II)Z
2017-05-13 02:02:51 -04:00
ARG 0 chunkX
ARG 1 chunkZ
2017-04-05 07:31:24 -04:00
METHOD a getBlockState (III)Lave;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2017-04-05 07:31:24 -04:00
METHOD a addBlockEntity (Latu;)V
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
2017-04-05 07:31:24 -04:00
METHOD a populate (Lawb;)V
2017-05-13 02:02:51 -04:00
ARG 0 generator
2017-04-05 07:31:24 -04:00
METHOD a populate (Lawc;Lawb;)V
2017-05-13 02:02:51 -04:00
ARG 0 provider
ARG 1 generator
2017-04-05 07:31:24 -04:00
METHOD a getBlockState (Ldx;)Lave;
2017-05-13 02:02:51 -04:00
ARG 0 pos
2017-04-05 07:31:24 -04:00
METHOD a getLightLevel (Ldx;I)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 ambientDarkness
2017-04-05 07:31:24 -04:00
METHOD a getBiome (Ldx;Lalz;)Lalv;
2017-05-13 02:02:51 -04:00
ARG 0 pos
2017-04-05 07:31:24 -04:00
METHOD a addBlockEntity (Ldx;Latu;)V
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 blockEntity
2017-04-05 07:31:24 -04:00
METHOD a setBlockState (Ldx;Lave;)Lave;
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 state
2017-04-05 07:31:24 -04:00
METHOD a getBlockEntity (Ldx;Lawh$a;)Latu;
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 mode
2017-05-12 05:21:39 -04:00
METHOD a loadChunkDataClient (Lgb;IZ)V
ARG 0 buf
ARG 1 sectionMask
ARG 2 hasBiomeMap
2017-04-05 07:31:24 -04:00
METHOD a collectEntitiesIn (Ljava/lang/Class;Lbfm;Ljava/util/List;Lcom/google/common/base/Predicate;)V
2017-05-13 02:02:51 -04:00
ARG 0 clazz
ARG 1 area
ARG 2 resultList
ARG 3 filter
2017-04-05 07:31:24 -04:00
METHOD a addEntity (Lub;)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
2017-04-05 07:31:24 -04:00
METHOD a removeEntity (Lub;I)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 chunkY
2017-04-05 07:31:24 -04:00
METHOD a collectEntitiesIn (Lub;Lbfm;Ljava/util/List;Lcom/google/common/base/Predicate;)V
2017-05-13 02:02:51 -04:00
ARG 0 except
ARG 1 area
ARG 2 resultList
ARG 3 filter
2016-08-17 17:15:57 -04:00
METHOD a setBiomeMap ([B)V
2017-05-13 02:02:51 -04:00
ARG 0 biomeMap
2016-08-17 17:15:57 -04:00
METHOD a setHeightMap ([I)V
2017-05-13 02:02:51 -04:00
ARG 0 heightMap
2017-04-05 07:31:24 -04:00
METHOD a replaceSections ([Lawi;)V
2017-05-13 02:02:51 -04:00
ARG 0 newSections
2017-05-12 05:21:39 -04:00
METHOD b updateLighting ()V
2016-08-26 03:11:01 -04:00
METHOD b getHeightAt (II)I
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 z
METHOD b setLastSavedTime (J)V
2017-05-13 02:02:51 -04:00
ARG 0 worldTime
2017-04-05 07:31:24 -04:00
METHOD b getBlockLightOpacityLevel (Ldx;)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
2017-04-05 07:31:24 -04:00
METHOD b removeEntity (Lub;)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
METHOD b update (Z)V
METHOD c addEntitiesToWorld ()V
METHOD c areChunkSectionsEmpty (II)Z
2017-05-13 02:02:51 -04:00
ARG 0 minY
ARG 1 maxY
2016-08-17 19:16:15 -04:00
METHOD c setInhabitedTime (J)V
2017-05-13 02:02:51 -04:00
ARG 0 inhabitedTime
2017-04-05 07:31:24 -04:00
METHOD c isSkyUnobstructed (Ldx;)Z
2017-05-13 02:02:51 -04:00
ARG 0 pos
METHOD c setEntitiesLoaded (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 value
2016-10-18 09:02:36 -04:00
METHOD d unloadEntitiesFromWorld ()V
METHOD d getBlockLightOpacityLevel (III)I
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
2017-04-05 07:31:24 -04:00
METHOD d invalidateBlockEntityAt (Ldx;)V
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-08-17 19:16:15 -04:00
METHOD d setTerrainPopulated (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 terrainPopulated
2016-09-19 13:41:27 -04:00
METHOD e markDirty ()V
2017-04-05 07:31:24 -04:00
METHOD e getHeightFromBlockPos (Ldx;)I
2017-05-13 02:02:51 -04:00
ARG 0 pos
2016-08-17 19:16:15 -04:00
METHOD e setLightPopulated (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 lightPopulated
METHOD f isEmpty ()Z
2016-09-19 13:41:27 -04:00
METHOD f setDirty (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 dirty
2016-08-26 03:11:01 -04:00
METHOD g getLevelOfTopSection ()I
2017-04-05 07:31:24 -04:00
METHOD g createBlockEntity (Ldx;)Latu;
2017-05-13 02:02:51 -04:00
ARG 0 pos
2017-04-05 07:31:24 -04:00
METHOD h getSections ()[Lawi;
METHOD i isReady ()Z
METHOD j hadFirstUpdate ()Z
2017-04-05 07:31:24 -04:00
METHOD k getPos ()Lalb;
2016-08-17 17:15:57 -04:00
METHOD l getBiomeMap ()[B
Misc mappings (#131) * Misc mappings * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * BIomes, biome generation (#132) * BIomes, biome generation * Misc random mappings (#120) * Misc random mappings * Minor changes & move WorldServerChild to sortme * username -> userName * Rename some Gui related methods & more lastPressedWidget mouseDragged => onMouseDragged handleMouseClick => onMousePressed handleTouchEvent => onMouseReleased handleKeyPress => onKeyPressed handleButtonPressed => onWidgetPressed WidgetButton.released => onReleased * Add some mappings for mob pathfinding (#127) * Add some mappings for mob pathfinding * Fixes for review * Fixes for review * Several mappings (#129) * Mapped a bunch of loot stuff. * Mapped some random stuff. * Mapped some debug renderers. * Mapped a few misc things. * element -> json * Map / rename PlayerFormatUpgrader * Fix StatManager, map StatManagerServer and such updateStatState => set increaseState => increase getValue => get EntityPlayer.getStatManager => getStats * Fix LootTable related mappings serialze => serialize Serializer => DeSerializer LootTableContext: * TARGET => Target * source => damageSource * setX(x) => setX(value) * Random block stuff * Random world stuff * Add some mappings for block rendering (#133) * Add some mappings for block rendering * Fixes some things * Make getAoBrightness to getAmbientOcclusionBrightness * Fix merge conflicts * Fix a few minor things VertexBuffer.putColorRGB => putColor BlockRenderer hashcode parameter => variationSeed Revert to IBlockView.getCombinedLight * Fix a few things * Remove Vector3f (fixes Enigma mapping conflict) * Map WidgetLockButton * Fix gameMode setters to use "value"
2016-10-17 13:39:56 -04:00
METHOD n checkNextLight ()V
METHOD p areEntitiesLoaded ()Z
2017-04-05 07:31:24 -04:00
METHOD q getWorld ()Lali;
2016-08-17 17:15:57 -04:00
METHOD r getHeightMap ()[I
2016-09-14 16:57:36 -04:00
METHOD s getBlockEntityMap ()Ljava/util/Map;
2017-04-05 07:31:24 -04:00
METHOD t getEntitySets ()[Lpu;
2016-09-07 05:54:55 -04:00
METHOD u isTerrainPopulated ()Z
METHOD v isLightPopulated ()Z
METHOD w getHeight ()I
2016-09-19 13:41:27 -04:00
METHOD x getInhabitedTime ()J
2017-04-05 07:31:24 -04:00
METHOD y getTopSection ()Lawi;