Uses of Class
net.minecraft.world.gen.feature.EndGatewayConfig
Packages that use EndGatewayConfig
-
Uses of EndGatewayConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type EndGatewayConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EndGatewayConfig>
EndGatewayConfig.CODEC
static final Feature<EndGatewayConfig>
Feature.END_GATEWAY
Methods in net.minecraft.world.gen.feature that return EndGatewayConfigModifier and TypeMethodDescriptionstatic EndGatewayConfig
EndGatewayConfig.delayedExitSearch()
static EndGatewayConfig
Methods in net.minecraft.world.gen.feature with parameters of type EndGatewayConfigModifier and TypeMethodDescriptionboolean
EndGatewayFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, EndGatewayConfig p_241855_5_) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type EndGatewayConfigModifierConstructorDescriptionEndGatewayFeature
(com.mojang.serialization.Codec<EndGatewayConfig> p_i231951_1_)