net.minecraft.world.gen.structure

public class StructureRegistry

avi
net.minecraft.class_1589
net.minecraft.world.gen.structure.StructureRegistry
net.minecraft.world.gen.structure.MapGenStructureIO

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_7540
LOGGER
logger
private static Map
b
field_6238
ID_TO_START
field_143040_a
private static Map
c
field_6239
START_TO_ID
field_143038_b
private static Map
d
field_6240
ID_TO_PIECE
field_143039_c
private static Map
e
field_6241
PIECE_TO_ID
field_143037_d

Method summary

Modifier and TypeMethod
private static void
b(Class arg0, String arg1)
method_5523(Class arg0, String arg1)
registerStart(Class startType, String id)
registerStructure(Class arg0, String arg1)
static void
a(Class arg0, String arg1)
method_5521(Class arg0, String arg1)
registerPiece(Class pieceType, String id)
registerStructureComponent(Class arg0, String arg1)
public static String
a(avm arg0)
method_5519(class_36 arg0)
getId(StructureStart start)
func_143033_a(StructureStart arg0)
public static String
a(avk arg0)
method_5518(class_34 arg0)
getId(StructurePiece piece)
func_143036_a(StructureComponent arg0)
public static StructureStart
a(dh arg0, ahb arg1)
method_5520(class_322 arg0, class_1150 arg1)
getStartFromNbt(NbtCompound nbt, World world)
func_143035_a(NBTTagCompound arg0, World arg1)
public static StructurePiece
b(dh arg0, ahb arg1)
method_5522(class_322 arg0, class_1150 arg1)
getPieceFromNbt(NbtCompound nbt, World world)
func_143032_b(NBTTagCompound arg0, World arg1)