Uses of Class
net.minecraft.block.PortalSize
Packages that use PortalSize
-
Uses of PortalSize in net.minecraft.block
Methods in net.minecraft.block that return types with arguments of type PortalSizeModifier 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_) Method parameters in net.minecraft.block with type arguments of type PortalSizeModifier 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
Methods in net.minecraftforge.event that return types with arguments of type PortalSizeModifier and TypeMethodDescriptionstatic Optional<PortalSize>
ForgeEventFactory.onTrySpawnPortal
(IWorld world, BlockPos pos, Optional<PortalSize> size) Method parameters in net.minecraftforge.event with type arguments of type PortalSizeModifier and TypeMethodDescriptionstatic Optional<PortalSize>
ForgeEventFactory.onTrySpawnPortal
(IWorld world, BlockPos pos, Optional<PortalSize> size) -
Uses of PortalSize in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as PortalSizeMethods in net.minecraftforge.event.world that return PortalSizeConstructors in net.minecraftforge.event.world with parameters of type PortalSizeModifierConstructorDescriptionPortalSpawnEvent
(IWorld world, BlockPos pos, BlockState state, PortalSize size)