Interface DebugSubscription<T>
- All Superinterfaces:
Holder<DebugSubscription<T>>, Keyed, RegistryKey<DebugSubscription<T>>, StaticProtocolObject<DebugSubscription<T>>
- All Known Implementing Classes:
DebugSubscriptionImpl
public sealed interface DebugSubscription<T>
extends StaticProtocolObject<DebugSubscription<T>>
permits DebugSubscriptionImpl<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordNested classes/interfaces inherited from interface Holder
Holder.Direct<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebugSubscription<DebugHiveInfo> static final DebugSubscription<DebugBeeInfo> static final DebugSubscription<DebugBrainDump> static final DebugSubscription<DebugBreezeInfo> static final DebugSubscription<Unit> static final DebugSubscription<DebugEntityBlockIntersection> static final DebugSubscription<DebugPathInfo> static final DebugSubscription<DebugGameEventListenerInfo> static final DebugSubscription<DebugGameEventInfo> static final DebugSubscription<List<DebugGoalInfo>> static final DebugSubscription<Point> static final NetworkBuffer.Type<DebugSubscription<?>> static final DebugSubscription<DebugPoiInfo> static final DebugSubscription<List<Point>> static final DebugSubscription<Integer> static final DebugSubscription<List<DebugStructureInfo>> static final DebugSubscription<Unit> -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable DebugSubscription<?> fromId(int id) static @Nullable DebugSubscription<?> static @Nullable DebugSubscription<?> intid()key()static Collection<DebugSubscription<?>> values()Methods inherited from interface StaticProtocolObject
name, registry
-
Field Details
-
NETWORK_TYPE
-
DEDICATED_SERVER_TICK_TIME
-
BEES
-
BRAINS
-
BREEZES
-
GOAL_SELECTORS
-
ENTITY_PATHS
-
ENTITY_BLOCK_INTERSECTIONS
-
BEE_HIVES
-
POIS
-
REDSTONE_WIRE_ORIENTATIONS
-
VILLAGE_SECTIONS
-
RAIDS
-
STRUCTURES
-
GAME_EVENT_LISTENERS
-
NEIGHBOR_UPDATES
-
GAME_EVENTS
-
-
Method Details
-
id
int id()- Specified by:
idin interfaceStaticProtocolObject<T>
-
key
-
fromKey
-
fromKey
-
fromId
-
values
-