Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit d6d5a78

Browse files
Changed the wording a little
1 parent 65a5477 commit d6d5a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/papermc/lib/PaperLib.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ public static boolean isChunkGenerated(@Nonnull World world, int x, int z) {
181181
}
182182

183183
/**
184-
* This gets a {@link BlockState}, optionally not using a snapshot (if the {@link Environment} allows it)
184+
* This gets a {@link BlockState}, optionally not using a snapshot (if the {@link Environment} does not override that)
185185
* @param block The {@link Block} to get the {@link BlockState} of
186-
* @param useSnapshot Whether or not to use a snapshot, if supported by the {@link Environment}
186+
* @param useSnapshot Whether or not to use a snapshot, may be ignored by certain {@link Environment Environments}
187187
* @return The {@link BlockState}
188188
*/
189189
@Nonnull

0 commit comments

Comments
 (0)