| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraftforge.event | |
| net.minecraftforge.event.world |
| Modifier and Type | Method and Description |
|---|---|
NetherPortalBlock.Size |
NetherPortalBlock.isPortal(IWorld worldIn,
BlockPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ForgeEventFactory.onTrySpawnPortal(IWorld world,
BlockPos pos,
NetherPortalBlock.Size size) |
| Modifier and Type | Field and Description |
|---|---|
private NetherPortalBlock.Size |
BlockEvent.PortalSpawnEvent.size |
| Modifier and Type | Method and Description |
|---|---|
NetherPortalBlock.Size |
BlockEvent.PortalSpawnEvent.getPortalSize() |
| Constructor and Description |
|---|
PortalSpawnEvent(IWorld world,
BlockPos pos,
BlockState state,
NetherPortalBlock.Size size) |