Package codechicken.multipart.api.part
Interface CapabilityProviderPart
- All Superinterfaces:
MultiPart
Created by covers1624 on 7/1/21.
-
Method Summary
Modifier and TypeMethodDescription<T,C> T getCapability(net.neoforged.neoforge.capabilities.BlockCapability<T, C> capability, C context) 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, writeDesc
-
Method Details
-
getCapability
@Nullable <T,C> T getCapability(net.neoforged.neoforge.capabilities.BlockCapability<T, C> capability, C context)
-