예제 #1
0
 public String docs() {
   return "string {x, z, [world] | locationArray} Returns the biome type of this block column. The location array's"
       + " y value is ignored. The value returned"
       + " may be one of the following: "
       + StringUtil.joinString(MCBiomeType.values(), ", ", 0);
 }
예제 #2
0
 public String docs() {
   return "void {x, z, [world], biome | locationArray, biome} Sets the biome of the specified block column."
       + " The location array's y value is ignored."
       + " Biome may be one of the following: "
       + StringUtil.joinString(MCBiomeType.values(), ", ", 0);
 }