Package net.minecraft.block
Class CopperBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.CopperBlock
- All Implemented Interfaces:
Oxidizable,ItemConvertible
public class CopperBlock extends Block implements Oxidizable
- Mappings:
Namespace Name official bxkintermediary net/minecraft/class_5548named net/minecraft/block/CopperBlock
-
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> -
Field Summary
Fields Modifier and Type Field Description private BlockoxidationResultFields inherited from class net.minecraft.block.Block
LOGGER, STATE_IDS, stateManagerFields inherited from class net.minecraft.block.AbstractBlock
collidable, dynamicBounds, FACINGS, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier -
Constructor Summary
Constructors Modifier Constructor Description protectedCopperBlock(AbstractBlock.Settings settings, Block block) -
Method Summary
Modifier and Type Method Description BlockStategetOxidationResult(BlockState state)voidonBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify)voidscheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random)Methods inherited from class net.minecraft.block.Block
addStacksForDisplay, afterBreak, appendProperties, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getPlacementState, getRawIdFromState, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toStringMethods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canPlaceAt, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getLootTableId, getMaxModelOffset, getOffsetType, getOpacity, getOutlineShape, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStateForNeighborUpdate, getStrongRedstonePower, getVisualShape, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isSideInvisible, mirror, neighborUpdate, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, rotateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.block.Oxidizable
getOxidationTime, oxidize, scheduleOxidation
-
Field Details
-
oxidationResult
- Mappings:
Namespace Name Mixin selector official aLbxk;a:Lbwq;intermediary field_27189Lnet/minecraft/class_5548;field_27189:Lnet/minecraft/class_2248;named oxidationResultLnet/minecraft/block/CopperBlock;oxidationResult:Lnet/minecraft/block/Block;
-
-
Constructor Details
-
CopperBlock
- Mappings:
Namespace Name Mixin selector official <init>Lbxk;<init>(Lchf$c;Lbwq;)Vintermediary <init>Lnet/minecraft/class_5548;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_2248;)Vnamed <init>Lnet/minecraft/block/CopperBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/block/Block;)V
-
-
Method Details
-
onBlockAdded
public void onBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify)- Overrides:
onBlockAddedin classAbstractBlock- Mappings:
Namespace Name Mixin selector official bLchf;b(Lchg;Lbtu;Lfx;Lchg;Z)Vintermediary method_9615Lnet/minecraft/class_4970;method_9615(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)Vnamed onBlockAddedLnet/minecraft/block/AbstractBlock;onBlockAdded(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)V
-
scheduledTick
- Overrides:
scheduledTickin classAbstractBlock- Mappings:
Namespace Name Mixin selector official aLchf;a(Lchg;Laav;Lfx;Ljava/util/Random;)Vintermediary method_9588Lnet/minecraft/class_4970;method_9588(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;)Vnamed scheduledTickLnet/minecraft/block/AbstractBlock;scheduledTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
-
getOxidationResult
- Specified by:
getOxidationResultin interfaceOxidizable- Mappings:
Namespace Name Mixin selector official aLbxj;a(Lchg;)Lchg;intermediary method_31639Lnet/minecraft/class_5547;method_31639(Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;named getOxidationResultLnet/minecraft/block/Oxidizable;getOxidationResult(Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
-