SteveKunG / MorePlanets

An add-on adds new exotic planets into Galacticraft!
https://www.curseforge.com/minecraft/mc-mods/galacticraft-add-on-more-planets
MIT License
25 stars 23 forks source link

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

Closed 129124 closed 4 years ago

129124 commented 4 years ago

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.

SteveKunG commented 4 years ago

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.