Add support for Trashcans and ToolboxBlockEntity

This commit is contained in:
passplease 2024-07-01 20:09:58 +08:00
parent 08e1c0e2fc
commit 7208a3c684
176 changed files with 258660 additions and 86067 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@ -1,2 +1,2 @@
#Sun May 26 21:54:19 HKT 2024
#Sat Jun 29 14:53:46 CST 2024
gradle.version=8.4

Binary file not shown.

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<list size="1">
<item index="0" class="java.lang.String" itemvalue="org.spongepowered.asm.mixin.Shadow" />
<list size="2">
<item index="0" class="java.lang.String" itemvalue="net.minecraftforge.eventbus.api.SubscribeEvent" />
<item index="1" class="java.lang.String" itemvalue="org.spongepowered.asm.mixin.Shadow" />
</list>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Welcome to SCS !
## Download Links
* For CurseForge: ["CurseForge"](https://www.curseforge.com/minecraft/mc-mods/smartercontraptionstorage)
* If you come from China, you can also use [MCMODS](https://www.mcmod.cn/class/15306.html)
## What Can It Do?
* It is a mod aiming at making containers on contraptions smarter. After applying this mod, you can control your each container on contraption separately when them are blocks (planning to make them act like actors)
* Secondly, it adds support to other containers those Create haven't allowed, such as [Drawers](https://www.curseforge.com/minecraft/mc-mods/storage-drawers) ,(planning) [TrashBins](https://www.curseforge.com/minecraft/mc-mods/trash-cans) and any others you request me to support
* Thirdly, it plans to add some interesting and useful features to create
## How to Give Me Some Advice
* First of all, GitHub is always the best place
* For Chinese, you can also find more links in [MCMODS](https://www.mcmod.cn/class/15306.html)
## About Plans
1) Add support to [TrashBins](https://www.curseforge.com/minecraft/mc-mods/trash-cans) (by the way, adding some interesting functions)
2) Make toolbox can act on contraption (and it will have more capabilities with TrashBins)
3) Make containers act like actors, which will allow us to close or open it without transforming entity to blocks
4) (Considering) Add support to liquid
## License
[MIT_License](https://mit-license.org/)
## About Me
* The most important I have to emphasize, I am a newbie of making mod. So I may not update my mod so quickly as other authors, and codes worse than theirs. As a result, I will always ask some questions (including foolish questions) improving my coding skills.
## Questions I Encounter in Coding Now
#### Thanks For Anybody Helping Me First of All!
1) I don't know how to use accessTransformer.cfg file in forge. I know how to write it properly, but it can't work normally. For example, in TrashHandlerHelper though I change [inventory]() to public, I can't access it finally, but I can change Minecraft's code. So I suspect AccessTransformer can't change Create's code (although I have no way to justify that) Thanks for reading here helping to solve my problem.

View File

