Interface PlatformCommandUtils

All Known Implementing Classes:
ModdedPlatformCommandUtils

public interface PlatformCommandUtils
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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 LootTable
    getTableForId(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

  • Method Details

    • getRegistryOps

      static com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> getRegistryOps(com.mojang.brigadier.context.CommandContext<Object> context)
    • getTableForId

      static LootTable getTableForId(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id)
    • getRegistryOpsImpl

      com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> getRegistryOpsImpl(com.mojang.brigadier.context.CommandContext<Object> context)
    • getTableForIdImpl

      LootTable getTableForIdImpl(com.mojang.brigadier.context.CommandContext<Object> context, top.offsetmonkey538.monkeylib538.common.api.wrapper.Identifier id)