Uses of Class
net.minecraft.world.dimension.NetherPortal
Packages that use NetherPortal
-
Uses of NetherPortal in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return NetherPortalModifier and TypeMethodDescriptionstatic NetherPortal
NetherPortal.getOnAxis
(BlockView world, BlockPos pos, Direction.Axis axis) Methods in net.minecraft.world.dimension that return types with arguments of type NetherPortalModifier and TypeMethodDescriptionstatic Optional
<NetherPortal> NetherPortal.getNewPortal
(WorldAccess world, BlockPos pos, Direction.Axis firstCheckedAxis) static Optional
<NetherPortal> NetherPortal.getOrEmpty
(WorldAccess world, BlockPos pos, Predicate<NetherPortal> validator, Direction.Axis firstCheckedAxis) Method parameters in net.minecraft.world.dimension with type arguments of type NetherPortalModifier and TypeMethodDescriptionstatic Optional
<NetherPortal> NetherPortal.getOrEmpty
(WorldAccess world, BlockPos pos, Predicate<NetherPortal> validator, Direction.Axis firstCheckedAxis)