mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-03 12:57:08 -05:00
Add some new TAWs for tree worldgen (#3060)
* TAWs for worldgen * Impl suggestions * Forgot run generateAccessWidener ;)
This commit is contained in:
parent
3bd4ab0f82
commit
ed1baa7042
2 changed files with 18 additions and 0 deletions
|
@ -117,6 +117,15 @@ transitive-accessible method net/minecraft/world/gen/stateprovider/BlockStatePro
|
|||
# Creating custom biomes
|
||||
transitive-accessible method net/minecraft/world/biome/OverworldBiomeCreator getSkyColor (F)I
|
||||
|
||||
# Creating custom template pools
|
||||
accessible field net/minecraft/structure/processor/StructureProcessorLists EMPTY Lnet/minecraft/registry/RegistryKey;
|
||||
|
||||
# Creating custom trees
|
||||
accessible method net/minecraft/world/gen/foliage/FoliagePlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/treedecorator/TreeDecoratorType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/trunk/TrunkPlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/root/RootPlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
|
||||
### Generated access wideners below
|
||||
# Constructors of non-abstract block classes
|
||||
transitive-accessible method net/minecraft/block/AirBlock <init> (Lnet/minecraft/block/AbstractBlock$Settings;)V
|
||||
|
|
|
@ -112,4 +112,13 @@ transitive-accessible method net/minecraft/world/gen/stateprovider/BlockStatePro
|
|||
# Creating custom biomes
|
||||
transitive-accessible method net/minecraft/world/biome/OverworldBiomeCreator getSkyColor (F)I
|
||||
|
||||
# Creating custom template pools
|
||||
accessible field net/minecraft/structure/processor/StructureProcessorLists EMPTY Lnet/minecraft/registry/RegistryKey;
|
||||
|
||||
# Creating custom trees
|
||||
accessible method net/minecraft/world/gen/foliage/FoliagePlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/treedecorator/TreeDecoratorType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/trunk/TrunkPlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
accessible method net/minecraft/world/gen/root/RootPlacerType <init> (Lcom/mojang/serialization/Codec;)V
|
||||
|
||||
### Generated access wideners below
|
||||
|
|
Loading…
Reference in a new issue