Skip to content

Commit

Permalink
Update Tileset specification
Browse files Browse the repository at this point in the history
Fix some style issues

Fixes #465
  • Loading branch information
steffen-wilke committed Dec 28, 2023
1 parent 44b8efe commit b94d7ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface ITerrain {

/**
* Gets the probability value associated with the terrain.
*
* <p>
* The probability value is used in automatic mapping processes to indicate the likelihood or preference of using
* this terrain in specific contexts. Higher probability values may suggest a higher preference for automatic mapping.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface ITerrainSet extends ICustomPropertyProvider {

/**
* Gets the type of terrain represented by this instance.
*
* <p>
* This method returns the specific type of terrain as an element of the {@link TerrainType} enumeration.
* The {@link TerrainType} enum defines different types of terrain, including "corner," "edge," and "mixed."
* The return value indicates the classification of the terrain associated with the current instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;
Expand Down

0 comments on commit b94d7ce

Please sign in to comment.