Uses of Interface
net.minecraft.class_8868
Packages that use class_8868
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8868 in net.minecraft
Classes in net.minecraft that implement class_8868Fields in net.minecraft declared as class_8868Methods in net.minecraft that return class_8868Modifier and TypeMethodDescriptionclass_8872.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T t) Methods in net.minecraft with parameters of type class_8868Constructors in net.minecraft with parameters of type class_8868 -
Uses of class_8868 in net.minecraft.server.function
Fields in net.minecraft.server.function with type parameters of type class_8868Modifier and TypeFieldDescriptionprivate final Object2ObjectLinkedOpenHashMap<List<String>,
class_8868<T>> Macro.cache
Methods in net.minecraft.server.function that return class_8868Modifier and TypeMethodDescriptionCommandFunction.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T t) private class_8868<T>
Macro.withMacroReplaced
(List<String> list, List<String> list2, com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t) Macro.withMacroReplaced
(@Nullable NbtCompound nbtCompound, com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t)