Uses of Class
net.minecraft.world.gen.feature.EndGatewayFeatureConfig
-
Uses of EndGatewayFeatureConfig in net.minecraft.block.entity
Modifier and TypeMethodDescriptionprivate static void
EndGatewayBlockEntity.createPortal(ServerWorld world, BlockPos pos, EndGatewayFeatureConfig config)
-
Uses of EndGatewayFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<EndGatewayFeatureConfig>
EndGatewayFeatureConfig.CODEC
static Feature<EndGatewayFeatureConfig>
Feature.END_GATEWAY
Modifier and TypeMethodDescriptionstatic EndGatewayFeatureConfig
EndGatewayFeatureConfig.createConfig()
static EndGatewayFeatureConfig
EndGatewayFeatureConfig.createConfig(BlockPos exitPortalPosition, boolean exitsAtSpawn)
Modifier and TypeMethodDescriptionboolean
EndGatewayFeature.generate(FeatureContext<EndGatewayFeatureConfig> context)
ModifierConstructorDescriptionEndGatewayFeature(com.mojang.serialization.Codec<EndGatewayFeatureConfig> configCodec)