Modifier and Type | Class and Description |
---|---|
class |
ServiceProvider<TService extends Service>
Represents a string-based service registry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HistoryService
Represents a store of previous player actions.
|
Modifier and Type | Class and Description |
---|---|
class |
HawkeyeService |
class |
LogBlockService |
class |
MemoryService
A simple memory-based history service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelService |
Modifier and Type | Class and Description |
---|---|
class |
ChannelChatService
Handles the ChannelChat plugin:
http://dev.bukkit.org/server-mods/channel-chat/
|
class |
HeroService |
class |
StandardService
Simple default chat system.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Service> |
DataCollector.isServiceEnabled(ServiceProvider<T> provider,
java.lang.String name)
Determines if a given service is present and enabled.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockService
A handler for inventory click events on custom or standard blocks.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardBlockService |
Modifier and Type | Interface and Description |
---|---|
interface |
RewardService
Represents a method of rewarding a player with resources.
|
Modifier and Type | Class and Description |
---|---|
class |
RewardDrops |
Modifier and Type | Class and Description |
---|---|
class |
RewardEconomy
Rewards players with currency.
|
class |
RewardExperience
Rewards players with experience orbs.
|
class |
RewardVirtual
Rewards players with experience directly by simply adding the experience to their experience bar.
|