Interface StructurePoolElementType<P extends StructurePoolElement>
public interface StructurePoolElementType<P extends StructurePoolElement>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StructurePoolElementType<EmptyPoolElement> static final StructurePoolElementType<FeaturePoolElement> static final StructurePoolElementType<LegacySinglePoolElement> static final StructurePoolElementType<ListPoolElement> static final StructurePoolElementType<SinglePoolElement> -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<P> codec()static <P extends StructurePoolElement>
StructurePoolElementType<P>
-
Field Details
-
SINGLE
-
LIST
-
FEATURE
-
EMPTY
-
LEGACY
-
-
Method Details
-
codec
com.mojang.serialization.MapCodec<P> codec() -
register
static <P extends StructurePoolElement> StructurePoolElementType<P> register(String name, com.mojang.serialization.MapCodec<P> codec)
-