Class AbstractSignBlock
- All Implemented Interfaces:
- BlockEntityProvider,- FluidDrainable,- FluidFillable,- Waterloggable,- ItemConvertible,- ToggleableFeature
- Direct Known Subclasses:
- HangingSignBlock,- SignBlock,- WallHangingSignBlock,- WallSignBlock
- Mappings:
- Namespace - Name - official - cwn- intermediary - net/minecraft/class_2478- named - net/minecraft/block/AbstractSignBlock
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.block.BlockBlock.NeighborGroupNested classes/interfaces inherited from class net.minecraft.block.AbstractBlockAbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.Offsetter, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final floatprotected static final VoxelShapeprivate final WoodTypestatic final BooleanPropertyFields inherited from class net.minecraft.block.Blockfield_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, STATE_IDS, stateManagerFields inherited from class net.minecraft.block.AbstractBlockcollidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, randomTicks, requiredFeatures, resistance, settings, slipperiness, soundGroup, velocityMultiplierFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractSignBlock(AbstractBlock.Settings settings, WoodType type) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanMobSpawnInside(BlockState state) createBlockEntity(BlockPos pos, BlockState state) Returns a new block entity instance.getCenter(BlockState state) getFluidState(BlockState state) Returns the state's associated fluid state.getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) abstract floatgetRotationDegrees(BlockState state) getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos) Returns the state of the block after a neighboring block's state change.<T extends BlockEntity>
 @Nullable BlockEntityTicker<T>getTicker(World world, BlockState state, BlockEntityType<T> type) Returns the "ticker" for the block's block entity, ornullif the block entity does not need to be ticked.static WoodTypegetWoodType(Block block) private booleanisOtherPlayerEditing(PlayerEntity player, SignBlockEntity blockEntity) private booleanisTextLiteralOrEmpty(PlayerEntity player, SignBlockEntity blockEntity, boolean front) onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) Called when this block is used by a player.voidopenEditScreen(PlayerEntity player, SignBlockEntity blockEntity, boolean front) Methods inherited from class net.minecraft.block.BlockWithEntitycheckType, createScreenHandlerFactory, getRenderType, onSyncedBlockEventMethods inherited from class net.minecraft.block.BlockafterBreak, appendProperties, appendTooltip, asBlock, asItem, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getPlacementState, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTransparent, 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.AbstractBlockcalcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canPlaceAt, canReplace, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getHardness, getLootTableId, getMaxHorizontalModelOffset, getOpacity, getRaycastShape, getRenderingSeed, getRequiredFeatures, getSidesShape, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, prepare, randomTick, rotate, scheduledTickMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.block.BlockEntityProvidergetGameEventListenerMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabledMethods inherited from interface net.minecraft.block.WaterloggablecanFillWithFluid, getBucketFillSound, tryDrainFluid, tryFillWithFluid
- 
Field Details- 
WATERLOGGED- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcwn;e:Ldcs;- intermediary - field_11491- Lnet/minecraft/class_2478;field_11491:Lnet/minecraft/class_2746;- named - WATERLOGGED- Lnet/minecraft/block/AbstractSignBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
 
- 
field_31243protected static final float field_31243- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lcwn;f:F- intermediary - field_31243- Lnet/minecraft/class_2478;field_31243:F- named - field_31243- Lnet/minecraft/block/AbstractSignBlock;field_31243:F
 
- 
SHAPE- Mappings:
- Namespace - Name - Mixin selector - official - g- Lcwn;g:Lefb;- intermediary - field_11492- Lnet/minecraft/class_2478;field_11492:Lnet/minecraft/class_265;- named - SHAPE- Lnet/minecraft/block/AbstractSignBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
 
