Skip to content

Commit

Permalink
add missing class comments to simple type names for obfuscated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Nov 1, 2024
1 parent 6ea4ea3 commit 401698c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions simple_type_field_names.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"net/minecraft/unmapped/C_ayfeobid": "client", // MinecraftClient
"net/minecraft/unmapped/C_cnszsxvd": "matrices", // MatrixStack
"net/minecraft/unmapped/C_igrgeffe": "vertexConsumers", // VertexConsumerProvider
"net/minecraft/unmapped/C_mavozmpp": "textRenderer",
"net/minecraft/unmapped/C_nxnqmnng": "bufferBuilder",
"net/minecraft/unmapped/C_mavozmpp": "textRenderer", // TextRenderer
"net/minecraft/unmapped/C_nxnqmnng": "bufferBuilder", // BufferBuilder
"com/mojang/text2speech/Narrator": "narrator",

// Pos
"net/minecraft/unmapped/C_hynzadkk": "pos", // BlockPos
"net/minecraft/unmapped/C_hynzadkk$C_egqitdjk": {
"net/minecraft/unmapped/C_hynzadkk$C_egqitdjk": { // BlockPos.Mutable
local_name: "pos",
"fallback": [
"mutablePos"
Expand All @@ -64,8 +64,8 @@

// Common
"net/minecraft/unmapped/C_rlomrsco": "random", // RandomGenerator
"net/minecraft/unmapped/C_xpuuihxf": "direction",
"net/minecraft/unmapped/C_eslcbfsq": "profiler",
"net/minecraft/unmapped/C_xpuuihxf": "direction", // Direction
"net/minecraft/unmapped/C_eslcbfsq": "profiler", // Profiler
"java/util/UUID": "uuid",

// States
Expand All @@ -85,7 +85,7 @@
},

// Block
"net/minecraft/unmapped/C_mmxmpdoq": "block",
"net/minecraft/unmapped/C_mmxmpdoq": "block", // Block
"net/minecraft/unmapped/C_jdakttms": "result", // BlockHitResult
"net/minecraft/unmapped/C_hgpogkhy": "type", // BlockSetType
"net/minecraft/unmapped/C_triydqro$C_xnkxsdfy": { // AbstractBlock.Settings
Expand Down Expand Up @@ -125,7 +125,7 @@
"livingEntity"
]
},
"net/minecraft/unmapped/C_rjqjaxef": "brain",
"net/minecraft/unmapped/C_rjqjaxef": "brain", // Brain
"net/minecraft/unmapped/C_bhyaesep": { // SpawnReason
local_name: "reason",
fallback: [
Expand Down Expand Up @@ -177,8 +177,8 @@
},

// Resources
"net/minecraft/unmapped/C_tguinuvn": "resourcePack",
"net/minecraft/unmapped/C_tmnrpasf": "resourceManager",
"net/minecraft/unmapped/C_tguinuvn": "resourcePack", // ResourcePack
"net/minecraft/unmapped/C_tmnrpasf": "resourceManager", // ResourceManager
"net/minecraft/unmapped/C_carvbxzj": { // AutoCloseableResourceManager
local_name: "resourceManager",
fallback: [
Expand All @@ -198,7 +198,7 @@
},

// World
"net/minecraft/unmapped/C_cdctfzbn": "world",
"net/minecraft/unmapped/C_cdctfzbn": "world", // World
"net/minecraft/unmapped/C_agsukcmb": { // TestableWorld
local_name: "world",
fallback: [
Expand Down Expand Up @@ -257,7 +257,7 @@

// Rendering
"net/minecraft/unmapped/C_dcmtgrvm": "camera", // Camera
"net/minecraft/unmapped/C_gjnplkfz": "modelLoader",
"net/minecraft/unmapped/C_gjnplkfz": "modelLoader", // ModelLoader
"net/minecraft/unmapped/C_sedilmty": "graphics", // GuiGraphics
"net/minecraft/unmapped/C_nrqwmhri": { // Unbaked Model
local_name: "model",
Expand All @@ -276,7 +276,7 @@
"net/minecraft/unmapped/C_lrgsdfwv": "tracker", // DeltaTracker

// Server
"net/minecraft/unmapped/C_aqemmrby": "tracer",
"net/minecraft/unmapped/C_aqemmrby": "tracer", // C_aqemmrby
"com/mojang/authlib/GameProfile": {
local_name: "profile",
fallback: [
Expand Down

0 comments on commit 401698c

Please sign in to comment.