Package hiiragi283.core.common.block
Class HTWeatheringCopperBasinBlock
-
- All Implemented Interfaces:
-
hiiragi283.lib.block.HTBlockWithEntity,net.minecraft.world.flag.FeatureElement,net.minecraft.world.level.ItemLike,net.minecraft.world.level.block.ChangeOverTimeBlock,net.minecraft.world.level.block.EntityBlock,net.minecraft.world.level.block.WeatheringCopper,net.neoforged.neoforge.common.extensions.IBlockExtension
public final class HTWeatheringCopperBasinBlock extends HTCopperBasinBlock implements WeatheringCopper
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdescriptionIdprivate final FloatjumpFactorprivate final FloatspeedFactorprivate final Floatfrictionprivate final Optional<ResourceKey<LootTable>>lootTableprivate final StateDefinition<Block, BlockState>stateDefinitionprivate final WeatheringCopper.WeatherStateageprivate final FloatchanceModifierprivate final FloatexplosionResistanceprivate final MutableComponentname
-
Constructor Summary
Constructors Constructor Description HTWeatheringCopperBasinBlock(WeatheringCopper.WeatherState weatherState, BlockBehaviour.Properties properties)
-
Method Summary
Modifier and Type Method Description WeatheringCopper.WeatherStategetAge()-
Methods inherited from class net.minecraft.world.level.block.state.BlockBehaviour
asItem, defaultDestroyTime, defaultMapColor, getDescriptionId, getLootTable, properties -
Methods inherited from class net.minecraft.world.level.block.Block
animateTick, builtInRegistryHolder, defaultBlockState, destroy, dropFromExplosion, fallOn, getExplosionResistance, getFriction, getJumpFactor, getName, getSpeedFactor, getStateDefinition, getStateForPlacement, handlePrecipitation, hasDynamicShape, isPossibleToRespawnInThis, playerDestroy, playerWillDestroy, popExperience, stepOn, updateEntityMovementAfterFallOn, wasExploded, withPropertiesOf -
Methods inherited from class hiiragi283.core.common.block.HTWeatheringCopperBasinBlock
getAge -
Methods inherited from class net.minecraft.world.level.block.WeatheringCopper
getChanceModifier -
Methods inherited from class hiiragi283.lib.block.HTBasicEntityBlock
getBlockEntityType, setPlacedBy -
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, playFallSound, playStepSound, rotate, setBedOccupied, shouldCheckWeakPower, shouldDisplayFluidOverlay, shouldHideAdjacentFluidFace, supportsExternalFaceHiding -
Methods inherited from class net.minecraft.world.flag.FeatureElement
isEnabled, requiredFeatures -
Methods inherited from class hiiragi283.lib.block.HTBlockWithEntity
getTicker, newBlockEntity -
Methods inherited from class net.minecraft.world.level.block.EntityBlock
getListener -
Methods inherited from class net.minecraft.world.level.block.ChangeOverTimeBlock
changeOverTime, getNext, getNextState -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAge
WeatheringCopper.WeatherState getAge()
-
-
-
-