Interface PlatformCommandUtils
- All Known Implementing Classes:
ModdedPlatformCommandUtils
public interface PlatformCommandUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.DynamicOps<com.google.gson.JsonElement>getRegistryOps(com.mojang.brigadier.context.CommandContext<Object> context) com.mojang.serialization.DynamicOps<com.google.gson.JsonElement>getRegistryOpsImpl(com.mojang.brigadier.context.CommandContext<Object> context) static LootTablegetTableForId(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id) getTableForIdImpl(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getRegistryOps
static com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> getRegistryOps(com.mojang.brigadier.context.CommandContext<Object> context) -
getTableForId
-
getRegistryOpsImpl
com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> getRegistryOpsImpl(com.mojang.brigadier.context.CommandContext<Object> context) -
getTableForIdImpl
-