Uses of Interface
net.minecraft.util.function.Finishable
Packages that use Finishable
-
Uses of Finishable in net.minecraft.util.profiling.jfr
Fields in net.minecraft.util.profiling.jfr declared as FinishableModifier and TypeFieldDescription(package private) static final FinishableFlightProfiler.NoopProfiler.NOOPMethods in net.minecraft.util.profiling.jfr that return FinishableModifier and TypeMethodDescription@Nullable FinishableFlightProfiler.NoopProfiler.startChunkGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, String targetStatus) @Nullable FinishableFlightProfiler.startChunkGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, String targetStatus) @Nullable FinishableJfrProfiler.startChunkGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, String targetStatus) FlightProfiler.NoopProfiler.startStructureGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, RegistryEntry<Structure> structure) @Nullable FinishableFlightProfiler.startStructureGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, RegistryEntry<Structure> structure) @Nullable FinishableJfrProfiler.startStructureGenerationProfiling(ChunkPos chunkPos, RegistryKey<World> world, RegistryEntry<Structure> structure) FlightProfiler.NoopProfiler.startWorldLoadProfiling()@Nullable FinishableFlightProfiler.startWorldLoadProfiling()@Nullable FinishableJfrProfiler.startWorldLoadProfiling() -
Uses of Finishable in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type FinishableModifier and TypeMethodDescriptionprivate ChunkChunkGenerationStep.finalizeGeneration(Chunk chunk, @Nullable Finishable finishCallback)