Class ConnectingBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature
Direct Known Subclasses:
ChorusPlantBlock

public abstract class ConnectingBlock extends Block
Mappings:
Namespace Name
named net/minecraft/block/ConnectingBlock
intermediary net/minecraft/class_2429
official dti
  • Field Details Link icon

    • NORTH Link icon

      public static final BooleanProperty NORTH
      Mappings:
      Namespace Name Mixin selector
      named NORTH Lnet/minecraft/block/ConnectingBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11332 Lnet/minecraft/class_2429;field_11332:Lnet/minecraft/class_2746;
      official b Ldti;b:Lech;
    • EAST Link icon

      public static final BooleanProperty EAST
      Mappings:
      Namespace Name Mixin selector
      named EAST Lnet/minecraft/block/ConnectingBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11335 Lnet/minecraft/class_2429;field_11335:Lnet/minecraft/class_2746;
      official c Ldti;c:Lech;
    • SOUTH Link icon

      public static final BooleanProperty SOUTH
      Mappings:
      Namespace Name Mixin selector
      named SOUTH Lnet/minecraft/block/ConnectingBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11331 Lnet/minecraft/class_2429;field_11331:Lnet/minecraft/class_2746;
      official d Ldti;d:Lech;
    • WEST Link icon

      public static final BooleanProperty WEST
      Mappings:
      Namespace Name Mixin selector
      named WEST Lnet/minecraft/block/ConnectingBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11328 Lnet/minecraft/class_2429;field_11328:Lnet/minecraft/class_2746;
      official e Ldti;e:Lech;
    • UP Link icon

      public static final BooleanProperty UP
      Mappings:
      Namespace Name Mixin selector
      named UP Lnet/minecraft/block/ConnectingBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11327 Lnet/minecraft/class_2429;field_11327:Lnet/minecraft/class_2746;
      official f Ldti;f:Lech;
    • DOWN Link icon

      public static final BooleanProperty DOWN
      Mappings:
      Namespace Name Mixin selector
      named DOWN Lnet/minecraft/block/ConnectingBlock;DOWN:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11330 Lnet/minecraft/class_2429;field_11330:Lnet/minecraft/class_2746;
      official g Ldti;g:Lech;
    • FACING_PROPERTIES Link icon

      public static final Map<Direction,BooleanProperty> FACING_PROPERTIES
      Mappings:
      Namespace Name Mixin selector
      named FACING_PROPERTIES Lnet/minecraft/block/ConnectingBlock;FACING_PROPERTIES:Ljava/util/Map;
      intermediary field_11329 Lnet/minecraft/class_2429;field_11329:Ljava/util/Map;
      official h Ldti;h:Ljava/util/Map;
    • shapeFunction Link icon

      private final Function<BlockState,VoxelShape> shapeFunction
      Mappings:
      Namespace Name Mixin selector
      named shapeFunction Lnet/minecraft/block/ConnectingBlock;shapeFunction:Ljava/util/function/Function;
      intermediary field_55782 Lnet/minecraft/class_2429;field_55782:Ljava/util/function/Function;
      official a Ldti;a:Ljava/util/function/Function;
  • Constructor Details Link icon

    • ConnectingBlock Link icon

      protected ConnectingBlock(float radius, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/ConnectingBlock;<init>(FLnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_2429;<init>(FLnet/minecraft/class_4970$class_2251;)V
      official <init> Ldti;<init>(FLebp$d;)V
  • Method Details Link icon

    • getCodec Link icon

      protected abstract com.mojang.serialization.MapCodec<? extends ConnectingBlock> getCodec()
      Overrides:
      getCodec in class Block
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      official a Lebp;a()Lcom/mojang/serialization/MapCodec;
    • createShapeFunction Link icon

      private Function<BlockState,VoxelShape> createShapeFunction(float radius)
      Mappings:
      Namespace Name Mixin selector
      named createShapeFunction Lnet/minecraft/block/ConnectingBlock;createShapeFunction(F)Ljava/util/function/Function;
      intermediary method_10370 Lnet/minecraft/class_2429;method_10370(F)Ljava/util/function/Function;
      official a Ldti;a(F)Ljava/util/function/Function;
    • isTransparent Link icon

      protected boolean isTransparent(BlockState state)
      Overrides:
      isTransparent in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      named isTransparent Lnet/minecraft/block/AbstractBlock;isTransparent(Lnet/minecraft/block/BlockState;)Z
      intermediary method_9579 Lnet/minecraft/class_4970;method_9579(Lnet/minecraft/class_2680;)Z
      official e_ Lebp;e_(Lebq;)Z
    • getOutlineShape Link icon

      protected VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      See Also:
      Mappings:
      Namespace Name Mixin selector
      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;
      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;
      official a Lebp;a(Lebq;Ldjn;Liw;Lfgh;)Lfgw;