Uses of Record Class
net.minecraft.util.debug.DebugSubscription.Update
Packages that use DebugSubscription.Update
Package
Description
-
Uses of DebugSubscription.Update in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type DebugSubscription.UpdateModifier and TypeMethodDescriptionvoidClientDebugSubscriber.ValueMap.apply(long gameTime, K key, DebugSubscription.Update<V> update) <T> voidClientDebugSubscriber.updateBlock(long gameTime, BlockPos blockPos, DebugSubscription.Update<T> update) <T> voidClientDebugSubscriber.updateChunk(long gameTime, ChunkPos chunkPos, DebugSubscription.Update<T> update) <T> voidClientDebugSubscriber.updateEntity(long gameTime, Entity entity, DebugSubscription.Update<T> update) private <K,V> void ClientDebugSubscriber.updateMap(long gameTime, K key, DebugSubscription.Update<V> update, ClientDebugSubscriber.ValueMapType<K, V> type) -
Uses of DebugSubscription.Update in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as DebugSubscription.UpdateModifier and TypeFieldDescriptionprivate final DebugSubscription.Update<?> ClientboundDebugBlockValuePacket.updateThe field for theupdaterecord component.private final DebugSubscription.Update<?> ClientboundDebugChunkValuePacket.updateThe field for theupdaterecord component.private final DebugSubscription.Update<?> ClientboundDebugEntityValuePacket.updateThe field for theupdaterecord component.Methods in net.minecraft.network.protocol.game that return DebugSubscription.UpdateModifier and TypeMethodDescriptionClientboundDebugBlockValuePacket.update()Returns the value of theupdaterecord component.ClientboundDebugChunkValuePacket.update()Returns the value of theupdaterecord component.ClientboundDebugEntityValuePacket.update()Returns the value of theupdaterecord component.Constructors in net.minecraft.network.protocol.game with parameters of type DebugSubscription.UpdateModifierConstructorDescriptionClientboundDebugBlockValuePacket(BlockPos blockPos, DebugSubscription.Update<?> update) Creates an instance of aClientboundDebugBlockValuePacketrecord class.ClientboundDebugChunkValuePacket(ChunkPos chunkPos, DebugSubscription.Update<?> update) Creates an instance of aClientboundDebugChunkValuePacketrecord class.ClientboundDebugEntityValuePacket(int entityId, DebugSubscription.Update<?> update) Creates an instance of aClientboundDebugEntityValuePacketrecord class. -
Uses of DebugSubscription.Update in net.minecraft.util.debug
Fields in net.minecraft.util.debug with type parameters of type DebugSubscription.UpdateModifier and TypeFieldDescriptionstatic final StreamCodec<RegistryFriendlyByteBuf, DebugSubscription.Update<?>> DebugSubscription.Update.STREAM_CODECMethods in net.minecraft.util.debug that return DebugSubscription.UpdateModifier and TypeMethodDescriptionDebugSubscription.emptyUpdate()DebugSubscription.packUpdate(@Nullable T value) @Nullable DebugSubscription.Update<T> TrackingDebugSynchronizer.ValueSource.pollUpdate(DebugSubscription<T> subscription) Methods in net.minecraft.util.debug that return types with arguments of type DebugSubscription.UpdateModifier and TypeMethodDescriptionprivate static <T> StreamCodec<? super RegistryFriendlyByteBuf, DebugSubscription.Update<T>> DebugSubscription.Update.streamCodec(DebugSubscription<T> subscription)