Class RegistryObjectStorage<T>

java.lang.Object
dev.latvian.mods.kubejs.registry.RegistryObjectStorage<T>
All Implemented Interfaces:
Iterable<BuilderBase<? extends T>>

public final class RegistryObjectStorage<T> extends Object implements Iterable<BuilderBase<? extends T>>
  • Field Details

    • ALL_BUILDERS

      public static final List<BuilderBase<?>> ALL_BUILDERS
    • CODEC

      public static final com.mojang.serialization.Codec<RegistryObjectStorage<?>> CODEC
    • FLUID

      public static final RegistryObjectStorage<net.minecraft.world.level.material.Fluid> FLUID
    • BLOCK

      public static final RegistryObjectStorage<net.minecraft.world.level.block.Block> BLOCK
    • ITEM

      public static final RegistryObjectStorage<net.minecraft.world.item.Item> ITEM
    • BLOCK_ENTITY

      public static final RegistryObjectStorage<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITY
    • FLUID_TYPE

      public static final RegistryObjectStorage<net.neoforged.neoforge.fluids.FluidType> FLUID_TYPE
    • key

      public final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key
    • objects

      public final Map<net.minecraft.resources.ResourceLocation,BuilderBase<? extends T>> objects
  • Method Details