Uses of Class
net.minecraft.block.PortalSize
-
Uses of PortalSize in net.minecraft.block
Modifier and TypeMethodDescriptionstatic Optional<PortalSize>
PortalSize.findEmptyPortalShape
(IWorld p_242964_0_, BlockPos p_242964_1_, Direction.Axis p_242964_2_) static Optional<PortalSize>
PortalSize.findPortalShape
(IWorld p_242965_0_, BlockPos p_242965_1_, Predicate<PortalSize> p_242965_2_, Direction.Axis p_242965_3_) Modifier and TypeMethodDescriptionstatic Optional<PortalSize>
PortalSize.findPortalShape
(IWorld p_242965_0_, BlockPos p_242965_1_, Predicate<PortalSize> p_242965_2_, Direction.Axis p_242965_3_) -
Uses of PortalSize in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic Optional<PortalSize>
ForgeEventFactory.onTrySpawnPortal
(IWorld world, BlockPos pos, Optional<PortalSize> size) Modifier and TypeMethodDescriptionstatic Optional<PortalSize>
ForgeEventFactory.onTrySpawnPortal
(IWorld world, BlockPos pos, Optional<PortalSize> size) -
Uses of PortalSize in net.minecraftforge.event.world
ModifierConstructorDescriptionPortalSpawnEvent
(IWorld world, BlockPos pos, BlockState state, PortalSize size)