Class NeoForgeRegistryCallbacks.BlockCallbacks.ClearableObjectIntIdentityMap<T>

java.lang.Object
net.minecraft.core.IdMapper<T>
net.neoforged.neoforge.registries.NeoForgeRegistryCallbacks.BlockCallbacks.ClearableObjectIntIdentityMap<T>
All Implemented Interfaces:
Iterable<T>, net.minecraft.core.IdMap<T>
Enclosing class:
NeoForgeRegistryCallbacks.BlockCallbacks

private static class NeoForgeRegistryCallbacks.BlockCallbacks.ClearableObjectIntIdentityMap<T> extends net.minecraft.core.IdMapper<T>
  • Field Summary

    Fields inherited from class net.minecraft.core.IdMapper

    idToT, nextId, tToId

    Fields inherited from interface net.minecraft.core.IdMap

    DEFAULT
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
     

    Methods inherited from class net.minecraft.core.IdMapper

    add, addMapping, byId, contains, getId, iterator, size

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.minecraft.core.IdMap

    byIdOrThrow, getIdOrThrow

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • ClearableObjectIntIdentityMap

      private ClearableObjectIntIdentityMap()
  • Method Details

    • clear

      void clear()