More Planets - Galacticraft Add-on

More Planets - Galacticraft Add-on

4M Downloads

Comprehension of a method in MorePlanets/src/main/java/stevekung/mods/moreplanets/planets/diona/world/gen/structure/StructureDionaMineshaftPieces.java

129124 opened this issue · 1 comments

commented

Hi there, when I was reading the code of the function "public void offset(int x, int y, int z)" in MorePlanets/src/main/java/stevekung/mods/moreplanets/planets/diona/world/gen/structure/StructureDionaMineshaftPieces.java, I found it has no Javadoc. My understanding is “returns the offset of the filled. @param x the x-coordinate   @param y the y value of the quaternion.   @param z the z component". Can you please check if this is correct? Thanks.

commented

Not really sure, In the original class StructureMineshaftPieces doesn't have javadoc for offset method as well. So to be honest I don't really know how it work.