Class GameruleRegistry
java.lang.Object
com.glektarssza.expandedgamerules.impl.GameruleRegistry
- All Implemented Interfaces:
IGameruleRegistry
The default implementation of the
IGameruleRegistry interface.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.glektarssza.expandedgamerules.api.v1.gamerule.IGameruleRegistry
getBooleanGamerule, getIntegerGamerule, hasGamerule, register, register
-
Constructor Details
-
GameruleRegistry
public GameruleRegistry()Create a new instance.
-