Replacements for using minimal and maximal words.

This commit is contained in:
MobiusDevelopment
2022-04-25 22:59:05 +00:00
parent 1dabf3a944
commit f8661a336e
247 changed files with 547 additions and 547 deletions

View File

@ -138,7 +138,7 @@ public class GeoEngine
/**
* Provides optimize selection of the buffer. When all pre-initialized buffer are locked, creates new buffer and log this situation.
* @param size : pre-calculated minimal required size
* @param size : pre-calculated minimum required size
* @return NodeBuffer : buffer
*/
private NodeBuffer getBuffer(int size)

View File

@ -79,7 +79,7 @@ public class DropData
}
/**
* Sets the value for minimal quantity of dropped items
* Sets the value for minimum quantity of dropped items
* @param mindrop : int designating the quantity
*/
public void setMinDrop(int mindrop)
@ -88,7 +88,7 @@ public class DropData
}
/**
* Sets the value for maximal quantity of dopped items
* Sets the value for maximum quantity of dopped items
* @param maxdrop : int designating the quantity of dropped items
*/
public void setMaxDrop(int maxdrop)