Package net.minecraft.block
Class AbstractLichenBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.AbstractLichenBlock
- All Implemented Interfaces:
ItemConvertible
- Direct Known Subclasses:
GlowLichenBlock
public class AbstractLichenBlock extends Block
- Mappings:
Namespace Name official cbd
intermediary net/minecraft/class_5778
named net/minecraft/block/AbstractLichenBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
Block.NeighborGroup
Nested 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 static Direction[]
DIRECTIONS
private static VoxelShape
DOWN_SHAPE
private static VoxelShape
EAST_SHAPE
private static Map<Direction,BooleanProperty>
FACING_PROPERTIES
private static Map<Direction,VoxelShape>
field_28420
private ImmutableMap<BlockState,VoxelShape>
field_28422
private boolean
field_28423
private boolean
field_28424
private boolean
field_28425
private static VoxelShape
NORTH_SHAPE
private static VoxelShape
SOUTH_SHAPE
private static VoxelShape
UP_SHAPE
private static VoxelShape
WEST_SHAPE
Fields inherited from class net.minecraft.block.Block
LOGGER, STATE_IDS, stateManager
Fields inherited from class net.minecraft.block.AbstractBlock
collidable, dynamicBounds, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier
-
Constructor Summary
Constructors Constructor Description AbstractLichenBlock(AbstractBlock.Settings settings)
-
Method Summary
Modifier and Type Method Description protected void
appendProperties(StateManager.Builder<Block,BlockState> builder)
boolean
canPlaceAt(BlockState state, WorldView world, BlockPos pos)
boolean
canReplace(BlockState state, ItemPlacementContext context)
VoxelShape
getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
BlockState
getPlacementState(ItemPlacementContext ctx)
BlockState
getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)
Gets the possibly updated block state of this block when a neighboring block is updated.private static boolean
method_33358(BlockView blockView, Direction direction, BlockPos blockPos, BlockState blockState)
private boolean
method_33359(WorldAccess worldAccess, BlockPos blockPos, Direction direction)
BlockState
method_33362(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction)
boolean
method_33363(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction, Direction direction2)
boolean
method_33364(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction, Random random)
private static BlockState
method_33365(BlockState blockState, BooleanProperty booleanProperty)
private static boolean
method_33366(BlockState blockState, Direction direction)
private BlockState
method_33367(BlockState blockState, Function<Direction,Direction> function)
private static BlockState
method_33368(StateManager<Block,BlockState> stateManager)
protected boolean
method_33369(Direction direction)
static BooleanProperty
method_33374(Direction direction)
boolean
method_33375(BlockState blockState, ServerWorld serverWorld, BlockPos blockPos, Random random)
private boolean
method_33378()
private boolean
method_33379(BlockState blockState)
private static VoxelShape
method_33380(BlockState blockState)
private static boolean
method_33381(BlockState blockState)
private static boolean
method_33382(BlockState blockState)
BlockState
mirror(BlockState state, BlockMirror mirror)
BlockState
rotate(BlockState state, BlockRotation rotation)
Applies a block rotation to a block state.Methods inherited from class net.minecraft.block.Block
addStacksForDisplay, afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, method_33614, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toString
Methods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPathfindThrough, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getLootTableId, getMaxModelOffset, getOffsetType, getOpacity, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStrongRedstonePower, getVisualShape, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isSideInvisible, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, scheduledTick
-
Field Details
-
UP_SHAPE
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a:Ldjn;
intermediary field_28413
Lnet/minecraft/class_5778;field_28413:Lnet/minecraft/class_265;
named UP_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;UP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
DOWN_SHAPE
- Mappings:
Namespace Name Mixin selector official b
Lcbd;b:Ldjn;
intermediary field_28414
Lnet/minecraft/class_5778;field_28414:Lnet/minecraft/class_265;
named DOWN_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;DOWN_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
EAST_SHAPE
- Mappings:
Namespace Name Mixin selector official c
Lcbd;c:Ldjn;
intermediary field_28415
Lnet/minecraft/class_5778;field_28415:Lnet/minecraft/class_265;
named EAST_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
WEST_SHAPE
- Mappings:
Namespace Name Mixin selector official d
Lcbd;d:Ldjn;
intermediary field_28416
Lnet/minecraft/class_5778;field_28416:Lnet/minecraft/class_265;
named WEST_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
SOUTH_SHAPE
- Mappings:
Namespace Name Mixin selector official e
Lcbd;e:Ldjn;
intermediary field_28417
Lnet/minecraft/class_5778;field_28417:Lnet/minecraft/class_265;
named SOUTH_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
NORTH_SHAPE
- Mappings:
Namespace Name Mixin selector official f
Lcbd;f:Ldjn;
intermediary field_28418
Lnet/minecraft/class_5778;field_28418:Lnet/minecraft/class_265;
named NORTH_SHAPE
Lnet/minecraft/block/AbstractLichenBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
FACING_PROPERTIES
- Mappings:
Namespace Name Mixin selector official g
Lcbd;g:Ljava/util/Map;
intermediary field_28419
Lnet/minecraft/class_5778;field_28419:Ljava/util/Map;
named FACING_PROPERTIES
Lnet/minecraft/block/AbstractLichenBlock;FACING_PROPERTIES:Ljava/util/Map;
-
field_28420
- Mappings:
Namespace Name Mixin selector official h
Lcbd;h:Ljava/util/Map;
intermediary field_28420
Lnet/minecraft/class_5778;field_28420:Ljava/util/Map;
named field_28420
Lnet/minecraft/block/AbstractLichenBlock;field_28420:Ljava/util/Map;
-
DIRECTIONS
- Mappings:
Namespace Name Mixin selector official i
Lcbd;i:[Lgc;
intermediary field_28421
Lnet/minecraft/class_5778;field_28421:[Lnet/minecraft/class_2350;
named DIRECTIONS
Lnet/minecraft/block/AbstractLichenBlock;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
-
field_28422
- Mappings:
Namespace Name Mixin selector official j
Lcbd;j:Lcom/google/common/collect/ImmutableMap;
intermediary field_28422
Lnet/minecraft/class_5778;field_28422:Lcom/google/common/collect/ImmutableMap;
named field_28422
Lnet/minecraft/block/AbstractLichenBlock;field_28422:Lcom/google/common/collect/ImmutableMap;
-
field_28423
private final boolean field_28423- Mappings:
Namespace Name Mixin selector official k
Lcbd;k:Z
intermediary field_28423
Lnet/minecraft/class_5778;field_28423:Z
named field_28423
Lnet/minecraft/block/AbstractLichenBlock;field_28423:Z
-
field_28424
private final boolean field_28424- Mappings:
Namespace Name Mixin selector official o
Lcbd;o:Z
intermediary field_28424
Lnet/minecraft/class_5778;field_28424:Z
named field_28424
Lnet/minecraft/block/AbstractLichenBlock;field_28424:Z
-
field_28425
private final boolean field_28425- Mappings:
Namespace Name Mixin selector official p
Lcbd;p:Z
intermediary field_28425
Lnet/minecraft/class_5778;field_28425:Z
named field_28425
Lnet/minecraft/block/AbstractLichenBlock;field_28425:Z
-
-
Constructor Details
-
AbstractLichenBlock
- Mappings:
Namespace Name Mixin selector official <init>
Lchs;<init>(Lchs$c;)V
intermediary <init>
Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
named <init>
Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
-
-
Method Details
-
method_33369
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lgc;)Z
intermediary method_33369
Lnet/minecraft/class_5778;method_33369(Lnet/minecraft/class_2350;)Z
named method_33369
Lnet/minecraft/block/AbstractLichenBlock;method_33369(Lnet/minecraft/util/math/Direction;)Z
-
appendProperties
- Overrides:
appendProperties
in classBlock
- Mappings:
Namespace Name Mixin selector official a
Lbwu;a(Lchu$a;)V
intermediary method_9515
Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
named appendProperties
Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
-
getStateForNeighborUpdate
public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)Gets the possibly updated block state of this block when a neighboring block is updated.- Overrides:
getStateForNeighborUpdate
in classAbstractBlock
- Parameters:
state
- the state of this blockdirection
- the direction from this block to the neighborneighborState
- the state of the updated neighbor blockworld
- the worldpos
- the position of this blockneighborPos
- the position of the neighbor block- Returns:
- the new state of this block
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lgc;Lcht;Lbtw;Lfx;Lfx;)Lcht;
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;
-
getOutlineShape
public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)- Overrides:
getOutlineShape
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lbsz;Lfx;Ldiz;)Ldjn;
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;
-
canPlaceAt
- Overrides:
canPlaceAt
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lbty;Lfx;)Z
intermediary method_9558
Lnet/minecraft/class_4970;method_9558(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z
named canPlaceAt
Lnet/minecraft/block/AbstractBlock;canPlaceAt(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-
canReplace
- Overrides:
canReplace
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lbpv;)Z
intermediary method_9616
Lnet/minecraft/class_4970;method_9616(Lnet/minecraft/class_2680;Lnet/minecraft/class_1750;)Z
named canReplace
Lnet/minecraft/block/AbstractBlock;canReplace(Lnet/minecraft/block/BlockState;Lnet/minecraft/item/ItemPlacementContext;)Z
-
getPlacementState
- Overrides:
getPlacementState
in classBlock
- Mappings:
Namespace Name Mixin selector official a
Lbwu;a(Lbpv;)Lcht;
intermediary method_9605
Lnet/minecraft/class_2248;method_9605(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;
named getPlacementState
Lnet/minecraft/block/Block;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
-
method_33362
@Nullable public BlockState method_33362(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction)- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Lbtw;Lfx;Lgc;)Lcht;
intermediary method_33362
Lnet/minecraft/class_5778;method_33362(Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2680;
named method_33362
Lnet/minecraft/block/AbstractLichenBlock;method_33362(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/block/BlockState;
-
rotate
Applies a block rotation to a block state.By default, this returns the provided block state.
- Overrides:
rotate
in classAbstractBlock
- Returns:
- the rotated block state
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lccm;)Lcht;
intermediary method_9598
Lnet/minecraft/class_4970;method_9598(Lnet/minecraft/class_2680;Lnet/minecraft/class_2470;)Lnet/minecraft/class_2680;
named rotate
Lnet/minecraft/block/AbstractBlock;rotate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/block/BlockState;
-
mirror
- Overrides:
mirror
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lcbb;)Lcht;
intermediary method_9569
Lnet/minecraft/class_4970;method_9569(Lnet/minecraft/class_2680;Lnet/minecraft/class_2415;)Lnet/minecraft/class_2680;
named mirror
Lnet/minecraft/block/AbstractBlock;mirror(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockMirror;)Lnet/minecraft/block/BlockState;
-
method_33367
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Ljava/util/function/Function;)Lcht;
intermediary method_33367
Lnet/minecraft/class_5778;method_33367(Lnet/minecraft/class_2680;Ljava/util/function/Function;)Lnet/minecraft/class_2680;
named method_33367
Lnet/minecraft/block/AbstractLichenBlock;method_33367(Lnet/minecraft/block/BlockState;Ljava/util/function/Function;)Lnet/minecraft/block/BlockState;
-
method_33375
public boolean method_33375(BlockState blockState, ServerWorld serverWorld, BlockPos blockPos, Random random)- Mappings:
Namespace Name Mixin selector official c
Lcbd;c(Lcht;Laav;Lfx;Ljava/util/Random;)Z
intermediary method_33375
Lnet/minecraft/class_5778;method_33375(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;)Z
named method_33375
Lnet/minecraft/block/AbstractLichenBlock;method_33375(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)Z
-
method_33364
public boolean method_33364(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction, Random random)- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Lbtw;Lfx;Lgc;Ljava/util/Random;)Z
intermediary method_33364
Lnet/minecraft/class_5778;method_33364(Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Ljava/util/Random;)Z
named method_33364
Lnet/minecraft/block/AbstractLichenBlock;method_33364(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Ljava/util/Random;)Z
-
method_33363
public boolean method_33363(BlockState blockState, WorldAccess worldAccess, BlockPos blockPos, Direction direction, Direction direction2)- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Lbtw;Lfx;Lgc;Lgc;)Z
intermediary method_33363
Lnet/minecraft/class_5778;method_33363(Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Z
named method_33363
Lnet/minecraft/block/AbstractLichenBlock;method_33363(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Z
-
method_33359
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lbtw;Lfx;Lgc;)Z
intermediary method_33359
Lnet/minecraft/class_5778;method_33359(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
named method_33359
Lnet/minecraft/block/AbstractLichenBlock;method_33359(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-
method_33379
- Mappings:
Namespace Name Mixin selector official h
Lcbd;h(Lcht;)Z
intermediary method_33379
Lnet/minecraft/class_5778;method_33379(Lnet/minecraft/class_2680;)Z
named method_33379
Lnet/minecraft/block/AbstractLichenBlock;method_33379(Lnet/minecraft/block/BlockState;)Z
-
method_33366
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Lgc;)Z
intermediary method_33366
Lnet/minecraft/class_5778;method_33366(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;)Z
named method_33366
Lnet/minecraft/block/AbstractLichenBlock;method_33366(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;)Z
-
method_33358
private static boolean method_33358(BlockView blockView, Direction direction, BlockPos blockPos, BlockState blockState)- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lbsz;Lgc;Lfx;Lcht;)Z
intermediary method_33358
Lnet/minecraft/class_5778;method_33358(Lnet/minecraft/class_1922;Lnet/minecraft/class_2350;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z
named method_33358
Lnet/minecraft/block/AbstractLichenBlock;method_33358(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
-
method_33378
private boolean method_33378()- Mappings:
Namespace Name Mixin selector official e
Lcbd;e()Z
intermediary method_33378
Lnet/minecraft/class_5778;method_33378()Z
named method_33378
Lnet/minecraft/block/AbstractLichenBlock;method_33378()Z
-
method_33365
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lcht;Lcik;)Lcht;
intermediary method_33365
Lnet/minecraft/class_5778;method_33365(Lnet/minecraft/class_2680;Lnet/minecraft/class_2746;)Lnet/minecraft/class_2680;
named method_33365
Lnet/minecraft/block/AbstractLichenBlock;method_33365(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/BooleanProperty;)Lnet/minecraft/block/BlockState;
-
method_33374
- Mappings:
Namespace Name Mixin selector official b
Lcbd;b(Lgc;)Lcik;
intermediary method_33374
Lnet/minecraft/class_5778;method_33374(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2746;
named method_33374
Lnet/minecraft/block/AbstractLichenBlock;method_33374(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/state/property/BooleanProperty;
-
method_33368
- Mappings:
Namespace Name Mixin selector official a
Lcbd;a(Lchu;)Lcht;
intermediary method_33368
Lnet/minecraft/class_5778;method_33368(Lnet/minecraft/class_2689;)Lnet/minecraft/class_2680;
named method_33368
Lnet/minecraft/block/AbstractLichenBlock;method_33368(Lnet/minecraft/state/StateManager;)Lnet/minecraft/block/BlockState;
-
method_33380
- Mappings:
Namespace Name Mixin selector official m
Lcbd;m(Lcht;)Ldjn;
intermediary method_33380
Lnet/minecraft/class_5778;method_33380(Lnet/minecraft/class_2680;)Lnet/minecraft/class_265;
named method_33380
Lnet/minecraft/block/AbstractLichenBlock;method_33380(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/shape/VoxelShape;
-
method_33381
- Mappings:
Namespace Name Mixin selector official n
Lcbd;n(Lcht;)Z
intermediary method_33381
Lnet/minecraft/class_5778;method_33381(Lnet/minecraft/class_2680;)Z
named method_33381
Lnet/minecraft/block/AbstractLichenBlock;method_33381(Lnet/minecraft/block/BlockState;)Z
-
method_33382
- Mappings:
Namespace Name Mixin selector official o
Lcbd;o(Lcht;)Z
intermediary method_33382
Lnet/minecraft/class_5778;method_33382(Lnet/minecraft/class_2680;)Z
named method_33382
Lnet/minecraft/block/AbstractLichenBlock;method_33382(Lnet/minecraft/block/BlockState;)Z
-