Uses of Class
net.minecraft.world.gen.feature.EndGatewayFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.world.gen.feature |
-
Uses of EndGatewayFeatureConfig in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type EndGatewayFeatureConfig Modifier and Type Method Description private static voidEndGatewayBlockEntity. createPortal(ServerWorld world, BlockPos pos, EndGatewayFeatureConfig endGatewayFeatureConfig) -
Uses of EndGatewayFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type EndGatewayFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<EndGatewayFeatureConfig>EndGatewayFeatureConfig. CODECstatic Feature<EndGatewayFeatureConfig>Feature. END_GATEWAYMethods in net.minecraft.world.gen.feature that return EndGatewayFeatureConfig Modifier and Type Method Description static EndGatewayFeatureConfigEndGatewayFeatureConfig. createConfig()static EndGatewayFeatureConfigEndGatewayFeatureConfig. createConfig(BlockPos exitPortalPosition, boolean exitsAtSpawn)Method parameters in net.minecraft.world.gen.feature with type arguments of type EndGatewayFeatureConfig Modifier and Type Method Description booleanEndGatewayFeature. generate(FeatureContext<EndGatewayFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type EndGatewayFeatureConfig Constructor Description EndGatewayFeature(com.mojang.serialization.Codec<EndGatewayFeatureConfig> configCodec)