Class ClientSandboxWorldDRM

java.lang.Object
io.github.thecsdev.tcdcommons.client.world.registry.MutableDynamicRegistryManager
io.github.thecsdev.tcdcommons.client.world.registry.ClientSandboxWorldDRM
All Implemented Interfaces:
net.minecraft.registry.DynamicRegistryManager, net.minecraft.registry.RegistryWrapper.WrapperLookup

public class ClientSandboxWorldDRM extends MutableDynamicRegistryManager
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.registry.DynamicRegistryManager

    net.minecraft.registry.DynamicRegistryManager.Entry<T>, net.minecraft.registry.DynamicRegistryManager.Immutable, net.minecraft.registry.DynamicRegistryManager.ImmutableImpl
  • Field Summary

    Fields inherited from class io.github.thecsdev.tcdcommons.client.world.registry.MutableDynamicRegistryManager

    registries, registriesPutMethod

    Fields inherited from interface net.minecraft.registry.DynamicRegistryManager

    EMPTY, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.github.thecsdev.tcdcommons.client.world.registry.MutableDynamicRegistryManager

    createEntry, createEntry, getOptional, getRegistries, streamAllRegistries

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.registry.DynamicRegistryManager

    get, getOptionalWrapper, getRegistryLifecycle, streamAllRegistryKeys, toImmutable

    Methods inherited from interface net.minecraft.registry.RegistryWrapper.WrapperLookup

    createRegistryLookup, getOps, getWrapperOrThrow
  • Constructor Details

    • ClientSandboxWorldDRM

      public ClientSandboxWorldDRM()