Package codechicken.multipart.api.part
Interface EdgePart
- All Superinterfaces:
MultiPart,SlottedPart
- All Known Implementing Classes:
EdgeMicroblockPart
Interface which must be implemented by parts that go in an edge slot.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturn true if this part can conduct redstone signal or let redstone signal pass through it.Methods inherited from interface codechicken.multipart.api.part.MultiPart
addDestroyEffects, addHitEffects, addLandingEffects, addRunningEffects, capCache, click, getBlockSupportShape, getCloneStack, getCollisionShape, getDrops, getExplosionResistance, getInteractionShape, getLightEmission, getModelData, getPlacementSound, getRenderBounds, getRenderOcclusionShape, getShape, getStrength, getType, getVisualShape, harvest, hasLevel, hasTile, invalidateConvertedTile, level, load, occlusionTest, onAdded, onChunkLoad, onChunkUnload, onConverted, onEntityCollision, onEntityStanding, onMoved, onNeighborBlockChanged, onPartChanged, onRemoved, onWorldJoin, onWorldSeparate, pos, preRemove, readDesc, readUpdate, save, scheduledTick, scheduleTick, sendUpdate, tile, useItemOn, useWithoutItem, writeDescMethods inherited from interface codechicken.multipart.api.part.SlottedPart
getSlotMask
-
Method Details
-
conductsRedstone
default boolean conductsRedstone()Return true if this part can conduct redstone signal or let redstone signal pass through it.
-