Uses of Class
net.minecraft.block.PortalSize
-
Packages that use PortalSize Package Description net.minecraft.block net.minecraftforge.event net.minecraftforge.event.world -
-
Uses of PortalSize in net.minecraft.block
Methods in net.minecraft.block that return types with arguments of type PortalSize Modifier and Type Method Description static java.util.Optional<PortalSize>
PortalSize. findEmptyPortalShape(IWorld p_242964_0_, BlockPos p_242964_1_, Direction.Axis p_242964_2_)
static java.util.Optional<PortalSize>
PortalSize. findPortalShape(IWorld p_242965_0_, BlockPos p_242965_1_, java.util.function.Predicate<PortalSize> p_242965_2_, Direction.Axis p_242965_3_)
Method parameters in net.minecraft.block with type arguments of type PortalSize Modifier and Type Method Description static java.util.Optional<PortalSize>
PortalSize. findPortalShape(IWorld p_242965_0_, BlockPos p_242965_1_, java.util.function.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 PortalSize Modifier and Type Method Description static java.util.Optional<PortalSize>
ForgeEventFactory. onTrySpawnPortal(IWorld world, BlockPos pos, java.util.Optional<PortalSize> size)
Method parameters in net.minecraftforge.event with type arguments of type PortalSize Modifier and Type Method Description static java.util.Optional<PortalSize>
ForgeEventFactory. onTrySpawnPortal(IWorld world, BlockPos pos, java.util.Optional<PortalSize> size)
-
Uses of PortalSize in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as PortalSize Modifier and Type Field Description private PortalSize
BlockEvent.PortalSpawnEvent. size
Methods in net.minecraftforge.event.world that return PortalSize Modifier and Type Method Description PortalSize
BlockEvent.PortalSpawnEvent. getPortalSize()
Constructors in net.minecraftforge.event.world with parameters of type PortalSize Constructor Description PortalSpawnEvent(IWorld world, BlockPos pos, BlockState state, PortalSize size)
-