Package | Description |
---|---|
com.legacy.structure_gel.util |
Modifier and Type | Method and Description |
---|---|
static GelTeleporter.CreatePortalBehavior |
GelTeleporter.CreatePortalBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GelTeleporter.CreatePortalBehavior[] |
GelTeleporter.CreatePortalBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GelTeleporter(net.minecraft.world.server.ServerWorld worldIn,
java.util.function.Supplier<net.minecraft.util.RegistryKey<net.minecraft.world.World>> dimension1,
java.util.function.Supplier<net.minecraft.util.RegistryKey<net.minecraft.world.World>> dimension2,
java.util.function.Supplier<net.minecraft.village.PointOfInterestType> portalPOI,
java.util.function.Supplier<GelPortalBlock> portalBlock,
java.util.function.Supplier<net.minecraft.block.BlockState> frameBlock,
GelTeleporter.CreatePortalBehavior placementBehavior) |