Package codechicken.multipart.minecraft
Class SoulTorchPart
java.lang.Object
codechicken.multipart.api.part.BaseMultipart
codechicken.multipart.minecraft.McStatePart
codechicken.multipart.minecraft.McSidedStatePart
codechicken.multipart.minecraft.TorchPart
codechicken.multipart.minecraft.SoulTorchPart
- All Implemented Interfaces:
AnimateTickPart,FacePart,IconHitEffectsPart,ModelRenderPart,MultiPart,NormalOcclusionPart,SlottedPart
-
Field Summary
Fields inherited from class codechicken.multipart.minecraft.TorchPart
STANDING_OCCLUSION, WALL_OCCLUSIONFields inherited from class codechicken.multipart.minecraft.McStatePart
state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.level.block.BlockgetType()Returns theMultipartTyperegistry entry for this part.protected net.minecraft.world.level.block.BlockMethods inherited from class codechicken.multipart.minecraft.TorchPart
animateTick, defaultBlockState, getDropStack, getOcclusionShape, getSide, setStateOnPlacementMethods inherited from class codechicken.multipart.minecraft.McSidedStatePart
canStay, drop, dropIfCantStay, getSlotMask, onNeighborBlockChanged, redstoneConductionMapMethods inherited from class codechicken.multipart.minecraft.McStatePart
getBlockSupportShape, getBounds, getBreakingIcon, getBrokenIcon, getCloneStack, getCollisionShape, getCurrentState, getDrops, getInteractionShape, getLightEmission, getPlacementSound, getRenderOcclusionShape, getShape, getStrength, getVisualShape, load, occlusionTest, readDesc, save, writeDescMethods inherited from class codechicken.multipart.api.part.BaseMultipart
bind, hasTile, tileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface codechicken.multipart.api.part.IconHitEffectsPart
addDestroyEffects, addHitEffectsMethods inherited from interface codechicken.multipart.api.part.ModelRenderPart
getModelDataMethods inherited from interface codechicken.multipart.api.part.MultiPart
addLandingEffects, addRunningEffects, capCache, click, getBlockSupportShape, getCloneStack, getCollisionShape, getDrops, getExplosionResistance, getInteractionShape, getLightEmission, getPlacementSound, getRenderBounds, getRenderOcclusionShape, getShape, getStrength, getVisualShape, harvest, hasLevel, hasTile, invalidateConvertedTile, level, load, onAdded, onChunkLoad, onChunkUnload, onConverted, onEntityCollision, onEntityStanding, onMoved, onNeighborBlockChanged, onPartChanged, onRemoved, onWorldJoin, onWorldSeparate, pos, preRemove, readDesc, readUpdate, save, scheduledTick, scheduleTick, sendUpdate, tile, useItemOn, useWithoutItem, writeDesc
-
Constructor Details
-
SoulTorchPart
public SoulTorchPart() -
SoulTorchPart
public SoulTorchPart(net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
getStandingBlock
protected net.minecraft.world.level.block.Block getStandingBlock()- Overrides:
getStandingBlockin classTorchPart
-
getWallBlock
protected net.minecraft.world.level.block.Block getWallBlock()- Overrides:
getWallBlockin classTorchPart
-
getType
Description copied from interface:MultiPartReturns theMultipartTyperegistry entry for this part.- Specified by:
getTypein interfaceMultiPart- Overrides:
getTypein classTorchPart- Returns:
- The
MultipartType. - See Also:
-