Package dev.lapis256.apprep.common.block
Class ReplicationConnectorBlock
-
- All Implemented Interfaces:
-
appeng.api.orientation.IOrientableBlock,com.hrznstudio.titanium.block_network.INetworkDirectionalConnection,net.minecraft.world.flag.FeatureElement,net.minecraft.world.level.ItemLike,net.minecraft.world.level.block.EntityBlock,net.neoforged.neoforge.common.extensions.IBlockExtension
public final class ReplicationConnectorBlock extends AEBaseEntityBlock<ReplicationConnectorBlockEntity> implements INetworkDirectionalConnection
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdescriptionIdprivate final FloatjumpFactorprivate final FloatspeedFactorprivate final BlockEntityType<ReplicationConnectorBlockEntity>blockEntityTypeprivate final IOrientationStrategyorientationStrategyprivate final Floatfrictionprivate final ResourceKey<LootTable>lootTableprivate final StateDefinition<Block, BlockState>stateDefinitionprivate final ResourceLocationregistryNameprivate final FloatexplosionResistanceprivate final MutableComponentname
-
Constructor Summary
Constructors Constructor Description ReplicationConnectorBlock()
-
Method Summary
Modifier and Type Method Description BooleancanConnect(Level level, BlockPos pos, BlockState state, Direction side)-
Methods inherited from class net.minecraft.world.level.block.Block
animateTick, appendHoverText, builtInRegistryHolder, defaultBlockState, destroy, dropFromExplosion, fallOn, getCloneItemStack, getDescriptionId, getExplosionResistance, getFriction, getJumpFactor, getName, getSpeedFactor, getStateDefinition, getStateForPlacement, handlePrecipitation, hasDynamicShape, initializeClient, isPossibleToRespawnInThis, playerDestroy, playerWillDestroy, popExperience, setPlacedBy, stepOn, updateEntityAfterFallOn, wasExploded, withPropertiesOf -
Methods inherited from class dev.lapis256.apprep.common.block.ReplicationConnectorBlock
getBlockEntityType -
Methods inherited from class appeng.block.AEBaseBlock
addToMainCreativeTab, getOrientationStrategy, getRegistryName -
Methods inherited from class net.minecraft.world.level.block.state.BlockBehaviour
asItem, defaultDestroyTime, defaultMapColor, getAnalogOutputSignal, getDrops, getLootTable, hasAnalogOutputSignal, onRemove, properties, triggerEvent -
Methods inherited from class appeng.block.AEBaseEntityBlock
getBlockEntity, getBlockEntity, getBlockEntityBlockState, getBlockEntityType, setBlockEntity -
Methods inherited from class net.minecraft.world.level.block.EntityBlock
getListener, getTicker, newBlockEntity -
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, ignitedByLava, isBed, isBurning, isConduitFrame, isEmpty, isFertile, isFireSource, isFlammable, isLadder, isPortalFrame, isScaffolding, isSlimeBlock, isStickyBlock, makesOpenTrapdoorAboveClimbable, onBlockExploded, onBlockStateChange, onCaughtFire, onDestroyedByPlayer, onDestroyedByPushReaction, onNeighborChange, onTreeGrow, rotate, setBedOccupied, shouldCheckWeakPower, shouldDisplayFluidOverlay, shouldHideAdjacentFluidFace, supportsExternalFaceHiding -
Methods inherited from class net.minecraft.world.flag.FeatureElement
isEnabled, requiredFeatures -
Methods inherited from class appeng.api.orientation.IOrientableBlock
getOrientation -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canConnect
Boolean canConnect(Level level, BlockPos pos, BlockState state, Direction side)
-
-
-
-