Uses of Class
net.minecraft.world.gen.feature.EndGatewayFeatureConfig
Packages that use EndGatewayFeatureConfig
-
Uses of EndGatewayFeatureConfig in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type EndGatewayFeatureConfigModifier and TypeMethodDescriptionprivate static void
EndGatewayBlockEntity.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 EndGatewayFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<EndGatewayFeatureConfig>
EndGatewayFeatureConfig.CODEC
static Feature<EndGatewayFeatureConfig>
Feature.END_GATEWAY
Methods in net.minecraft.world.gen.feature that return EndGatewayFeatureConfigModifier and TypeMethodDescriptionstatic EndGatewayFeatureConfig
EndGatewayFeatureConfig.createConfig()
static EndGatewayFeatureConfig
EndGatewayFeatureConfig.createConfig(BlockPos exitPortalPosition, boolean exitsAtSpawn)
Method parameters in net.minecraft.world.gen.feature with type arguments of type EndGatewayFeatureConfigModifier and TypeMethodDescriptionboolean
EndGatewayFeature.generate(FeatureContext<EndGatewayFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type EndGatewayFeatureConfigModifierConstructorDescriptionEndGatewayFeature(com.mojang.serialization.Codec<EndGatewayFeatureConfig> configCodec)