- 
type- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcwn;a:Lddo;- intermediary - field_21675- Lnet/minecraft/class_2478;field_21675:Lnet/minecraft/class_4719;- named - type- Lnet/minecraft/block/AbstractSignBlock;type:Lnet/minecraft/block/WoodType;
 
 
- 
- 
Constructor Details- 
AbstractSignBlock- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcwn;<init>(Ldca$d;Lddo;)V- intermediary - <init>- Lnet/minecraft/class_2478;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_4719;)V- named - <init>- Lnet/minecraft/block/AbstractSignBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/block/WoodType;)V
 
 
- 
- 
Method Details- 
getStateForNeighborUpdatepublic BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos) Returns the state of the block after a neighboring block's state change.Returning Blocks.AIRbreaks the block. This is useful to implement supporting block requirement for blocks (if used along withAbstractBlock.canPlaceAt(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.util.math.BlockPos)).Side effects like activating a redstone component (but not scheduling a tick) should be performed in AbstractBlock.neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.util.math.BlockPos, boolean)instead. If the block supports waterlogging and currently has water, this method should be overridden to tick the fluid at the block's position.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using World.isClient. This is not called ifBlock.FORCE_STATEflag is set in thesetBlockStatecall.This method can be used for multiple purposes. Here are some examples: - FenceBlockuses it to update the fence's connection when a horizontally neighboring block's state is changed.
- PlantBlockuses it to break the plant if the state change causes it to lose its supporting block.
- DoorBlockuses it to copy the state of the other half of the door.
- SlabBlockuses it to schedule the fluid to tick if waterlogged.
- SoulSandBlockuses it to schedule the water block above to tick so that it becomes a bubble column.
- FallingBlockuses it to schedule the block to tick so that it can fall if needed.
 - Overrides:
