Uses of Record Class
com.mojang.blaze3d.vulkan.checkpoints.AbstractCheckpointStorage.Checkpoint
Packages that use AbstractCheckpointStorage.Checkpoint
-
Uses of AbstractCheckpointStorage.Checkpoint in com.mojang.blaze3d.vulkan.checkpoints
Fields in com.mojang.blaze3d.vulkan.checkpoints with type parameters of type AbstractCheckpointStorage.CheckpointModifier and TypeFieldDescriptionprivate final List<AbstractCheckpointStorage.Checkpoint> AbstractCheckpointStorage.Frame.checkpointsThe field for thecheckpointsrecord component.Methods in com.mojang.blaze3d.vulkan.checkpoints that return AbstractCheckpointStorage.CheckpointMethods in com.mojang.blaze3d.vulkan.checkpoints that return types with arguments of type AbstractCheckpointStorage.CheckpointModifier and TypeMethodDescriptionAbstractCheckpointStorage.Frame.checkpoints()Returns the value of thecheckpointsrecord component.Constructor parameters in com.mojang.blaze3d.vulkan.checkpoints with type arguments of type AbstractCheckpointStorage.CheckpointModifierConstructorDescriptionprivateFrame(List<AbstractCheckpointStorage.Checkpoint> checkpoints) Creates an instance of aFramerecord class.