Skip to content

Commit

Permalink
Give a more accurate javadoc comment to IdMap#blockPropertiesMap
Browse files Browse the repository at this point in the history
Co-authored-by: Justsnoopy30 <[email protected]>
  • Loading branch information
coderbot16 and Justsnoopy30 committed Aug 25, 2021
1 parent 9867d03 commit b07082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coderbot/iris/shaderpack/IdMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class IdMap {
private final Object2IntMap<Identifier> entityIdMap;

/**
* A map that contains the identifier of an item to the integer value parsed in block.properties
* Maps block states to block ids defined in block.properties
*/
private Object2IntMap<BlockState> blockPropertiesMap;

Expand Down

0 comments on commit b07082a

Please sign in to comment.