net.minecraft.util.debug

public class DebugSubscriptions<T>

bvt
net.minecraft.util.debug.DebugSubscriptions
net.minecraft.class_12020
net.minecraft.world.debug.DebugSubscriptionTypes
net.minecraft.src.C_411290_
net.minecraft.util.debug.DebugSubscriptions

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static DebugSubscription<?>
a(jx<bvs<?>> arg0)
bootstrap(Registry<DebugSubscription<?>> arg0)
method_74581(class_2378<class_12017<?>> arg0)
registerAndGetDefault(Registry<DebugSubscriptionType<?>> registry)
m_418453_(C_4705_<C_411277_<?>> p_428718_)
private static DebugSubscription<?>
a(String arg0)
registerSimple(String arg0)
method_74578(String arg0)
register(String id)
m_419328_(String p_422904_)
private static <T> DebugSubscription<T>
a(String arg0, aae<? super xg, 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)
m_416975_(String p_429418_, C_313866_<? super C_313350_, T> p_428513_)
private static <T> DebugSubscription<T>
a(String arg0, aae<? super xg, 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)
m_417758_(String p_430317_, C_313866_<? super C_313350_, T> p_424522_, int p_422345_)