Uses of Class
net.minecraft.util.ArrayListDeque
Packages that use ArrayListDeque
Package
Description
-
Uses of ArrayListDeque in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as ArrayListDequeModifier and TypeFieldDescriptionprivate static final ArrayListDeque<RenderSystem.GpuAsyncTask> RenderSystem.PENDING_FENCES -
Uses of ArrayListDeque in net.minecraft.client
Fields in net.minecraft.client declared as ArrayListDequeModifier and TypeFieldDescriptionprivate final ArrayListDeque<String> CommandHistory.lastCommands -
Uses of ArrayListDeque in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as ArrayListDequeModifier and TypeFieldDescriptionprivate final ArrayListDeque<String> ChatComponent.recentChatA list of messages previously sent through the chat GUIMethods in net.minecraft.client.gui.components that return ArrayListDeque -
Uses of ArrayListDeque in net.minecraft.util
Fields in net.minecraft.util declared as ArrayListDequeModifier and TypeFieldDescriptionprivate final ArrayListDeque<T> ArrayListDeque.ReversedView.sourceConstructors in net.minecraft.util with parameters of type ArrayListDeque