Package net.minecraft.block
Class OxidizableBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.OxidizableBlock
- All Implemented Interfaces:
Degradable<Oxidizable.OxidationLevel>,Oxidizable,ItemConvertible
- Mappings:
Namespace Name official cpdintermediary net/minecraft/class_5812named net/minecraft/block/OxidizableBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
Block.NeighborGroupNested classes/interfaces inherited from class net.minecraft.block.AbstractBlock
AbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>Nested classes/interfaces inherited from interface net.minecraft.block.Oxidizable
Oxidizable.OxidationLevel -
Field Summary
FieldsFields inherited from class net.minecraft.block.Block
field_31022, field_31023, field_31024, field_31025, field_31035, FORCE_STATE, MOVED, NO_REDRAW, NOTIFY_ALL, NOTIFY_LISTENERS, NOTIFY_NEIGHBORS, REDRAW_ON_MAIN_THREAD, SKIP_DROPS, SKIP_LIGHTING_UPDATES, STATE_IDS, stateManagerFields inherited from class net.minecraft.block.AbstractBlock
collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplierFields inherited from interface net.minecraft.block.Degradable
field_31056Fields inherited from interface net.minecraft.block.Oxidizable
OXIDATION_LEVEL_DECREASES, OXIDATION_LEVEL_INCREASES -
Constructor Summary
ConstructorsConstructorDescriptionOxidizableBlock(Oxidizable.OxidationLevel oxidationLevel, AbstractBlock.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasRandomTicks(BlockState state) voidrandomTick(BlockState state, ServerWorld world, BlockPos pos, AbstractRandom abstractRandom) Methods inherited from class net.minecraft.block.Block
afterBreak, appendProperties, appendStacks, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getPlacementState, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, spawnBreakParticles, toStringMethods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canPlaceAt, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getHardness, getLootTableId, getMaxHorizontalModelOffset, getOffsetType, getOpacity, getOutlineShape, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStateForNeighborUpdate, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, rotate, scheduledTickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.block.Degradable
tickDegradation, tryDegradeMethods inherited from interface net.minecraft.block.Oxidizable
getDegradationChanceMultiplier, getDegradationResult
-
Field Details
-
oxidationLevel
- Mappings:
Namespace Name Mixin selector official dLcpd;d:Lcpc$a;intermediary field_28709Lnet/minecraft/class_5812;field_28709:Lnet/minecraft/class_5955$class_5811;named oxidationLevelLnet/minecraft/block/OxidizableBlock;oxidationLevel:Lnet/minecraft/block/Oxidizable$OxidationLevel;
-
-
Constructor Details
-
OxidizableBlock
- Mappings:
Namespace Name Mixin selector official <init>Lcpd;<init>(Lcpc$a;Lcsf$c;)Vintermediary <init>Lnet/minecraft/class_5812;<init>(Lnet/minecraft/class_5955$class_5811;Lnet/minecraft/class_4970$class_2251;)Vnamed <init>Lnet/minecraft/block/OxidizableBlock;<init>(Lnet/minecraft/block/Oxidizable$OxidationLevel;Lnet/minecraft/block/AbstractBlock$Settings;)V
-
-
Method Details
-
randomTick
public void randomTick(BlockState state, ServerWorld world, BlockPos pos, AbstractRandom abstractRandom) - Overrides:
randomTickin classAbstractBlock- Mappings:
Namespace Name Mixin selector official bLcsf;b(Lcsg;Laej;Lgm;Laki;)Vintermediary method_9514Lnet/minecraft/class_4970;method_9514(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Vnamed randomTickLnet/minecraft/block/AbstractBlock;randomTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/gen/random/AbstractRandom;)V
-
hasRandomTicks
- Overrides:
hasRandomTicksin classBlock- Mappings:
Namespace Name Mixin selector official e_Lcgm;e_(Lcsg;)Zintermediary method_9542Lnet/minecraft/class_2248;method_9542(Lnet/minecraft/class_2680;)Znamed hasRandomTicksLnet/minecraft/block/Block;hasRandomTicks(Lnet/minecraft/block/BlockState;)Z
-
getDegradationLevel
- Specified by:
getDegradationLevelin interfaceDegradable<Oxidizable.OxidationLevel>- Mappings:
Namespace Name Mixin selector official cLcpd;c()Lcpc$a;intermediary method_33632Lnet/minecraft/class_5812;method_33632()Lnet/minecraft/class_5955$class_5811;named getDegradationLevelLnet/minecraft/block/OxidizableBlock;getDegradationLevel()Lnet/minecraft/block/Oxidizable$OxidationLevel;
-