- getStateForNeighborUpdatein class- AbstractBlock
- Parameters:
- state- the state of this block
- direction- the direction from this block to the neighbor
- neighborState- the state of the updated neighbor block
- world- the world
- pos- the position of this block
- neighborPos- the position of the neighbor block
- Returns:
- the state of the block after a neighboring block's state change
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldca;a(Ldcb;Lha;Ldcb;Lcmn;Lgu;Lgu;)Ldcb;- intermediary - method_9559- Lnet/minecraft/class_4970;method_9559(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;- named - getStateForNeighborUpdate- Lnet/minecraft/block/AbstractBlock;getStateForNeighborUpdate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
 
- 
getOutlineShapepublic VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) - Overrides:
- getOutlineShapein class- AbstractBlock
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldca;a(Ldcb;Lcls;Lgu;Leen;)Lefb;- intermediary - method_9530- Lnet/minecraft/class_4970;method_9530(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;- named - getOutlineShape- Lnet/minecraft/block/AbstractBlock;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
 
- 
canMobSpawnInside- Overrides:
- canMobSpawnInsidein class- Block
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcpn;a(Ldcb;)Z- intermediary - method_9538- Lnet/minecraft/class_2248;method_9538(Lnet/minecraft/class_2680;)Z- named - canMobSpawnInside- Lnet/minecraft/block/Block;canMobSpawnInside(Lnet/minecraft/block/BlockState;)Z
 
- 
createBlockEntityReturns a new block entity instance.For example: @Override public BlockEntity createBlockEntity(BlockPos pos, BlockState state) { return new MyBlockEntity(pos, state); }- Specified by:
- createBlockEntityin interface- BlockEntityProvider
- Returns:
- a new block entity instance
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcsb;a(Lgu;Ldcb;)Lczn;- intermediary - method_10123- Lnet/minecraft/class_2343;method_10123(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2586;- named - createBlockEntity- Lnet/minecraft/block/BlockEntityProvider;createBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/entity/BlockEntity;
 
- 
onUsepublic ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) Called when this block is used by a player. This, by default, is bound to using the right mouse button.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using world.isClient().If the action result is successful on a logical client, then the action will be sent to the logical server for processing. - Overrides:
- onUsein class- AbstractBlock
- Returns:
- an action result that specifies if using the block was successful.
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldca;a(Ldcb;Lcmm;Lgu;Lbyo;Lbdw;Leee;)Lbdx;- intermediary - method_9534- Lnet/minecraft/class_4970;method_9534(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269;- named - onUse- Lnet/minecraft/block/AbstractBlock;onUse(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;)Lnet/minecraft/util/ActionResult;
 
- 
isTextLiteralOrEmptyprivate boolean isTextLiteralOrEmpty(PlayerEntity player, SignBlockEntity blockEntity, boolean front) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lcwn;b(Lbyo;Ldav;Z)Z- intermediary - method_51173- Lnet/minecraft/class_2478;method_51173(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;Z)Z- named - isTextLiteralOrEmpty- Lnet/minecraft/block/AbstractSignBlock;isTextLiteralOrEmpty(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;Z)Z
 
- 
getRotationDegrees- Mappings:
- Namespace - Name - Mixin selector - official - g- Lcwn;g(Ldcb;)F- intermediary - method_49814- Lnet/minecraft/class_2478;method_49814(Lnet/minecraft/class_2680;)F- named - getRotationDegrees- Lnet/minecraft/block/AbstractSignBlock;getRotationDegrees(Lnet/minecraft/block/BlockState;)F
 
- 
getCenter- Mappings:
- Namespace - Name - Mixin selector - official - h- Lcwn;h(Ldcb;)Leei;- intermediary - method_50003- Lnet/minecraft/class_2478;method_50003(Lnet/minecraft/class_2680;)Lnet/minecraft/class_243;- named - getCenter- Lnet/minecraft/block/AbstractSignBlock;getCenter(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/math/Vec3d;
 
- 
getFluidStateReturns the state's associated fluid state.Waterloggable blocks must override this to return Fluids.WATER.getStill(false)when waterlogged.- Overrides:
- getFluidStatein class- AbstractBlock
- Returns:
- the state's associated fluid state
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c_- Ldca;c_(Ldcb;)Ldxe;- intermediary - method_9545- Lnet/minecraft/class_4970;method_9545(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3610;- named - getFluidState- Lnet/minecraft/block/AbstractBlock;getFluidState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/fluid/FluidState;
 
- 
getWoodType- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcwn;c()Lddo;- intermediary - method_24025- Lnet/minecraft/class_2478;method_24025()Lnet/minecraft/class_4719;- named - getWoodType- Lnet/minecraft/block/AbstractSignBlock;getWoodType()Lnet/minecraft/block/WoodType;
 
- 
getWoodType- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcwn;a(Lcpn;)Lddo;- intermediary - method_45459- Lnet/minecraft/class_2478;method_45459(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4719;- named - getWoodType- Lnet/minecraft/block/AbstractSignBlock;getWoodType(Lnet/minecraft/block/Block;)Lnet/minecraft/block/WoodType;
 
- 
openEditScreen- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcwn;a(Lbyo;Ldav;Z)V- intermediary - method_49825- Lnet/minecraft/class_2478;method_49825(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;Z)V- named - openEditScreen- Lnet/minecraft/block/AbstractSignBlock;openEditScreen(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;Z)V
 
- 
isOtherPlayerEditing- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcwn;a(Lbyo;Ldav;)Z- intermediary - method_49824- Lnet/minecraft/class_2478;method_49824(Lnet/minecraft/class_1657;Lnet/minecraft/class_2625;)Z- named - isOtherPlayerEditing- Lnet/minecraft/block/AbstractSignBlock;isOtherPlayerEditing(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/entity/SignBlockEntity;)Z
 
- 
getTicker@Nullable public <T extends BlockEntity> @Nullable BlockEntityTicker<T> getTicker(World world, BlockState state, BlockEntityType<T> type) Returns the "ticker" for the block's block entity, ornullif the block entity does not need to be ticked.Ticker is a functional interface called every tick to tick the block entity on both the client and the server. Tickers should validate that the passed typeis the one this block expects, and returnnullif it isn't. This is to prevent crashes in rare cases where a mismatch occurs between the position's block and block entity.BlockWithEntity.checkType(net.minecraft.block.entity.BlockEntityType<A>, net.minecraft.block.entity.BlockEntityType<E>, net.minecraft.block.entity.BlockEntityTicker<? super E>)can be used to implement the check.Example: public <T extends BlockEntity> BlockEntityTicker<T> getTicker(World world, BlockState state, BlockEntityType<T> type) { if (type != YourMod.MY_BLOCK_ENTITY_TYPE) return null; // This should be a static method usable as a BlockEntityTicker. return YourBlockEntity::tick; }- Specified by:
- getTickerin interface- BlockEntityProvider
- Returns:
- the "ticker" for the block's block entity, or nullif the block entity does not need to be ticked
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcsb;a(Lcmm;Ldcb;Lczp;)Lczo;- intermediary - method_31645- Lnet/minecraft/class_2343;method_31645(Lnet/minecraft/class_1937;Lnet/minecraft/class_2680;Lnet/minecraft/class_2591;)Lnet/minecraft/class_5558;- named - getTicker- Lnet/minecraft/block/BlockEntityProvider;getTicker(Lnet/minecraft/world/World;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntityType;)Lnet/minecraft/block/entity/BlockEntityTicker;
 
 
-