Uses of Class
net.minecraft.class_8567
Packages that use class_8567
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8567 in net.minecraft
Methods in net.minecraft that return class_8567Modifier and TypeMethodDescriptionclass_8567.class_8568.method_51875
(LootContextType lootContextType) -
Uses of class_8567 in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type class_8567Modifier and TypeMethodDescriptionLootTable.method_51878
(class_8567 class_8567) LootTable.method_51879
(class_8567 class_8567, long long2) void
LootTable.method_51880
(class_8567 class_8567, long long2, Consumer<ItemStack> consumer) void
LootTable.method_51881
(class_8567 class_8567, Consumer<ItemStack> consumer) void
LootTable.method_51882
(class_8567 class_8567, Consumer<ItemStack> consumer) void
LootTable.supplyInventory
(Inventory inventory, class_8567 class_8567, long long2) -
Uses of class_8567 in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as class_8567Modifier and TypeFieldDescriptionprivate final class_8567
LootContext.field_44881
private final class_8567
LootContext.Builder.field_44882
Constructors in net.minecraft.loot.context with parameters of type class_8567ModifierConstructorDescriptionBuilder
(class_8567 class_8567) (package private)
LootContext
(class_8567 class_8567, Random random, LootDataLookup lootDataLookup) -
Uses of class_8567 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_8567Modifier and TypeMethodDescriptionprivate static int
LootCommand.getFeedbackMessageSingle
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, class_8567 class_8567, LootCommand.Target constructor)