Uses of Class
net.minecraft.world.level.portal.PortalShape
Packages that use PortalShape
Package
Description
-
Uses of PortalShape in net.minecraft.world.level.portal
Methods in net.minecraft.world.level.portal that return PortalShapeModifier and TypeMethodDescriptionstatic PortalShapePortalShape.findAnyShape(BlockGetter level, BlockPos pos, Direction.Axis axis) Methods in net.minecraft.world.level.portal that return types with arguments of type PortalShapeModifier and TypeMethodDescriptionstatic Optional<PortalShape> PortalShape.findEmptyPortalShape(LevelAccessor level, BlockPos pos, Direction.Axis preferredAxis) static Optional<PortalShape> PortalShape.findPortalShape(LevelAccessor level, BlockPos pos, Predicate<PortalShape> isValid, Direction.Axis preferredAxis) Method parameters in net.minecraft.world.level.portal with type arguments of type PortalShapeModifier and TypeMethodDescriptionstatic Optional<PortalShape> PortalShape.findPortalShape(LevelAccessor level, BlockPos pos, Predicate<PortalShape> isValid, Direction.Axis preferredAxis) -
Uses of PortalShape in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event that return types with arguments of type PortalShapeModifier and TypeMethodDescriptionstatic Optional<PortalShape> EventHooks.onTrySpawnPortal(LevelAccessor level, BlockPos pos, Optional<PortalShape> size) Method parameters in net.neoforged.neoforge.event with type arguments of type PortalShapeModifier and TypeMethodDescriptionstatic Optional<PortalShape> EventHooks.onTrySpawnPortal(LevelAccessor level, BlockPos pos, Optional<PortalShape> size) -
Uses of PortalShape in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as PortalShapeMethods in net.neoforged.neoforge.event.level that return PortalShapeConstructors in net.neoforged.neoforge.event.level with parameters of type PortalShapeModifierConstructorDescriptionPortalSpawnEvent(LevelAccessor level, BlockPos pos, BlockState state, PortalShape size)