Made functional interface IChunkGeneratorFactory public (#5395)
This commit is contained in:
parent
b527bf8ab3
commit
6ea19ec8bf
1 changed files with 4 additions and 1 deletions
|
@ -395,4 +395,7 @@ public net.minecraft.block.Block$Builder func_208770_d()Lnet/minecraft/block/Blo
|
|||
public net.minecraft.block.Block$Builder func_200943_b(F)Lnet/minecraft/block/Block$Builder; # hardnessAndResistance
|
||||
|
||||
#ChunkGeneratorType
|
||||
public net.minecraft.world.gen.ChunkGeneratorType$Settings
|
||||
public net.minecraft.world.gen.ChunkGeneratorType$Settings
|
||||
|
||||
#IChunkGeneratorFactory
|
||||
public net.minecraft.world.gen.IChunkGeneratorFactory
|
||||
|
|
Loading…
Reference in a new issue