Uses of Record Class
net.minecraft.world.level.timers.TimerQueue.Event.Packed
Packages that use TimerQueue.Event.Packed
-
Uses of TimerQueue.Event.Packed in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers with type parameters of type TimerQueue.Event.PackedModifier and TypeFieldDescriptionprivate final List<TimerQueue.Event.Packed<T>> TimerQueue.Packed.eventsThe field for theeventsrecord component.Methods in net.minecraft.world.level.timers that return types with arguments of type TimerQueue.Event.PackedModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<TimerQueue.Event.Packed<T>> TimerQueue.Event.Packed.codec(com.mojang.serialization.Codec<TimerCallback<T>> callbackCodec) TimerQueue.Packed.events()Returns the value of theeventsrecord component.Constructor parameters in net.minecraft.world.level.timers with type arguments of type TimerQueue.Event.PackedModifierConstructorDescriptionPacked(List<TimerQueue.Event.Packed<T>> events) Creates an instance of aPackedrecord class.