@ -30,6 +30,7 @@ java {
}
minecraft {
minecraft.accessTransformer = file(ATFile)
// The mappings can be changed at any time and must be in the following format.
// Channel: Version:
// official MCVersion Official field/method names from Mojang mapping files
@ -165,6 +166,9 @@ dependencies {
compileOnly fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
implementation fg.deobf("curse.maven:create-328085:4625534")
implementation fg.deobf("curse.maven:storage-drawers-223852:3884263")
implementation fg.deobf("curse.maven:trash-cans-394535:4606893")
implementation fg.deobf("curse.maven:supermartijn642s-config-lib-438332:4715406")
implementation fg.deobf("curse.maven:supermartijn642s-core-lib-454372:4660114")
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}")

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.jozufozu.flywheel\flywheel-forge-1.19.2\0.6.10-20\27998057d30170b6628e7d274ceef890a3392dfd\flywheel-forge-1.19.2-0.6.10-20.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\jozufozu\flywheel\flywheel-forge-1.19.2\0.6.10-20_mapped_parchment_2022.08.14-1.19.2\flywheel-forge-1.19.2-0.6.10-20_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_-1105522209
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.jozufozu.flywheel\flywheel-forge-1.19.2\0.6.10-20\27998057d30170b6628e7d274ceef890a3392dfd\flywheel-forge-1.19.2-0.6.10-20.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\jozufozu\flywheel\flywheel-forge-1.19.2\0.6.10-20_mapped_parchment_2022.08.14-1.19.2\flywheel-forge-1.19.2-0.6.10-20_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.4\4d9a86a6e32f22f88c60e83aad260c80e08159a7\Registrate-MC1.19-1.1.4.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.4_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.4_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_-1466771238
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.4\4d9a86a6e32f22f88c60e83aad260c80e08159a7\Registrate-MC1.19-1.1.4.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.4_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.4_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.jozufozu.flywheel\flywheel-forge-1.19.2\0.6.8.a-14\5481813bf28db1beb17c5a65aa6e8e8d01829be8\flywheel-forge-1.19.2-0.6.8.a-14.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\jozufozu\flywheel\flywheel-forge-1.19.2\0.6.8.a-14_mapped_parchment_2022.08.14-1.19.2\flywheel-forge-1.19.2-0.6.8.a-14_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_-1714813981
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.jozufozu.flywheel\flywheel-forge-1.19.2\0.6.8.a-14\5481813bf28db1beb17c5a65aa6e8e8d01829be8\flywheel-forge-1.19.2-0.6.8.a-14.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\jozufozu\flywheel\flywheel-forge-1.19.2\0.6.8.a-14_mapped_parchment_2022.08.14-1.19.2\flywheel-forge-1.19.2-0.6.8.a-14_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\curse.maven\storage-drawers-223852\3884263\afe617926602371af9461c549a8b1378872843d9\storage-drawers-223852-3884263.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\curse\maven\storage-drawers-223852\3884263_mapped_parchment_2022.08.14-1.19.2\storage-drawers-223852-3884263_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_-1986055006
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\curse.maven\storage-drawers-223852\3884263\afe617926602371af9461c549a8b1378872843d9\storage-drawers-223852-3884263.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\curse\maven\storage-drawers-223852\3884263_mapped_parchment_2022.08.14-1.19.2\storage-drawers-223852-3884263_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -2,7 +2,7 @@ Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\curse.maven\create-328085\4625534\f5fbd756a9ee138e3966d597c1f4aebb528785d6\create-328085-4625534.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\curse\maven\create-328085\4625534_mapped_parchment_2022.08.14-1.19.2\create-328085-4625534_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_-1866614922
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\_RenameSrg2Mcp_-613807868
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP

View File

@ -0,0 +1,15 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\curse.maven\embeddium-908741\5322303\35e37ece5f0dd3058a4f4d82596839a5165400d1\embeddium-908741-5322303.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\curse\maven\embeddium-908741\5322303_mapped_parchment_2022.08.14-1.19.2\embeddium-908741-5322303_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\_RenameSrg2Mcp_-811041016
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\curse.maven\embeddium-908741\5322303\35e37ece5f0dd3058a4f4d82596839a5165400d1\embeddium-908741-5322303.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\curse\maven\embeddium-908741\5322303_mapped_parchment_2022.08.14-1.19.2\embeddium-908741-5322303_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19.3-1.1.13\6a667e7e363783a74ad9736a3221d87bb0b720c\Registrate-MC1.19.3-1.1.13.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19.3-1.1.13_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19.3-1.1.13_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_1137023476
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19.3-1.1.13\6a667e7e363783a74ad9736a3221d87bb0b720c\Registrate-MC1.19.3-1.1.13.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19.3-1.1.13_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19.3-1.1.13_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.3\cb85d531c48ab66305e478f7948eb85f1280cd45\Registrate-MC1.19-1.1.3.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.3_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.3_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_1535716117
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.3\cb85d531c48ab66305e478f7948eb85f1280cd45\Registrate-MC1.19-1.1.3.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.3_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.3_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.1\c59b19d984458cb5a3c1f8fc8c145f99cb53528b\Registrate-MC1.19-1.1.1.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.1_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.1_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_1797814141
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.1\c59b19d984458cb5a3c1f8fc8c145f99cb53528b\Registrate-MC1.19-1.1.1.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.1_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.1_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.0\7bdd7137dced06c2cd6a1756045e9d0328117381\Registrate-MC1.19-1.1.0.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.0_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.0_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_364578880
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.0\7bdd7137dced06c2cd6a1756045e9d0328117381\Registrate-MC1.19-1.1.0.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.0_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.0_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,15 +0,0 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--task, SRG_TO_MCP, --input, C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.5\75db69f700053a6517721349738c2e2a3ee2d3d\Registrate-MC1.19-1.1.5.jar, --output, C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.5_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.5_mapped_parchment_2022.08.14-1.19.2.jar, --mcp, C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip, --strip-signatures'
Classpath:
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\installertools\1.3.2\installertools-1.3.2-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\MoreStorageForCreate\build\_RenameSrg2Mcp_392080709
Main class: net.minecraftforge.installertools.ConsoleTool
====================================
Task: SRG_TO_MCP
Input: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\com.tterrag.registrate\Registrate\MC1.19-1.1.5\75db69f700053a6517721349738c2e2a3ee2d3d\Registrate-MC1.19-1.1.5.jar
Output: C:\Users\Administrator\.gradle\caches\forge_gradle\deobf_dependencies\com\tterrag\registrate\Registrate\MC1.19-1.1.5_mapped_parchment_2022.08.14-1.19.2\Registrate-MC1.19-1.1.5_mapped_parchment_2022.08.14-1.19.2.jar
MCP: C:\Users\Administrator\.gradle\caches\parchmentgradle\org\parchmentmc\data\parchment-1.19.2\2022.08.14\parchment-1.19.2-2022.08.14.zip
Loading MCP Data
Processing ZIP file
Stripped Manifest of sha digests
Process complete

View File

@ -1,18 +1,18 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--clean, C:\Users\11758\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar, --output, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatched.jar, --apply, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatches.lzma'
Arguments: '--clean, C:\Users\Administrator\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar, --output, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatched.jar, --apply, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatches.lzma'
Classpath:
- C:\Users\11758\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\binarypatcher\1.1.1\binarypatcher-1.1.1-fatjar.jar
Working directory: C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\_applyBinpatches_2
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\binarypatcher\1.1.1\binarypatcher-1.1.1-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\_applyBinpatches_2
Main class: net.minecraftforge.binarypatcher.ConsoleTool
====================================
Applying:
Clean: C:\Users\11758\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar
Output: C:\Users\11758\Desktop\JAVAヌᆰ¥ᆳᆭ￧ᄄヒ¥ᄎマ\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatched.jar
Clean: C:\Users\Administrator\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar
Output: C:\Users\Administrator\Desktop\JAVAヌᆰ¥ᆳᆭ￧ᄄヒ¥ᄎマ\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatched.jar
KeepData: false
Unpatched: false
Pack200: false
Legacy: false
Loading patches file: C:\Users\11758\Desktop\JAVAヌᆰ¥ᆳᆭ￧ᄄヒ¥ᄎマ\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatches.lzma
Loading patches file: C:\Users\Administrator\Desktop\JAVAヌᆰ¥ᆳᆭ￧ᄄヒ¥ᄎマ\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-binpatches.lzma
Reading patch com.mojang.blaze3d.pipeline.RenderTarget.binpatch
Checksum: 19e6c00e Exists: true
Reading patch com.mojang.blaze3d.platform.GlStateManager$BlendState.binpatch
@ -2705,7 +2705,7 @@ Loading patches file: C:\Users\11758\Desktop\JAVAヌᆰ¥ᆳᆭ￧ᄄヒ¥
Checksum: 58e446b8 Exists: true
Reading patch net.minecraft.world.level.storage.loot.providers.nbt.ContextNbtProvider.binpatch
Checksum: 8bce6adf Exists: true
Processing: C:\Users\11758\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar
Processing: C:\Users\Administrator\.gradle\caches\forge_gradle\mcp_repo\net\minecraft\joined\1.19.2-20220805.130853\joined-1.19.2-20220805.130853-srg.jar
Patching com/mojang/blaze3d/pipeline/RenderTarget 1/1
Patching com/mojang/blaze3d/platform/GlStateManager$BlendState 1/1
Patching com/mojang/blaze3d/platform/GlStateManager$BooleanState 1/1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Java Launcher: C:\Program Files\Java\jdk-17\bin\java.exe
Arguments: '--inJar, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-injected.jar, --outJar, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2\forge-1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2.jar, --logFile, accesstransform.log, --atFile, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\src\main\resources\AccessWidenFile.AT, --atFile, C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\_atJar_4\parent_at.cfg'
Arguments: '--inJar, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0\forge-1.19.2-43.3.0-injected.jar, --outJar, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2\forge-1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2.jar, --logFile, accesstransform.log, --atFile, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\src\main\resources\META-INF\accesstransformer_at.cfg, --atFile, C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\_atJar_4\parent_at.cfg'
Classpath:
- C:\Users\11758\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\accesstransformers\8.2.0\accesstransformers-8.2.0-fatjar.jar
Working directory: C:\Users\11758\Desktop\JAVA自学程序\MoreStorageForCreate\build\_atJar_4
- C:\Users\Administrator\.gradle\caches\forge_gradle\maven_downloader\net\minecraftforge\accesstransformers\8.2.0\accesstransformers-8.2.0-fatjar.jar
Working directory: C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\_atJar_4
Main class: net.minecraftforge.accesstransformer.TransformerProcessor
====================================

View File

@ -1,524 +0,0 @@
# net.minecraftforge:forge:1.19.2-43.3.0:userdev - ats/accesstransformer.cfg
public net.minecraft.advancements.CriteriaTriggers m_10595_(Lnet/minecraft/advancements/CriterionTrigger;)Lnet/minecraft/advancements/CriterionTrigger; # register
default net.minecraft.client.KeyMapping f_90817_ # isDown
public net.minecraft.client.Minecraft f_90987_ # textureManager
public net.minecraft.client.Minecraft m_91122_(Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/block/entity/BlockEntity;)Lnet/minecraft/world/item/ItemStack; # addCustomNbtData
public net.minecraft.client.Minecraft m_91271_()V # createSearchTrees
public-f net.minecraft.client.Options f_92059_ # keyMappings
#group protected net.minecraft.client.gui.Gui *
protected net.minecraft.client.gui.Gui f_168664_ # scopeScale
protected net.minecraft.client.gui.Gui f_168665_ # SPYGLASS_SCOPE_LOCATION
protected net.minecraft.client.gui.Gui f_168666_ # POWDER_SNOW_OUTLINE_LOCATION
protected net.minecraft.client.gui.Gui f_168667_ # COLOR_WHITE
protected net.minecraft.client.gui.Gui f_168668_ # MIN_CROSSHAIR_ATTACK_SPEED
protected net.minecraft.client.gui.Gui f_168669_ # NUM_HEARTS_PER_ROW
protected net.minecraft.client.gui.Gui f_168670_ # LINE_HEIGHT
protected net.minecraft.client.gui.Gui f_168671_ # SPACER
protected net.minecraft.client.gui.Gui f_168672_ # PORTAL_OVERLAY_ALPHA_MIN
protected net.minecraft.client.gui.Gui f_168673_ # HEART_SIZE
protected net.minecraft.client.gui.Gui f_168674_ # HEART_SEPARATION
protected net.minecraft.client.gui.Gui f_193828_ # autosaveIndicatorValue
protected net.minecraft.client.gui.Gui f_193829_ # lastAutosaveIndicatorValue
protected net.minecraft.client.gui.Gui f_193830_ # SAVING_TEXT
protected net.minecraft.client.gui.Gui f_193831_ # AUTOSAVE_FADE_SPEED_FACTOR
protected net.minecraft.client.gui.Gui f_238167_ # chatDisabledByPlayerShown
protected net.minecraft.client.gui.Gui f_92970_ # titleFadeInTime
protected net.minecraft.client.gui.Gui f_92971_ # titleStayTime
protected net.minecraft.client.gui.Gui f_92972_ # titleFadeOutTime
protected net.minecraft.client.gui.Gui f_92973_ # lastHealth
protected net.minecraft.client.gui.Gui f_92974_ # displayHealth
protected net.minecraft.client.gui.Gui f_92975_ # lastHealthTime
protected net.minecraft.client.gui.Gui f_92976_ # healthBlinkTime
protected net.minecraft.client.gui.Gui f_92977_ # screenWidth
protected net.minecraft.client.gui.Gui f_92978_ # screenHeight
protected net.minecraft.client.gui.Gui f_92981_ # VIGNETTE_LOCATION
protected net.minecraft.client.gui.Gui f_92982_ # WIDGETS_LOCATION
protected net.minecraft.client.gui.Gui f_92983_ # PUMPKIN_BLUR_LOCATION
protected net.minecraft.client.gui.Gui f_92984_ # DEMO_EXPIRED_TEXT
protected net.minecraft.client.gui.Gui f_92985_ # random
protected net.minecraft.client.gui.Gui f_92986_ # minecraft
protected net.minecraft.client.gui.Gui f_92987_ # itemRenderer
protected net.minecraft.client.gui.Gui f_92988_ # chat
protected net.minecraft.client.gui.Gui f_92989_ # tickCount
protected net.minecraft.client.gui.Gui f_92990_ # overlayMessageString
protected net.minecraft.client.gui.Gui f_92991_ # overlayMessageTime
protected net.minecraft.client.gui.Gui f_92992_ # animateOverlayMessageColor
protected net.minecraft.client.gui.Gui f_92993_ # toolHighlightTimer
protected net.minecraft.client.gui.Gui f_92994_ # lastToolHighlight
protected net.minecraft.client.gui.Gui f_92995_ # debugScreen
protected net.minecraft.client.gui.Gui f_92996_ # subtitleOverlay
protected net.minecraft.client.gui.Gui f_92997_ # spectatorGui
protected net.minecraft.client.gui.Gui f_92998_ # tabList
protected net.minecraft.client.gui.Gui f_92999_ # bossOverlay
protected net.minecraft.client.gui.Gui f_93000_ # titleTime
protected net.minecraft.client.gui.Gui f_93001_ # title
protected net.minecraft.client.gui.Gui f_93002_ # subtitle
#endgroup
protected net.minecraft.client.gui.Gui m_168675_(F)V # renderSpyglassOverlay
protected net.minecraft.client.gui.Gui m_168688_(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/world/entity/player/Player;IIIIFIIIZ)V # renderHearts
protected net.minecraft.client.gui.Gui m_168708_(Lnet/minecraft/resources/ResourceLocation;F)V # renderTextureOverlay
protected net.minecraft.client.gui.Gui m_93007_(F)V # renderPortalOverlay
public net.minecraft.client.gui.Gui m_93009_(FLcom/mojang/blaze3d/vertex/PoseStack;)V # renderHotbar
public net.minecraft.client.gui.Gui m_93028_(Lcom/mojang/blaze3d/vertex/PoseStack;)V # renderEffects
public net.minecraft.client.gui.Gui m_93036_(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/world/scores/Objective;)V # displayScoreboardSidebar
protected net.minecraft.client.gui.Gui m_93039_(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/gui/Font;III)V # drawBackdrop
public net.minecraft.client.gui.Gui m_93067_(Lnet/minecraft/world/entity/Entity;)V # renderVignette
public net.minecraft.client.gui.Gui m_93080_(Lcom/mojang/blaze3d/vertex/PoseStack;)V # renderCrosshair
protected net.minecraft.client.gui.components.AbstractSelectionList$Entry f_93521_ # list
protected net.minecraft.client.gui.components.DebugScreenOverlay f_94032_ # block
protected net.minecraft.client.gui.components.DebugScreenOverlay f_94033_ # liquid
public net.minecraft.client.gui.screens.MenuScreens m_96206_(Lnet/minecraft/world/inventory/MenuType;Lnet/minecraft/client/gui/screens/MenuScreens$ScreenConstructor;)V # register
public net.minecraft.client.gui.screens.MenuScreens$ScreenConstructor
public net.minecraft.client.gui.screens.Screen f_169369_ # renderables
public net.minecraft.client.model.geom.LayerDefinitions f_171106_ # OUTER_ARMOR_DEFORMATION
public net.minecraft.client.model.geom.LayerDefinitions f_171107_ # INNER_ARMOR_DEFORMATION
public net.minecraft.client.multiplayer.ClientPacketListener f_104899_ # commands
public net.minecraft.client.particle.ParticleEngine m_107378_(Lnet/minecraft/core/particles/ParticleType;Lnet/minecraft/client/particle/ParticleEngine$SpriteParticleRegistration;)V # register
public net.minecraft.client.particle.ParticleEngine m_107381_(Lnet/minecraft/core/particles/ParticleType;Lnet/minecraft/client/particle/ParticleProvider;)V # register
public net.minecraft.client.particle.ParticleEngine$SpriteParticleRegistration
public net.minecraft.client.player.LocalPlayer m_8088_()I # getPermissionLevel
public net.minecraft.client.renderer.GameRenderer m_109128_(Lnet/minecraft/resources/ResourceLocation;)V # loadEffect
public net.minecraft.client.renderer.LevelRenderer m_109817_()Z # shouldShowEntityOutlines
protected-f net.minecraft.client.renderer.RenderStateShard f_110131_ # setupState
public net.minecraft.client.renderer.RenderStateShard$BooleanStateShard
public net.minecraft.client.renderer.RenderStateShard$CullStateShard
public net.minecraft.client.renderer.RenderStateShard$DepthTestStateShard
public net.minecraft.client.renderer.RenderStateShard$EmptyTextureStateShard
public net.minecraft.client.renderer.RenderStateShard$LayeringStateShard
public net.minecraft.client.renderer.RenderStateShard$LightmapStateShard
public net.minecraft.client.renderer.RenderStateShard$MultiTextureStateShard
public net.minecraft.client.renderer.RenderStateShard$OffsetTexturingStateShard
public net.minecraft.client.renderer.RenderStateShard$OutputStateShard
public net.minecraft.client.renderer.RenderStateShard$OverlayStateShard
public net.minecraft.client.renderer.RenderStateShard$ShaderStateShard
public net.minecraft.client.renderer.RenderStateShard$TextureStateShard
protected-f net.minecraft.client.renderer.RenderStateShard$TextureStateShard f_110329_ # blur
protected-f net.minecraft.client.renderer.RenderStateShard$TextureStateShard f_110330_ # mipmap
public net.minecraft.client.renderer.RenderStateShard$TexturingStateShard
public net.minecraft.client.renderer.RenderStateShard$TransparencyStateShard
public net.minecraft.client.renderer.RenderStateShard$WriteMaskStateShard
public net.minecraft.client.renderer.RenderType m_173215_(Ljava/lang/String;Lcom/mojang/blaze3d/vertex/VertexFormat;Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;IZZLnet/minecraft/client/renderer/RenderType$CompositeState;)Lnet/minecraft/client/renderer/RenderType$CompositeRenderType; # create
public net.minecraft.client.renderer.RenderType$CompositeState
public net.minecraft.client.renderer.block.model.BlockElement m_111320_(Lnet/minecraft/core/Direction;)[F # uvsByFace
public net.minecraft.client.renderer.block.model.BlockElement$Deserializer
public net.minecraft.client.renderer.block.model.BlockElement$Deserializer <init>()V # constructor
public net.minecraft.client.renderer.block.model.BlockElementFace$Deserializer
public net.minecraft.client.renderer.block.model.BlockElementFace$Deserializer <init>()V # constructor
public net.minecraft.client.renderer.block.model.BlockFaceUV$Deserializer
public net.minecraft.client.renderer.block.model.BlockFaceUV$Deserializer <init>()V # constructor
public net.minecraft.client.renderer.block.model.BlockModel f_111417_ # textureMap
public net.minecraft.client.renderer.block.model.BlockModel f_111418_ # parent
public net.minecraft.client.renderer.block.model.BlockModel f_111424_ # hasAmbientOcclusion
public net.minecraft.client.renderer.block.model.BlockModel m_111437_(Lnet/minecraft/client/renderer/block/model/BlockElement;Lnet/minecraft/client/renderer/block/model/BlockElementFace;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;Lnet/minecraft/core/Direction;Lnet/minecraft/client/resources/model/ModelState;Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/block/model/BakedQuad; # bakeFace
public net.minecraft.client.renderer.block.model.ItemModelGenerator m_111638_(ILjava/lang/String;Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;)Ljava/util/List; # processFrames
public net.minecraft.client.renderer.block.model.ItemOverride$Deserializer
public net.minecraft.client.renderer.block.model.ItemOverride$Deserializer <init>()V # constructor
protected net.minecraft.client.renderer.block.model.ItemOverrides <init>()V # constructor
public net.minecraft.client.renderer.block.model.ItemOverrides$BakedOverride
public net.minecraft.client.renderer.block.model.ItemTransform$Deserializer
public net.minecraft.client.renderer.block.model.ItemTransform$Deserializer <init>()V # constructor
public net.minecraft.client.renderer.block.model.ItemTransform$Deserializer f_111769_ # DEFAULT_ROTATION
public net.minecraft.client.renderer.block.model.ItemTransform$Deserializer f_111770_ # DEFAULT_TRANSLATION
public net.minecraft.client.renderer.block.model.ItemTransform$Deserializer f_111771_ # DEFAULT_SCALE
public net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer
public net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer <init>()V # constructor
public net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher f_112253_ # fontRenderer - needed for rendering text in TESR items before entering world
public net.minecraft.client.renderer.blockentity.BlockEntityRenderers m_173590_(Lnet/minecraft/world/level/block/entity/BlockEntityType;Lnet/minecraft/client/renderer/blockentity/BlockEntityRendererProvider;)V # register
private-f net.minecraft.client.renderer.blockentity.PistonHeadRenderer f_112441_ # blockRenderer - it's static so we need to un-finalize in case this class loads to early.
public net.minecraft.client.renderer.blockentity.SkullBlockRenderer f_112519_ # SKIN_BY_TYPE
public net.minecraft.client.renderer.entity.EntityRenderDispatcher f_114362_ # renderers
public net.minecraft.client.renderer.entity.EntityRenderers m_174036_(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/client/renderer/entity/EntityRendererProvider;)V # register
protected net.minecraft.client.renderer.entity.ItemEntityRenderer m_115042_(Lnet/minecraft/world/item/ItemStack;)I # getRenderAmount
public net.minecraft.client.renderer.entity.ItemRenderer m_115162_(Lcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Ljava/util/List;Lnet/minecraft/world/item/ItemStack;II)V # renderQuadList
public net.minecraft.client.renderer.entity.ItemRenderer m_115189_(Lnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/item/ItemStack;IILcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;)V # renderModelLists
public net.minecraft.client.renderer.entity.LivingEntityRenderer m_115326_(Lnet/minecraft/client/renderer/entity/layers/RenderLayer;)Z # addLayer
public net.minecraft.client.renderer.texture.TextureAtlasSprite m_118415_()I # getFrameCount
public net.minecraft.client.resources.ClientPackSource f_174791_ # BUILT_IN
private-f net.minecraft.client.resources.model.ModelBakery f_119216_ # atlasPreparations - need to un-finalize so that we can delay initialization to after calling super() in ModelLoader
protected net.minecraft.client.resources.model.ModelBakery f_119234_ # UNREFERENCED_TEXTURES
protected net.minecraft.client.resources.model.ModelBakery f_119243_ # resourceManager
protected net.minecraft.client.resources.model.ModelBakery m_119364_(Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/block/model/BlockModel; # loadBlockModel
public net.minecraft.client.resources.model.SimpleBakedModel$Builder <init>(ZZZLnet/minecraft/client/renderer/block/model/ItemTransforms;Lnet/minecraft/client/renderer/block/model/ItemOverrides;)V # constructor
public net.minecraft.client.sounds.SoundEngine f_120217_ # soundManager
public net.minecraft.commands.CommandSourceStack f_81288_ # source
public net.minecraft.commands.arguments.selector.EntitySelectorParser m_121229_()V # finalizePredicates
public net.minecraft.commands.arguments.selector.EntitySelectorParser m_121317_()V # parseOptions
public net.minecraft.commands.arguments.selector.options.EntitySelectorOptions m_121453_(Ljava/lang/String;Lnet/minecraft/commands/arguments/selector/options/EntitySelectorOptions$Modifier;Ljava/util/function/Predicate;Lnet/minecraft/network/chat/Component;)V # register
public net.minecraft.core.Holder$Reference m_205769_(Ljava/util/Collection;)V # bindTags
public net.minecraft.core.Holder$Reference m_205775_(Lnet/minecraft/resources/ResourceKey;Ljava/lang/Object;)V # bind
public net.minecraft.core.Holder$Reference$Type
public net.minecraft.core.HolderSet$Named <init>(Lnet/minecraft/core/Registry;Lnet/minecraft/tags/TagKey;)V # constructor
public net.minecraft.core.HolderSet$Named m_205835_(Ljava/util/List;)V # bind
protected net.minecraft.core.IdMapper f_122653_ # nextId
protected net.minecraft.core.IdMapper f_122654_ # tToId - internal map
protected net.minecraft.core.IdMapper f_122655_ # idToT - internal index list
public net.minecraft.core.particles.ParticleType <init>(ZLnet/minecraft/core/particles/ParticleOptions$Deserializer;)V # constructor
public net.minecraft.core.particles.SimpleParticleType <init>(Z)V # constructor
protected net.minecraft.data.loot.BlockLoot m_124126_(Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSingleItemTable
protected net.minecraft.data.loot.BlockLoot m_124139_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/item/Item;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createOreDrop
protected net.minecraft.data.loot.BlockLoot m_124142_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/item/Item;Lnet/minecraft/world/item/Item;Lnet/minecraft/world/level/storage/loot/predicates/LootItemCondition$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createCropDrops
protected net.minecraft.data.loot.BlockLoot m_124157_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;[F)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createLeavesDrops
protected net.minecraft.data.loot.BlockLoot m_124161_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/properties/Property;Ljava/lang/Comparable;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSinglePropConditionTable
protected net.minecraft.data.loot.BlockLoot m_124165_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/LootTable$Builder;)V # add
protected net.minecraft.data.loot.BlockLoot m_124168_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSilkTouchDispatchTable
protected net.minecraft.data.loot.BlockLoot m_124171_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/predicates/LootItemCondition$Builder;Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSelfDropDispatchTable
protected net.minecraft.data.loot.BlockLoot m_124175_(Lnet/minecraft/world/level/block/Block;Ljava/util/function/Function;)V # add
protected net.minecraft.data.loot.BlockLoot m_124250_(Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSilkTouchOnlyTable
protected net.minecraft.data.loot.BlockLoot m_124254_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/item/Item;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createStemDrops
protected net.minecraft.data.loot.BlockLoot m_124257_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSingleItemTableWithSilkTouch
protected net.minecraft.data.loot.BlockLoot m_124260_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createDoublePlantWithSeedDrops
protected net.minecraft.data.loot.BlockLoot m_124263_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/Block;[F)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createOakLeavesDrops
protected net.minecraft.data.loot.BlockLoot m_124267_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createShearsDispatchTable
protected net.minecraft.data.loot.BlockLoot m_124270_(Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createPotFlowerItemTable
protected net.minecraft.data.loot.BlockLoot m_124274_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/item/Item;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createAttachedStemDrops
protected net.minecraft.data.loot.BlockLoot m_124277_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createMushroomBlockDrop
protected net.minecraft.data.loot.BlockLoot m_124283_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSilkTouchOrShearsDispatchTable
protected net.minecraft.data.loot.BlockLoot m_124286_(Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createShearsOnlyDrop
protected net.minecraft.data.loot.BlockLoot m_124290_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSlabItemTable
protected net.minecraft.data.loot.BlockLoot m_124292_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createNameableBlockEntityTable
protected net.minecraft.data.loot.BlockLoot m_124294_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createShulkerBoxDrop
protected net.minecraft.data.loot.BlockLoot m_124296_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createBannerDrop
protected net.minecraft.data.loot.BlockLoot m_124298_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createBeeNestDrop
protected net.minecraft.data.loot.BlockLoot m_124300_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createBeeHiveDrop
protected net.minecraft.data.loot.BlockLoot m_124302_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createGrassDrops
protected net.minecraft.data.loot.BlockLoot m_124304_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createDoublePlantShearsDrop
protected net.minecraft.data.loot.BlockLoot m_176039_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/providers/number/NumberProvider;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSingleItemTable
protected net.minecraft.data.loot.BlockLoot m_176042_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/providers/number/NumberProvider;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createSingleItemTableWithSilkTouch
protected net.minecraft.data.loot.BlockLoot m_176046_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createCopperOreDrops
protected net.minecraft.data.loot.BlockLoot m_176048_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createLapisOreDrops
protected net.minecraft.data.loot.BlockLoot m_176050_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createRedstoneOreDrops
protected net.minecraft.data.loot.BlockLoot m_176052_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createCaveVinesDrop
protected net.minecraft.data.loot.BlockLoot m_176056_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createCandleDrops
protected net.minecraft.data.loot.BlockLoot m_176058_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createCandleCakeDrops
protected net.minecraft.data.loot.BlockLoot m_236221_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/functions/FunctionUserBuilder;)Lnet/minecraft/world/level/storage/loot/functions/FunctionUserBuilder; # applyExplosionDecay
protected net.minecraft.data.loot.BlockLoot m_236224_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/storage/loot/predicates/ConditionUserBuilder;)Lnet/minecraft/world/level/storage/loot/predicates/ConditionUserBuilder; # applyExplosionCondition
protected net.minecraft.data.loot.BlockLoot m_236227_(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/storage/loot/predicates/LootItemCondition$Builder;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createMultifaceBlockDrops
protected net.minecraft.data.loot.BlockLoot m_236248_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/world/level/storage/loot/LootTable$Builder; # createMangroveLeavesDrops
protected net.minecraft.data.loot.EntityLoot f_124366_ # ENTITY_ON_FIRE
protected net.minecraft.data.loot.EntityLoot m_124371_(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/storage/loot/LootTable$Builder;)V # add
protected net.minecraft.data.loot.EntityLoot m_124380_(Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/storage/loot/LootTable$Builder;)V # add
protected net.minecraft.data.recipes.RecipeProvider f_176505_ # COAL_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176506_ # IRON_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176507_ # COPPER_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176508_ # GOLD_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176509_ # DIAMOND_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176510_ # LAPIS_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176511_ # REDSTONE_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176512_ # EMERALD_SMELTABLES
protected net.minecraft.data.recipes.RecipeProvider f_176513_ # shapeBuilders
protected net.minecraft.data.recipes.RecipeProvider f_236355_ # recipePathProvider
protected net.minecraft.data.recipes.RecipeProvider f_236356_ # advancementPathProvider
protected net.minecraft.data.recipes.RecipeProvider m_125977_(Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance; # has
protected net.minecraft.data.recipes.RecipeProvider m_125979_(Lnet/minecraft/world/level/block/Block;)Lnet/minecraft/advancements/critereon/EnterBlockTrigger$TriggerInstance; # insideOf
protected net.minecraft.data.recipes.RecipeProvider m_125994_(Ljava/util/function/Consumer;Lnet/minecraft/world/item/Item;Lnet/minecraft/world/item/Item;)V # netheriteSmithing
protected net.minecraft.data.recipes.RecipeProvider m_126002_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # woodFromLogs
protected net.minecraft.data.recipes.RecipeProvider m_126006_(Ljava/util/function/Consumer;Ljava/lang/String;Lnet/minecraft/world/item/crafting/SimpleCookingSerializer;I)V # cookRecipes
protected net.minecraft.data.recipes.RecipeProvider m_126011_([Lnet/minecraft/advancements/critereon/ItemPredicate;)Lnet/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance; # inventoryTrigger
protected net.minecraft.data.recipes.RecipeProvider m_126021_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # woodenBoat
protected net.minecraft.data.recipes.RecipeProvider m_126061_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # coloredWoolFromWhiteWoolAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126069_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # coloredCarpetFromWhiteCarpetAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126073_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # bedFromPlanksAndWool
protected net.minecraft.data.recipes.RecipeProvider m_126077_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # bedFromWhiteBedAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126081_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # banner
protected net.minecraft.data.recipes.RecipeProvider m_126085_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # stainedGlassFromGlassAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126089_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # stainedGlassPaneFromStainedGlass
protected net.minecraft.data.recipes.RecipeProvider m_126093_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # stainedGlassPaneFromGlassPaneAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126097_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # coloredTerracottaFromTerracottaAndDye
protected net.minecraft.data.recipes.RecipeProvider m_126101_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # concretePowder
protected net.minecraft.data.recipes.RecipeProvider m_176517_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getConversionRecipeName
protected net.minecraft.data.recipes.RecipeProvider m_176520_(Lnet/minecraft/advancements/critereon/MinMaxBounds$Ints;Lnet/minecraft/world/level/ItemLike;)Lnet/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance; # has
protected net.minecraft.data.recipes.RecipeProvider m_176523_(Lnet/minecraft/data/BlockFamily;Lnet/minecraft/data/BlockFamily$Variant;)Lnet/minecraft/world/level/block/Block; # getBaseBlock
protected net.minecraft.data.recipes.RecipeProvider m_176531_(Ljava/util/function/Consumer;)V # buildCraftingRecipes
protected net.minecraft.data.recipes.RecipeProvider m_176533_(Ljava/util/function/Consumer;Lnet/minecraft/world/item/crafting/SimpleCookingSerializer;Ljava/util/List;Lnet/minecraft/world/level/ItemLike;FILjava/lang/String;Ljava/lang/String;)V # oreCooking
protected net.minecraft.data.recipes.RecipeProvider m_176546_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;I)V # stonecutterResultFromBase
protected net.minecraft.data.recipes.RecipeProvider m_176551_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;)V # oneToOneConversionRecipe
protected net.minecraft.data.recipes.RecipeProvider m_176556_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;I)V # oneToOneConversionRecipe
protected net.minecraft.data.recipes.RecipeProvider m_176562_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;Ljava/lang/String;)V # nineBlockStorageRecipesWithCustomPacking
protected net.minecraft.data.recipes.RecipeProvider m_176568_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V # nineBlockStorageRecipes
protected net.minecraft.data.recipes.RecipeProvider m_176580_(Ljava/util/function/Consumer;Lnet/minecraft/data/BlockFamily;)V # generateRecipes
protected net.minecraft.data.recipes.RecipeProvider m_176583_(Ljava/util/function/Consumer;Ljava/lang/String;Lnet/minecraft/world/item/crafting/SimpleCookingSerializer;ILnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;F)V # simpleCookingRecipe
protected net.minecraft.data.recipes.RecipeProvider m_176591_(Ljava/util/function/Consumer;Ljava/util/List;Lnet/minecraft/world/level/ItemLike;FILjava/lang/String;)V # oreSmelting
protected net.minecraft.data.recipes.RecipeProvider m_176602_(Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getHasName
protected net.minecraft.data.recipes.RecipeProvider m_176610_(Ljava/util/function/Consumer;)V # waxRecipes
protected net.minecraft.data.recipes.RecipeProvider m_176616_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;Ljava/lang/String;Ljava/lang/String;)V # nineBlockStorageRecipesRecipesWithCustomUnpacking
protected net.minecraft.data.recipes.RecipeProvider m_176625_(Ljava/util/function/Consumer;Ljava/util/List;Lnet/minecraft/world/level/ItemLike;FILjava/lang/String;)V # oreBlasting
protected net.minecraft.data.recipes.RecipeProvider m_176632_(Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getItemName
protected net.minecraft.data.recipes.RecipeProvider m_176644_(Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getSimpleRecipeName
protected net.minecraft.data.recipes.RecipeProvider m_176656_(Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getSmeltingRecipeName
protected net.minecraft.data.recipes.RecipeProvider m_176658_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # buttonBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176668_(Lnet/minecraft/world/level/ItemLike;)Ljava/lang/String; # getBlastingRecipeName
protected net.minecraft.data.recipes.RecipeProvider m_176670_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # doorBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176678_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # fenceBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176684_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # fenceGateBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176690_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # pressurePlate
protected net.minecraft.data.recipes.RecipeProvider m_176694_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # pressurePlateBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176700_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # slab
protected net.minecraft.data.recipes.RecipeProvider m_176704_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # slabBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176710_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # stairBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176716_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # carpet
protected net.minecraft.data.recipes.RecipeProvider m_176720_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # trapdoorBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176726_(Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/item/crafting/Ingredient;)Lnet/minecraft/data/recipes/RecipeBuilder; # signBuilder
protected net.minecraft.data.recipes.RecipeProvider m_176735_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # stonecutterResultFromBase
protected net.minecraft.data.recipes.RecipeProvider m_176739_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # smeltingResultFromBase
protected net.minecraft.data.recipes.RecipeProvider m_176743_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/world/level/ItemLike;)V # nineBlockStorageRecipes
protected net.minecraft.data.recipes.RecipeProvider m_206406_(Lnet/minecraft/tags/TagKey;)Lnet/minecraft/advancements/critereon/InventoryChangeTrigger$TriggerInstance; # has
protected net.minecraft.data.recipes.RecipeProvider m_206408_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/tags/TagKey;)V # planksFromLog
protected net.minecraft.data.recipes.RecipeProvider m_206412_(Ljava/util/function/Consumer;Lnet/minecraft/world/level/ItemLike;Lnet/minecraft/tags/TagKey;)V # planksFromLogs
protected net.minecraft.data.recipes.RecipeProvider m_236367_(Lnet/minecraft/data/CachedOutput;Lcom/google/gson/JsonObject;Ljava/nio/file/Path;)V # saveAdvancement
public net.minecraft.data.recipes.ShapedRecipeBuilder$Result
protected net.minecraft.data.tags.TagsProvider f_126543_ # builders
public-f net.minecraft.data.tags.TagsProvider m_6055_()Ljava/lang/String; # getName
public net.minecraft.data.tags.TagsProvider$TagAppender f_126569_ # registry
public net.minecraft.gametest.framework.GameTestServer <init>(Ljava/lang/Thread;Lnet/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess;Lnet/minecraft/server/packs/repository/PackRepository;Lnet/minecraft/server/WorldStem;Ljava/util/Collection;Lnet/minecraft/core/BlockPos;)V # constructor
public net.minecraft.network.protocol.status.ClientboundStatusResponsePacket f_134885_ # GSON
public net.minecraft.resources.RegistryOps f_206806_ # registryAccess
public net.minecraft.resources.ResourceLocation m_135835_(C)Z # validNamespaceChar
public net.minecraft.resources.ResourceLocation m_135841_(Ljava/lang/String;)Z # isValidPath
public net.minecraft.resources.ResourceLocation m_135843_(Ljava/lang/String;)Z # isValidNamespace
protected net.minecraft.server.MinecraftServer f_129726_ # nextTickTime
public net.minecraft.server.MinecraftServer$ReloadableResources
public net.minecraft.server.dedicated.DedicatedServer f_139600_ # consoleInput
public net.minecraft.server.level.ServerChunkCache f_8329_ # level
public net.minecraft.server.level.ServerLevel m_142646_()Lnet/minecraft/world/level/entity/LevelEntityGetter; # getEntities
public net.minecraft.server.level.ServerPlayer f_8940_ # containerCounter
public net.minecraft.server.level.ServerPlayer m_143399_(Lnet/minecraft/world/inventory/AbstractContainerMenu;)V # initMenu
public net.minecraft.server.level.ServerPlayer m_9217_()V # nextContainerCounter
public net.minecraft.server.network.ServerLoginPacketListenerImpl f_10021_ # gameProfile
public net.minecraft.server.packs.AbstractPackResources f_10203_ # file
public net.minecraft.server.packs.PackType f_143750_ # bridgeType
public net.minecraft.server.packs.resources.FallbackResourceManager f_10599_ # fallbacks
public net.minecraft.util.ExtraCodecs$EitherCodec
public net.minecraft.util.datafix.fixes.StructuresBecomeConfiguredFix$Conversion
public net.minecraft.util.thread.BlockableEventLoop m_18689_(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture; # submitAsync
#group public net.minecraft.world.damagesource.DamageSource *() #All methods public, most are already
public net.minecraft.world.damagesource.DamageSource <init>(Ljava/lang/String;)V # constructor
public net.minecraft.world.damagesource.DamageSource m_146706_()Lnet/minecraft/world/damagesource/DamageSource; # damageHelmet
public net.minecraft.world.damagesource.DamageSource m_19380_()Lnet/minecraft/world/damagesource/DamageSource; # bypassArmor
public net.minecraft.world.damagesource.DamageSource m_19381_()Lnet/minecraft/world/damagesource/DamageSource; # bypassInvul
public net.minecraft.world.damagesource.DamageSource m_19382_()Lnet/minecraft/world/damagesource/DamageSource; # bypassMagic
public net.minecraft.world.damagesource.DamageSource m_19383_()Lnet/minecraft/world/damagesource/DamageSource; # setIsFire
public net.minecraft.world.damagesource.DamageSource m_238403_()Lnet/minecraft/world/damagesource/DamageSource; # bypassEnchantments
#endgroup
protected net.minecraft.world.entity.Entity f_19843_ # ENTITY_COUNTER
public net.minecraft.world.entity.Entity m_20078_()Ljava/lang/String; # getEncodeId
public net.minecraft.world.entity.ExperienceOrb f_20770_ # value
public net.minecraft.world.entity.Mob f_21345_ # goalSelector
public net.minecraft.world.entity.Mob f_21346_ # targetSelector
public net.minecraft.world.entity.SpawnPlacements m_21754_(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/entity/SpawnPlacements$Type;Lnet/minecraft/world/level/levelgen/Heightmap$Types;Lnet/minecraft/world/entity/SpawnPlacements$SpawnPredicate;)V # register
public net.minecraft.world.entity.ai.memory.MemoryModuleType <init>(Ljava/util/Optional;)V # constructor
public net.minecraft.world.entity.ai.sensing.SensorType <init>(Ljava/util/function/Supplier;)V # constructor
protected net.minecraft.world.entity.item.PrimedTnt m_32103_()V # explode - make it easier to extend TNTEntity with custom explosion logic
protected net.minecraft.world.entity.monster.AbstractSkeleton m_7878_()Lnet/minecraft/sounds/SoundEvent; # getStepSound - make AbstractSkeletonEntity implementable
protected net.minecraft.world.entity.monster.Skeleton m_7878_()Lnet/minecraft/sounds/SoundEvent; # getStepSound - make AbstractSkeletonEntity implementable
protected net.minecraft.world.entity.monster.Stray m_7878_()Lnet/minecraft/sounds/SoundEvent; # getStepSound - make AbstractSkeletonEntity implementable
protected net.minecraft.world.entity.monster.WitherSkeleton m_7878_()Lnet/minecraft/sounds/SoundEvent; # getStepSound - make AbstractSkeletonEntity implementable
public net.minecraft.world.entity.npc.VillagerType <init>(Ljava/lang/String;)V # constructor
public net.minecraft.world.entity.player.Player m_6915_()V # closeContainer
protected net.minecraft.world.entity.projectile.Projectile <init>(Lnet/minecraft/world/entity/EntityType;Lnet/minecraft/world/level/Level;)V # constructor
private-f net.minecraft.world.entity.raid.Raid$RaiderType f_37813_ # VALUES
public net.minecraft.world.entity.schedule.Activity <init>(Ljava/lang/String;)V # constructor
protected net.minecraft.world.entity.vehicle.AbstractMinecart m_213728_()Lnet/minecraft/world/item/Item; # getDropItem - make AbstractMinecart implementable
public net.minecraft.world.inventory.AnvilMenu f_39000_ # repairItemCountCost
public net.minecraft.world.inventory.MenuType <init>(Lnet/minecraft/world/inventory/MenuType$MenuSupplier;)V # constructor
public net.minecraft.world.inventory.MenuType$MenuSupplier
public-f net.minecraft.world.item.CreativeModeTab f_40748_ # TABS - group array
#group public net.minecraft.world.item.Item <init>
public net.minecraft.world.item.AxeItem <init>(Lnet/minecraft/world/item/Tier;FFLnet/minecraft/world/item/Item$Properties;)V # constructor
public net.minecraft.world.item.DiggerItem <init>(FFLnet/minecraft/world/item/Tier;Lnet/minecraft/tags/TagKey;Lnet/minecraft/world/item/Item$Properties;)V # constructor
public net.minecraft.world.item.HoeItem <init>(Lnet/minecraft/world/item/Tier;IFLnet/minecraft/world/item/Item$Properties;)V # constructor
public net.minecraft.world.item.PickaxeItem <init>(Lnet/minecraft/world/item/Tier;IFLnet/minecraft/world/item/Item$Properties;)V # constructor
public net.minecraft.world.item.RecordItem <init>(ILnet/minecraft/sounds/SoundEvent;Lnet/minecraft/world/item/Item$Properties;I)V # constructor
#endgroup
public net.minecraft.world.item.alchemy.PotionBrewing$Mix
public net.minecraft.world.item.alchemy.PotionBrewing$Mix f_43533_ # ingredient
public net.minecraft.world.item.context.BlockPlaceContext <init>(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/phys/BlockHitResult;)V # constructor
public net.minecraft.world.item.context.UseOnContext <init>(Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/phys/BlockHitResult;)V # constructor
public-f net.minecraft.world.item.crafting.Ingredient
protected net.minecraft.world.item.crafting.Ingredient <init>(Ljava/util/stream/Stream;)V # constructor
public net.minecraft.world.item.crafting.Ingredient m_43919_(Lcom/google/gson/JsonObject;)Lnet/minecraft/world/item/crafting/Ingredient$Value; # valueFromJson
public+f net.minecraft.world.item.crafting.Ingredient m_43923_(Lnet/minecraft/network/FriendlyByteBuf;)V # toNetwork
public net.minecraft.world.item.crafting.Ingredient m_43938_(Ljava/util/stream/Stream;)Lnet/minecraft/world/item/crafting/Ingredient; # fromValues
public net.minecraft.world.item.crafting.Ingredient$ItemValue
public net.minecraft.world.item.crafting.Ingredient$ItemValue <init>(Lnet/minecraft/world/item/ItemStack;)V # constructor
public net.minecraft.world.item.crafting.Ingredient$TagValue
public net.minecraft.world.item.crafting.Ingredient$TagValue <init>(Lnet/minecraft/tags/TagKey;)V # constructor
public net.minecraft.world.item.crafting.Ingredient$Value
public net.minecraft.world.level.GameRules m_46189_(Ljava/lang/String;Lnet/minecraft/world/level/GameRules$Category;Lnet/minecraft/world/level/GameRules$Type;)Lnet/minecraft/world/level/GameRules$Key; # register
public net.minecraft.world.level.Level f_46437_ # oRainLevel
public net.minecraft.world.level.Level f_46438_ # rainLevel
public net.minecraft.world.level.Level f_46439_ # oThunderLevel
public net.minecraft.world.level.Level f_46440_ # thunderLevel
public net.minecraft.world.level.biome.Biome$ClimateSettings
protected net.minecraft.world.level.biome.BiomeGenerationSettings$Builder f_47827_ # carvers
protected net.minecraft.world.level.biome.BiomeGenerationSettings$Builder f_47828_ # features
protected net.minecraft.world.level.biome.BiomeGenerationSettings$Builder m_47832_(I)V # addFeatureStepsUpTo
#group protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder *
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48005_ # fogColor
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48006_ # waterColor
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48007_ # waterFogColor
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48008_ # skyColor
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48009_ # foliageColorOverride
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48010_ # grassColorOverride
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48011_ # grassColorModifier
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48012_ # ambientParticle
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48013_ # ambientLoopSoundEvent
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48014_ # ambientMoodSettings
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48015_ # ambientAdditionsSettings
protected net.minecraft.world.level.biome.BiomeSpecialEffects$Builder f_48016_ # backgroundMusic
#endgroup
protected net.minecraft.world.level.biome.MobSpawnSettings$Builder f_48362_ # spawners
protected net.minecraft.world.level.biome.MobSpawnSettings$Builder f_48363_ # mobSpawnCosts
protected net.minecraft.world.level.biome.MobSpawnSettings$Builder f_48364_ # creatureGenerationProbability
#group public net.minecraft.world.level.block.Block <init>
public net.minecraft.world.level.block.AirBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.AttachedStemBlock <init>(Lnet/minecraft/world/level/block/StemGrownBlock;Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.AzaleaBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BarrierBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BaseCoralFanBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BaseCoralPlantBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BaseCoralPlantTypeBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BaseCoralWallFanBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BigDripleafBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BigDripleafStemBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BlastFurnaceBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.BushBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CactusBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CakeBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CandleCakeBlock <init>(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CartographyTableBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CarvedPumpkinBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.ChestBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;)V # constructor
public net.minecraft.world.level.block.ChorusFlowerBlock <init>(Lnet/minecraft/world/level/block/ChorusPlantBlock;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.ChorusPlantBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CoralFanBlock <init>(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CoralPlantBlock <init>(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CoralWallFanBlock <init>(Lnet/minecraft/world/level/block/Block;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CraftingTableBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CropBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.CrossCollisionBlock <init>(FFFFFLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.DeadBushBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.DirtPathBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.DispenserBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.DoorBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.EnchantmentTableBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.EndGatewayBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.EndPortalBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.EndRodBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.EnderChestBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.FaceAttachedHorizontalDirectionalBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.FarmBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.FletchingTableBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.FungusBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Ljava/util/function/Supplier;)V # constructor
public net.minecraft.world.level.block.FurnaceBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.GrindstoneBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.HalfTransparentBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.HangingRootsBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.IronBarsBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.JigsawBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.JukeboxBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.KelpBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.KelpPlantBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.LadderBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.LecternBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.LeverBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.LiquidBlock <init>(Lnet/minecraft/world/level/material/FlowingFluid;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.LoomBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.MangroveRootsBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.MelonBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.NetherWartBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.NyliumBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PipeBlock <init>(FLnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PlayerHeadBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PlayerWallHeadBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PoweredRailBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PressurePlateBlock <init>(Lnet/minecraft/world/level/block/PressurePlateBlock$Sensitivity;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.PumpkinBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RailBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RedstoneTorchBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RedstoneWallTorchBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RepeaterBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RodBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.RootsBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SaplingBlock <init>(Lnet/minecraft/world/level/block/grower/AbstractTreeGrower;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.ScaffoldingBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SeaPickleBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SeagrassBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SkullBlock <init>(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SmithingTableBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SmokerBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SnowLayerBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SnowyDirtBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SpawnerBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SpongeBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.StairBlock <init>(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.StemBlock <init>(Lnet/minecraft/world/level/block/StemGrownBlock;Ljava/util/function/Supplier;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.StoneButtonBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.StructureBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.StructureVoidBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.SugarCaneBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.TallGrassBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.TorchBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lnet/minecraft/core/particles/ParticleOptions;)V # constructor
public net.minecraft.world.level.block.TrapDoorBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WallSkullBlock <init>(Lnet/minecraft/world/level/block/SkullBlock$Type;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WallTorchBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;Lnet/minecraft/core/particles/ParticleOptions;)V # constructor
public net.minecraft.world.level.block.WaterlilyBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WeightedPressurePlateBlock <init>(ILnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WetSpongeBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WitherSkullBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WitherWallSkullBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WoodButtonBlock <init>(Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
public net.minecraft.world.level.block.WoolCarpetBlock <init>(Lnet/minecraft/world/item/DyeColor;Lnet/minecraft/world/level/block/state/BlockBehaviour$Properties;)V # constructor
#endgroup
public net.minecraft.world.level.block.Block m_49805_(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/core/BlockPos;I)V # popExperience
public net.minecraft.world.level.block.FireBlock m_221164_(Lnet/minecraft/world/level/block/state/BlockState;)I # getBurnOdds
public net.minecraft.world.level.block.FireBlock m_221166_(Lnet/minecraft/world/level/block/state/BlockState;)I # getIgniteOdds
public net.minecraft.world.level.block.entity.BlockEntityType$BlockEntitySupplier
public net.minecraft.world.level.block.entity.HopperBlockEntity m_59395_(I)V # setCooldown
public net.minecraft.world.level.block.entity.HopperBlockEntity m_59409_()Z # isOnCustomCooldown
public net.minecraft.world.level.block.state.properties.WoodType m_61844_(Lnet/minecraft/world/level/block/state/properties/WoodType;)Lnet/minecraft/world/level/block/state/properties/WoodType; # register
public net.minecraft.world.level.chunk.ChunkStatus <init>(Ljava/lang/String;Lnet/minecraft/world/level/chunk/ChunkStatus;ILjava/util/EnumSet;Lnet/minecraft/world/level/chunk/ChunkStatus$ChunkType;Lnet/minecraft/world/level/chunk/ChunkStatus$GenerationTask;Lnet/minecraft/world/level/chunk/ChunkStatus$LoadingTask;)V # constructor
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_157994_ # barrierNoise
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_157996_ # lavaNoise
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_157998_ # aquiferCache
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_157999_ # aquiferLocationCache
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158000_ # shouldScheduleFluidUpdate
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158002_ # minGridX
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158003_ # minGridY
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158004_ # minGridZ
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158005_ # gridSizeX
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer f_158006_ # gridSizeZ
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer m_158024_(II)D # similarity
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer m_158027_(III)I # getIndex
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer m_158039_(I)I # gridX
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer m_158045_(I)I # gridY
protected net.minecraft.world.level.levelgen.Aquifer$NoiseBasedAquifer m_158047_(I)I # gridZ
protected net.minecraft.world.level.levelgen.Beardifier f_158065_ # pieceIterator
protected net.minecraft.world.level.levelgen.Beardifier f_158066_ # junctionIterator
protected net.minecraft.world.level.levelgen.Beardifier m_158083_(III)D # getBuryContribution
protected net.minecraft.world.level.levelgen.Beardifier m_223925_(IIII)D # getBeardContribution
private-f net.minecraft.world.level.levelgen.DebugLevelSource f_64114_ # ALL_BLOCKS
private-f net.minecraft.world.level.levelgen.DebugLevelSource f_64115_ # GRID_WIDTH
private-f net.minecraft.world.level.levelgen.DebugLevelSource f_64116_ # GRID_HEIGHT
public-f net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator
protected net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator m_224239_(Lnet/minecraft/world/level/LevelHeightAccessor;Lnet/minecraft/world/level/levelgen/RandomState;IILorg/apache/commons/lang3/mutable/MutableObject;Ljava/util/function/Predicate;)Ljava/util/OptionalInt; # iterateNoiseColumn
#group public net.minecraft.world.level.levelgen.NoiseGeneratorSettings *()
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_198265_(ZZ)Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings; # overworld
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_198268_()Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings; # end
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_198269_()Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings; # nether
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_198270_()Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings; # caves
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_198271_()Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings; # floatingIslands
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_224385_(Lnet/minecraft/core/Registry;Lnet/minecraft/resources/ResourceKey;Lnet/minecraft/world/level/levelgen/NoiseGeneratorSettings;)Lnet/minecraft/core/Holder; # register
public net.minecraft.world.level.levelgen.NoiseGeneratorSettings m_64474_(Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; # lambda$static$0
#endgroup
public net.minecraft.world.level.levelgen.WorldGenSettings <init>(JZZLnet/minecraft/core/Registry;Ljava/util/Optional;)V # constructor
public net.minecraft.world.level.levelgen.WorldGenSettings f_64606_ # legacyCustomOptions
public net.minecraft.world.level.levelgen.feature.featuresize.FeatureSizeType <init>(Lcom/mojang/serialization/Codec;)V # constructor
public net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType <init>(Lcom/mojang/serialization/Codec;)V # constructor
public net.minecraft.world.level.levelgen.feature.rootplacers.RootPlacerType <init>(Lcom/mojang/serialization/Codec;)V # constructor
public net.minecraft.world.level.levelgen.feature.stateproviders.BlockStateProviderType <init>(Lcom/mojang/serialization/Codec;)V # constructor
public net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType <init>(Lcom/mojang/serialization/Codec;)V # constructor
public net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType <init>(Lcom/mojang/serialization/Codec;)V # constructor
protected net.minecraft.world.level.portal.PortalForcer f_77648_ # level
public net.minecraft.world.level.storage.LevelResource <init>(Ljava/lang/String;)V # constructor
private-f net.minecraft.world.level.storage.loot.LootPool f_79028_ # rolls
private-f net.minecraft.world.level.storage.loot.LootPool f_79029_ # bonusRolls

View File

@ -1,4 +1,4 @@
C:\Users\Administrator\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2\forge-1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2.jar
C:\Users\Administrator\Desktop\JAVA自学程序\SmarterContraptionStorage\build\fg_cache\net\minecraftforge\forge\1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2\forge-1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2.jar
C:\Users\Administrator\.gradle\caches\forge_gradle\minecraft_repo\versions\1.19.2\client-extra.jar
C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.19.2-43.3.0\2edd99fb09dd01b6487188e8da2ce4b034d79217\javafmllanguage-1.19.2-43.3.0.jar
C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.19.2-43.3.0\5facdae56496bfc1ea0e1dbe1385463d7aa7bc69\lowcodelanguage-1.19.2-43.3.0.jar

View File

@ -0,0 +1,2 @@
mapping=de106e167837150ff81d004bbb0ce57b83c4945d
mcp=f825e1ca07c31b1b3046fc459ba8823eed535818

View File

@ -0,0 +1 @@
parent=f992b51f064f186580987fe76dacde8e07214e59

View File

@ -0,0 +1,5 @@
ats=e6774ae9d439086bd9fef06dd93237703dd7662b
mapping=de106e167837150ff81d004bbb0ce57b83c4945d
codever=77de68daecd823babbb58edb1c8e14d7106e83bb
de.oceanlabs.mcp:mcp_config:1.19.2-20220805.130853@zip=f825e1ca07c31b1b3046fc459ba8823eed535818
net.minecraftforge:forge:1.19.2-43.3.0:userdev=f992b51f064f186580987fe76dacde8e07214e59

View File

@ -0,0 +1,271 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.minecraftforge</groupId>
<artifactId>forge</artifactId>
<version>1.19.2-43.3.0_mapped_parchment_2022.08.14-1.19.2_at_51612a73c5f85763b95b18a584824b812b0fc72d</version>
<name>forge</name>
<dependencies>
<dependency>
<groupId>net.minecraft</groupId>
<artifactId>client</artifactId>
<version>1.19.2</version>
<classifier>extra</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ca.weblite</groupId>
<artifactId>java-objc-bridge</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>mergetool</artifactId>
<version>1.1.5</version>
<classifier>api</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraft</groupId>
<artifactId>mappings_parchment</artifactId>
<version>2022.08.14-1.19.2</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>cpw.mods</groupId>
<artifactId>securejarhandler</artifactId>
<version>2.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>accesstransformers</artifactId>
<version>8.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>eventbus</artifactId>
<version>6.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>forgespi</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>coremods</artifactId>
<version>5.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cpw.mods</groupId>
<artifactId>modlauncher</artifactId>
<version>10.0.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>unsafe</artifactId>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>core</artifactId>
<version>3.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.electronwill.night-config</groupId>
<artifactId>toml</artifactId>
<version>3.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jodah</groupId>
<artifactId>typetools</artifactId>
<version>0.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecrell</groupId>
<artifactId>terminalconsoleappender</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>mixin</artifactId>
<version>0.8.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>JarJarSelector</artifactId>
<version>0.3.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>JarJarMetadata</artifactId>
<version>0.3.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cpw.mods</groupId>
<artifactId>bootstraplauncher</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cpw.mods</groupId>
<artifactId>securejarhandler</artifactId>
<version>2.1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>JarJarFileSystems</artifactId>
<version>0.3.16</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>fmlcore</artifactId>
<version>1.19.2-43.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>fmlloader</artifactId>
<version>1.19.2-43.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>javafmllanguage</artifactId>
<version>1.19.2-43.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>lowcodelanguage</artifactId>
<version>1.19.2-43.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minecraftforge</groupId>
<artifactId>mclanguage</artifactId>
<version>1.19.2-43.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,3 @@
ats=e6774ae9d439086bd9fef06dd93237703dd7662b
de.oceanlabs.mcp:mcp_config:1.19.2-20220805.130853@zip=f825e1ca07c31b1b3046fc459ba8823eed535818
net.minecraftforge:forge:1.19.2-43.3.0:userdev=f992b51f064f186580987fe76dacde8e07214e59

File diff suppressed because one or more lines are too long

View File

@ -9656,8 +9656,6 @@ com/mojang/realmsclient/util/task/WorldCreationTask com/mojang/realmsclient/util
3 p_90471_ p_90471_
run ()V run
com/mojang/realmsclient/util/task/package-info com/mojang/realmsclient/util/task/package-info
net/SmarterContraptionStorage/Mixin/Contraption/ContraptionControlBlockMixin net/SmarterContraptionStorage/Mixin/Contraption/ContraptionControlBlockMixin
use (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;)Lnet/minecraft/world/InteractionResult; m_6227_
net/minecraft/BlockUtil net/minecraft/BlockUtil
<init> ()V <init>
getLargestRectangleAround (Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction$Axis;ILnet/minecraft/core/Direction$Axis;ILjava/util/function/Predicate;)Lnet/minecraft/BlockUtil$FoundRectangle; m_124334_
@ -193588,3 +193586,8 @@ net/minecraft/world/ticks/WorldGenTickAccess net/minecraft/world/ticks/WorldGenT
0 p_193462_ p_193462_
1 p_193463_ p_193463_
net/minecraft/world/ticks/package-info net/minecraft/world/ticks/package-info
net/smartercontraptionstorage/Mixin/Contraption/ContraptionControlBlockMixin net/smartercontraptionstorage/Mixin/Contraption/ContraptionControlBlockMixin
use (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/phys/BlockHitResult;)Lnet/minecraft/world/InteractionResult; m_6227_
net/smartercontraptionstorage/Mixin/Storage/ToolboxBlockEntityMixin net/smartercontraptionstorage/Mixin/Storage/ToolboxBlockEntityMixin
getDisplayName ()Lnet/minecraft/network/chat/Component; m_5446_
getName ()Lnet/minecraft/network/chat/Component; m_7755_

Some files were not shown because too many files have changed in this diff Show More