Class ExitBlock

  • All Implemented Interfaces:
    net.minecraft.world.flag.FeatureElement , net.minecraft.world.level.ItemLike , net.minecraft.world.level.block.Portal , net.neoforged.neoforge.common.extensions.IBlockExtension

    
    public final class ExitBlock
    extends Block implements Portal
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitBlock(BlockBehaviour.Properties properties)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side)
      Boolean propagatesSkylightDown(BlockState state, BlockGetter reader, BlockPos pos)
      Integer getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos)
      VoxelShape getVisualShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context)
      Unit entityInside(BlockState state, Level level, BlockPos pos, Entity entity)
      DimensionTransition getPortalDestination(ServerLevel level, Entity entity, BlockPos pos)
      • Methods inherited from class net.minecraft.world.level.block.Block

        animateTick, appendHoverText, asBlock, asItem, builtInRegistryHolder, codec, createBlockStateDefinition, defaultBlockState, destroy, dropFromExplosion, fallOn, getCloneItemStack, getDescriptionId, getExplosionResistance, getFriction, getJumpFactor, getName, getShapeForEachState, getSpeedFactor, getStateDefinition, getStateForPlacement, handlePrecipitation, hasDynamicShape, initializeClient, isPossibleToRespawnInThis, playerDestroy, playerWillDestroy, popExperience, registerDefaultState, setPlacedBy, spawnDestroyParticles, stepOn, toString, tryDropExperience, updateEntityAfterFallOn, wasExploded, withPropertiesOf
      • Methods inherited from class net.minecraft.world.level.block.state.BlockBehaviour

        attack, canBeReplaced, canBeReplaced, canSurvive, defaultDestroyTime, defaultMapColor, getAnalogOutputSignal, getBlockSupportShape, getCollisionShape, getDestroyProgress, getDirectSignal, getDrops, getFluidState, getInteractionShape, getLootTable, getMaxHorizontalOffset, getMaxVerticalOffset, getMenuProvider, getOcclusionShape, getRenderShape, getSeed, getShadeBrightness, getShape, getSignal, getSoundType, hasAnalogOutputSignal, isAir, isCollisionShapeFullBlock, isOcclusionShapeFullBlock, isPathfindable, isRandomlyTicking, isSignalSource, mirror, neighborChanged, onExplosionHit, onPlace, onProjectileHit, onRemove, properties, randomTick, requiredFeatures, rotate, spawnAfterBreak, tick, triggerEvent, updateIndirectNeighbourShapes, updateShape, useItemOn, useShapeForLightOcclusion, useWithoutItem
      • Methods inherited from class net.minecraft.world.flag.FeatureElement

        isEnabled
      • Methods inherited from class net.neoforged.neoforge.common.extensions.IBlockExtension

        addLandingEffects, addRunningEffects, canBeHydrated, canConnectRedstone, canDropFromExplosion, canEntityDestroy, canHarvestBlock, canStickTo, canSustainPlant, collisionExtendsVertically, getAdjacentBlockPathType, getAppearance, getBeaconColorMultiplier, getBedDirection, getBlockPathType, getBubbleColumnDirection, getCloneItemStack, getEnchantPowerBonus, getExpDrop, getExplosionResistance, getFireSpreadSpeed, getFlammability, getFriction, getLightEmission, getMapColor, getPistonPushReaction, getRespawnPosition, getSoundType, getStateAtViewpoint, getToolModifiedState, getWeakChanges, hasDynamicLightEmission, hidesNeighborFace, isBed, isBurning, isConduitFrame, isEmpty, isFertile, isFireSource, isFlammable, isLadder, isPortalFrame, isScaffolding, isSlimeBlock, isStickyBlock, makesOpenTrapdoorAboveClimbable, onBlockExploded, onBlockStateChange, onCaughtFire, onDestroyedByPlayer, onDestroyedByPushReaction, onNeighborChange, onTreeGrow, rotate, self, setBedOccupied, shouldCheckWeakPower, shouldDisplayFluidOverlay, shouldHideAdjacentFluidFace, supportsExternalFaceHiding
      • Methods inherited from class net.minecraft.world.level.block.Portal

        getLocalTransition, getPortalTransitionTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExitBlock

        ExitBlock(BlockBehaviour.Properties properties)
    • Method Detail

      • skipRendering

         Boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side)
      • getVisualShape

         VoxelShape getVisualShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context)
      • entityInside

         Unit entityInside(BlockState state, Level level, BlockPos pos, Entity entity)
      • getPortalDestination

         DimensionTransition getPortalDestination(ServerLevel level, Entity entity, BlockPos pos)