Class CustomBlockFactory.CustomBlockSounds
-
- All Implemented Interfaces:
public final class CustomBlockFactory.CustomBlockSounds
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final BooleanplayersOnly
-
Constructor Summary
Constructors Constructor Description CustomBlockFactory.CustomBlockSounds(ConfigurationSection section)CustomBlockFactory.CustomBlockSounds(Boolean enabled, Boolean playersOnly)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final BooleangetPlayersOnly()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getPlayersOnly
final Boolean getPlayersOnly()
-
-
-
-