Package net.minecraft.util.debug
Class DebugSubscriptions<T>
java.lang.Object
net.minecraft.util.debug.DebugSubscriptions<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebugSubscription<DebugHiveInfo> static final DebugSubscription<DebugBeeInfo> static final DebugSubscription<DebugBrainDump> static final DebugSubscription<DebugBreezeInfo> static final DebugSubscription<?> static final DebugSubscription<DebugEntityBlockIntersection> static final DebugSubscription<DebugPathInfo> static final DebugSubscription<DebugGameEventListenerInfo> static final DebugSubscription<DebugGameEventInfo> static final DebugSubscription<DebugGoalInfo> static final DebugSubscription<BlockPos> static final DebugSubscription<DebugPoiInfo> static final DebugSubscription<List<BlockPos>> static final DebugSubscription<Orientation> static final DebugSubscription<List<DebugStructureInfo>> static final DebugSubscription<Unit> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugSubscription<?> bootstrap(Registry<DebugSubscription<?>> pRegistry) private static DebugSubscription<?> registerSimple(String pName) private static <T> DebugSubscription<T> registerTemporaryValue(String pName, StreamCodec<? super RegistryFriendlyByteBuf, T> pStreamCodec, int pExpireAfterTicks) private static <T> DebugSubscription<T> registerWithValue(String pName, StreamCodec<? super RegistryFriendlyByteBuf, T> pStreamCodec)
-
Field Details
-
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
-
-
Constructor Details
-
DebugSubscriptions
public DebugSubscriptions()
-
-
Method Details
-
bootstrap
-
registerSimple
-
registerWithValue
private static <T> DebugSubscription<T> registerWithValue(String pName, StreamCodec<? super RegistryFriendlyByteBuf, T> pStreamCodec) -
registerTemporaryValue
private static <T> DebugSubscription<T> registerTemporaryValue(String pName, StreamCodec<? super RegistryFriendlyByteBuf, T> pStreamCodec, int pExpireAfterTicks)
-