From 826533e5ee4d7e93ceac2d3cf7ef7939a67220c4 Mon Sep 17 00:00:00 2001 From: TheMode Date: Mon, 9 Nov 2020 18:08:26 +0100 Subject: [PATCH] Added some dots Signed-off-by: TheMode --- src/main/java/net/minestom/server/instance/Instance.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/net/minestom/server/instance/Instance.java b/src/main/java/net/minestom/server/instance/Instance.java index 4483ac977..055b86e5b 100644 --- a/src/main/java/net/minestom/server/instance/Instance.java +++ b/src/main/java/net/minestom/server/instance/Instance.java @@ -1038,7 +1038,7 @@ public abstract class Instance implements BlockModifier, EventHandler, DataConta } /** - * Gets the registered {@link ExplosionSupplier}, or null if none was provided + * Gets the registered {@link ExplosionSupplier}, or null if none was provided. * * @return the instance explosion supplier, null if none was provided */ @@ -1048,7 +1048,7 @@ public abstract class Instance implements BlockModifier, EventHandler, DataConta } /** - * Registers the {@link ExplosionSupplier} to use in this instance + * Registers the {@link ExplosionSupplier} to use in this instance. * * @param supplier the explosion supplier */ @@ -1057,9 +1057,9 @@ public abstract class Instance implements BlockModifier, EventHandler, DataConta } /** - * Gets the instance space + * Gets the instance space. *

- * Used by the pathfinder for entities + * Used by the pathfinder for entities. * * @return the instance space */