Skip to content

Commit

Permalink
fix biomemap
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrrrrrett3 committed Nov 23, 2024
1 parent 908a08c commit d2f7f41
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
* The most common type is {@link Integer}, if you are using complex objects and try to read
* your {@link BiomeMap} from a {@link JsonElement}, make sure to provide an adequate
* {@link BiomeDataConverter} to convert the raw json data.
<<<<<<< HEAD
=======
*
* @author TheBusyBiscuit
>>>>>>> 47092df9a (Remove EnumMap and EnumSet usages (#4258))
*
* @param <T> The stored data type
*
Expand All @@ -56,12 +53,8 @@ public class BiomeMap<T> implements Keyed {
/**
* This constructs a new {@link BiomeMap} with the given {@link NamespacedKey}.
*
<<<<<<< HEAD
* @param namespacedKey The {@link NamespacedKey} for this {@link BiomeMap}
=======
* @param namespacedKey
* The {@link NamespacedKey} for this {@link BiomeMap}
>>>>>>> 47092df9a (Remove EnumMap and EnumSet usages (#4258))
*/
@ParametersAreNonnullByDefault
public BiomeMap(NamespacedKey namespacedKey) {
Expand Down

0 comments on commit d2f7f41

Please sign in to comment.