net.minecraft.util.debug

public class DebugSubscriptions<T>

bxd
net.minecraft.util.debug.DebugSubscriptions
net.minecraft.class_12020
net.minecraft.world.debug.DebugSubscriptionTypes

Field summary

Modifier and TypeField
public static final DebugSubscription<?>
a
DEDICATED_SERVER_TICK_TIME
field_62869
DEDICATED_SERVER_TICK_TIME
public static final DebugSubscription<DebugBeeInfo>
b
BEES
field_62870
BEES
public static final DebugSubscription<DebugBrainDump>
c
BRAINS
field_62871
BRAINS
public static final DebugSubscription<DebugBreezeInfo>
d
BREEZES
field_62872
BREEZES
public static final DebugSubscription<DebugGoalInfo>
e
GOAL_SELECTORS
field_62873
GOAL_SELECTORS
public static final DebugSubscription<DebugPathInfo>
f
ENTITY_PATHS
field_62874
ENTITY_PATHS
public static final DebugSubscription<DebugEntityBlockIntersection>
g
ENTITY_BLOCK_INTERSECTIONS
field_62875
ENTITY_BLOCK_INTERSECTIONS
public static final DebugSubscription<DebugHiveInfo>
h
BEE_HIVES
field_62876
BEE_HIVES
public static final DebugSubscription<DebugPoiInfo>
i
POIS
field_62877
POIS
public static final DebugSubscription<Orientation>
j
REDSTONE_WIRE_ORIENTATIONS
field_62878
REDSTONE_WIRE_ORIENTATIONS
public static final DebugSubscription<Unit>
k
VILLAGE_SECTIONS
field_62879
VILLAGE_SECTIONS
public static final DebugSubscription<List<BlockPos>>
l
RAIDS
field_62880
RAIDS
public static final DebugSubscription<List<DebugStructureInfo>>
m
STRUCTURES
field_62881
STRUCTURES
public static final DebugSubscription<DebugGameEventListenerInfo>
n
GAME_EVENT_LISTENERS
field_62882
GAME_EVENT_LISTENERS
public static final DebugSubscription<BlockPos>
o
NEIGHBOR_UPDATES
field_62883
NEIGHBOR_UPDATES
public static final DebugSubscription<DebugGameEventInfo>
p
GAME_EVENTS
field_62884
GAME_EVENTS

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static DebugSubscription<?>
a(jq<bxc<?>> arg0)
bootstrap(Registry<DebugSubscription<?>> arg0)
method_74581(class_2378<class_12017<?>> arg0)
registerAndGetDefault(Registry<DebugSubscriptionType<?>> registry)
private static DebugSubscription<?>
a(String arg0)
registerSimple(String arg0)
method_74578(String arg0)
register(String id)
private static <T> DebugSubscription<T>
a(String arg0, aao<? super xq, T> arg1)
registerWithValue(String arg0, StreamCodec<? super RegistryFriendlyByteBuf, T> arg1)
method_74579(String arg0, class_9139<? super class_9129, T> arg1)
register(String id, PacketCodec<? super RegistryByteBuf, T> packetCodec)
private static <T> DebugSubscription<T>
a(String arg0, aao<? super xq, T> arg1, int arg2)
registerTemporaryValue(String arg0, StreamCodec<? super RegistryFriendlyByteBuf, T> arg1, int arg2)
method_74580(String arg0, class_9139<? super class_9129, T> arg1, int arg2)
register(String id, PacketCodec<? super RegistryByteBuf, T> packetCodec, int expiry)