Uses of Class
net.minecraft.world.gen.feature.EndGatewayConfig
-
Packages that use EndGatewayConfig Package Description net.minecraft.world.gen.feature -
-
Uses of EndGatewayConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type EndGatewayConfig Modifier and Type Field Description static com.mojang.serialization.Codec<EndGatewayConfig>
EndGatewayConfig. CODEC
static Feature<EndGatewayConfig>
Feature. END_GATEWAY
Methods in net.minecraft.world.gen.feature that return EndGatewayConfig Modifier and Type Method Description static EndGatewayConfig
EndGatewayConfig. delayedExitSearch()
static EndGatewayConfig
EndGatewayConfig. knownExit(BlockPos p_214702_0_, boolean p_214702_1_)
Methods in net.minecraft.world.gen.feature with parameters of type EndGatewayConfig Modifier and Type Method Description boolean
EndGatewayFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.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 EndGatewayConfig Constructor Description EndGatewayFeature(com.mojang.serialization.Codec<EndGatewayConfig> p_i231951_1_)
-