Uses of Record Class
net.minecraft.util.debug.DebugSubscription.Event
Packages that use DebugSubscription.Event
Package
Description
-
Uses of DebugSubscription.Event in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type DebugSubscription.EventModifier and TypeMethodDescription<T> voidClientDebugSubscriber.pushEvent(long gameTime, DebugSubscription.Event<T> event) -
Uses of DebugSubscription.Event in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as DebugSubscription.EventModifier and TypeFieldDescriptionprivate final DebugSubscription.Event<?> ClientboundDebugEventPacket.eventThe field for theeventrecord component.Methods in net.minecraft.network.protocol.game that return DebugSubscription.EventModifier and TypeMethodDescriptionClientboundDebugEventPacket.event()Returns the value of theeventrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type DebugSubscription.EventModifierConstructorDescriptionCreates an instance of aClientboundDebugEventPacketrecord class. -
Uses of DebugSubscription.Event in net.minecraft.util.debug
Fields in net.minecraft.util.debug with type parameters of type DebugSubscription.EventModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DebugSubscription.Event<?>> DebugSubscription.Event.STREAM_CODECMethods in net.minecraft.util.debug that return DebugSubscription.EventModifier and TypeMethodDescriptionMethods in net.minecraft.util.debug that return types with arguments of type DebugSubscription.EventModifier and TypeMethodDescriptionprivate static <T> StreamCodec<? super RegistryFriendlyByteBuf, DebugSubscription.Event<T>> DebugSubscription.Event.streamCodec(DebugSubscription<T> subscription)