Class RegistryOpsContainer

java.lang.Object
dev.latvian.mods.kubejs.util.OpsContainer
dev.latvian.mods.kubejs.util.RegistryOpsContainer
Direct Known Subclasses:
RegistryAccessContainer

public class RegistryOpsContainer extends OpsContainer
  • Field Summary

    Fields inherited from class dev.latvian.mods.kubejs.util.OpsContainer

    DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegistryOpsContainer(net.minecraft.resources.RegistryOps<net.minecraft.nbt.Tag> nbt, net.minecraft.resources.RegistryOps<com.google.gson.JsonElement> json, net.minecraft.resources.RegistryOps<Object> java)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.RegistryOps<Object>
     
    net.minecraft.resources.RegistryOps<com.google.gson.JsonElement>
     
    net.minecraft.resources.RegistryOps<net.minecraft.nbt.Tag>
    nbt()
     

    Methods inherited from class dev.latvian.mods.kubejs.util.OpsContainer

    decode, decodeMap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegistryOpsContainer

      public RegistryOpsContainer(net.minecraft.resources.RegistryOps<net.minecraft.nbt.Tag> nbt, net.minecraft.resources.RegistryOps<com.google.gson.JsonElement> json, net.minecraft.resources.RegistryOps<Object> java)
  • Method Details

    • nbt

      public net.minecraft.resources.RegistryOps<net.minecraft.nbt.Tag> nbt()
      Overrides:
      nbt in class OpsContainer
    • json

      public net.minecraft.resources.RegistryOps<com.google.gson.JsonElement> json()
      Overrides:
      json in class OpsContainer
    • java

      public net.minecraft.resources.RegistryOps<Object> java()
      Overrides:
      java in class OpsContainer