Package dev.latvian.mods.kubejs.registry
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final List<BuilderBase<?>> static final RegistryObjectStorage<net.minecraft.world.level.block.Block> static final RegistryObjectStorage<net.minecraft.world.level.block.entity.BlockEntityType<?>> static final com.mojang.serialization.Codec<RegistryObjectStorage<?>> static final RegistryObjectStorage<net.minecraft.world.level.material.Fluid> static final RegistryObjectStorage<net.neoforged.neoforge.fluids.FluidType> static final RegistryObjectStorage<net.minecraft.world.item.Item> final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> final Map<net.minecraft.resources.ResourceLocation, BuilderBase<? extends T>> -
Method Summary
Modifier and TypeMethodDescription@NotNull Iterator<BuilderBase<? extends T>> iterator()static <T> RegistryObjectStorage<T> of(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
ALL_BUILDERS
-
CODEC
-
FLUID
-
BLOCK
-
ITEM
-
BLOCK_ENTITY
public static final RegistryObjectStorage<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITY -
FLUID_TYPE
-
key
-
objects
-
-
Method Details