mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Removed useless code and erroneous documentation in GameModePlaceholderManager
This commit is contained in:
parent
5a5e0dafc0
commit
0bcbdf245a
@ -21,7 +21,6 @@ public class GameModePlaceholderManager {
|
|||||||
private BentoBox plugin;
|
private BentoBox plugin;
|
||||||
|
|
||||||
public GameModePlaceholderManager(BentoBox plugin) {
|
public GameModePlaceholderManager(BentoBox plugin) {
|
||||||
super();
|
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,7 +36,6 @@ public class GameModePlaceholderManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers default placeholders for all GameModes. Will not overwrite any that the gamemode addon itself implements.
|
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
* @since 1.4.0
|
* @since 1.4.0
|
||||||
*/
|
*/
|
||||||
@ -45,7 +43,6 @@ class DefaultPlaceholder implements PlaceholderReplacer {
|
|||||||
private final GameModeAddon addon;
|
private final GameModeAddon addon;
|
||||||
private final GameModePlaceholders type;
|
private final GameModePlaceholders type;
|
||||||
public DefaultPlaceholder(GameModeAddon addon, GameModePlaceholders type) {
|
public DefaultPlaceholder(GameModeAddon addon, GameModePlaceholders type) {
|
||||||
super();
|
|
||||||
this.addon = addon;
|
this.addon = addon;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user