-
Notifications
You must be signed in to change notification settings - Fork 22
/
mappings.srg
46 lines (42 loc) · 2.59 KB
/
mappings.srg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# The names will be obfuscated and written in resources/betterfps.srg by my gradle task automatically
# Prefixes: CL for classes, FD for fields and MD for methods
# Make sure all names are correct for the current version before compiling
# PREFIX: IDENTIFIER NAME [DESC]
CL: Minecraft net/minecraft/client/Minecraft
CL: World net/minecraft/world/World
CL: Chunk net/minecraft/world/chunk/Chunk
CL: Block net/minecraft/block/Block
CL: EntityPlayer net/minecraft/entity/player/EntityPlayer
CL: EntityPlayerSP net/minecraft/client/entity/EntityPlayerSP
CL: MathHelper net/minecraft/util/math/MathHelper
CL: EntityTNTPrimed net/minecraft/entity/item/EntityTNTPrimed
CL: ClientBrandRetriever net/minecraft/client/ClientBrandRetriever
CL: GuiOptions net/minecraft/client/gui/GuiOptions
CL: WorldClient net/minecraft/client/multiplayer/WorldClient
CL: WorldServer net/minecraft/world/WorldServer
CL: IntegratedServer net/minecraft/server/integrated/IntegratedServer
CL: DedicatedServer net/minecraft/server/dedicated/DedicatedServer
CL: TileEntityBeacon net/minecraft/tileentity/TileEntityBeacon
CL: BeamSegment net/minecraft/tileentity/TileEntityBeacon$BeamSegment
CL: TileEntityBeaconRenderer net/minecraft/client/renderer/tileentity/TileEntityBeaconRenderer
CL: TileEntityHopper net/minecraft/tileentity/TileEntityHopper
CL: BlockHopper net/minecraft/block/BlockHopper
CL: IInventory net/minecraft/inventory/IInventory
CL: ModelBox net/minecraft/client/model/ModelBox
CL: EntityRenderer net/minecraft/client/renderer/EntityRenderer
CL: GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative
CL: RenderPlayer net/minecraft/client/renderer/entity/RenderPlayer
MD: startGame net/minecraft/client/Minecraft/init ()V
MD: freeMemory net/minecraft/client/Minecraft/freeMemory ()V
MD: sin net/minecraft/util/math/MathHelper/sin (F)F
MD: cos net/minecraft/util/math/MathHelper/cos (F)F
MD: tick net/minecraft/world/World/tick ()V
MD: updateBlocks net/minecraft/world/World/updateBlocks ()V
MD: onUpdate net/minecraft/entity/Entity/onUpdate ()V
MD: getClientModName net/minecraft/client/ClientBrandRetriever/getClientModName ()Ljava/lang/String;
MD: initGui net/minecraft/client/gui/GuiScreen/initGui ()V
MD: startServer net/minecraft/server/MinecraftServer/init ()Z
MD: captureDroppedItems net/minecraft/tileentity/TileEntityHopper/captureDroppedItems (Lnet/minecraft/tileentity/IHopper;)Z
MD: renderBeamSegment net/minecraft/client/renderer/tileentity/TileEntityBeaconRenderer/renderBeamSegment (DDDDDDII[FDD)V
FD: memoryReserve net/minecraft/client/Minecraft/memoryReserve [B
FD: SIN_TABLE net/minecraft/util/math/MathHelper/SIN_TABLE [F