Interface GameEventRegistryEntry

All Known Subinterfaces:
GameEventRegistryEntry.Builder

@Experimental @NonExtendable public interface GameEventRegistryEntry
A data-centric version-specific registry entry for the GameEvent type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A mutable builder for the GameEventRegistryEntry plugins may change in applicable registry events.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNegative int
    Provides the range in which this game event will notify its listeners.
  • Method Details

    • range

      @NonNegative int range()
      Provides the range in which this game event will notify its listeners.
      Returns:
      the range of blocks, represented as an int.
      See Also: