Uses of Class
net.minecraft.world.level.portal.PortalShape
Package
Description
-
Uses of PortalShape in net.minecraft.world.level.portal
Modifier and TypeMethodDescriptionstatic Optional<PortalShape>
PortalShape.findEmptyPortalShape(LevelAccessor p_77709_, BlockPos p_77710_, Direction.Axis p_77711_)
static Optional<PortalShape>
PortalShape.findPortalShape(LevelAccessor p_77713_, BlockPos p_77714_, Predicate<PortalShape> p_77715_, Direction.Axis p_77716_)
Modifier and TypeMethodDescriptionstatic Optional<PortalShape>
PortalShape.findPortalShape(LevelAccessor p_77713_, BlockPos p_77714_, Predicate<PortalShape> p_77715_, Direction.Axis p_77716_)
-
Uses of PortalShape in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic Optional<PortalShape>
ForgeEventFactory.onTrySpawnPortal(LevelAccessor world, BlockPos pos, Optional<PortalShape> size)
Modifier and TypeMethodDescriptionstatic Optional<PortalShape>
ForgeEventFactory.onTrySpawnPortal(LevelAccessor world, BlockPos pos, Optional<PortalShape> size)
-
Uses of PortalShape in net.minecraftforge.event.world
ModifierConstructorDescriptionPortalSpawnEvent(LevelAccessor world, BlockPos pos, BlockState state, PortalShape size)