Class ModdedPlatformCommandUtils
java.lang.Object
top.offsetmonkey538.loottablemodifier.modded.platform.ModdedPlatformCommandUtils
- All Implemented Interfaces:
PlatformCommandUtils
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface top.offsetmonkey538.loottablemodifier.common.platform.PlatformCommandUtils
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.DynamicOps<com.google.gson.JsonElement>getRegistryOpsImpl(com.mojang.brigadier.context.CommandContext<Object> context) getTableForIdImpl(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id)
-
Constructor Details
-
ModdedPlatformCommandUtils
public ModdedPlatformCommandUtils()
-
-
Method Details
-
getRegistryOpsImpl
public com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> getRegistryOpsImpl(com.mojang.brigadier.context.CommandContext<Object> context) - Specified by:
getRegistryOpsImplin interfacePlatformCommandUtils
-
getTableForIdImpl
public LootTable getTableForIdImpl(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id) - Specified by:
getTableForIdImplin interfacePlatformCommandUtils
-