Uses of Record Class
net.minecraft.class_8488
Packages that use class_8488
-
Uses of class_8488 in net.minecraft
Methods in net.minecraft with parameters of type class_8488Modifier and TypeMethodDescription<T> Tclass_8489.getElement(class_8488<T> class_8488) default <T> Optional<T>class_8489.getElementOptional(class_8488<T> class_8488) voidclass_8490.method_51209(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) voidclass_8490.class_8491.run(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) -
Uses of class_8488 in net.minecraft.loot
Fields in net.minecraft.loot declared as class_8488Fields in net.minecraft.loot with type parameters of type class_8488Modifier and TypeFieldDescriptionprivate Map<class_8488<?>,?> LootManager.field_44492private final Set<class_8488<?>>LootTableReporter.field_44505Methods in net.minecraft.loot with parameters of type class_8488Modifier and TypeMethodDescription<T> TLootManager.getElement(class_8488<T> class_8488) private static <T> voidLootManager.method_51196(LootTableReporter lootTableReporter, class_8488<T> class_8488, Object object) booleanLootTableReporter.method_51218(class_8488<?> class_8488) LootTableReporter.method_51219(String string, class_8488<?> class_8488) Constructor parameters in net.minecraft.loot with type arguments of type class_8488ModifierConstructorDescriptionLootTableReporter(Multimap<String, String> messages, Supplier<String> nameFactory, LootContextType contextType, class_8489 class_8489, Set<class_8488<?>> conditions)