Class FenceGateBlock

All Implemented Interfaces:
ItemConvertible

public class FenceGateBlock extends HorizontalFacingBlock
Mappings:
Namespace Name
official cmh
intermediary net/minecraft/class_2349
named net/minecraft/block/FenceGateBlock
  • Field Details

    • OPEN

      public static final BooleanProperty OPEN
      Mappings:
      Namespace Name Mixin selector
      official a Lcmh;a:Lcwf;
      intermediary field_11026 Lnet/minecraft/class_2349;field_11026:Lnet/minecraft/class_2746;
      named OPEN Lnet/minecraft/block/FenceGateBlock;OPEN:Lnet/minecraft/state/property/BooleanProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official b Lcmh;b:Lcwf;
      intermediary field_11021 Lnet/minecraft/class_2349;field_11021:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/FenceGateBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • IN_WALL

      public static final BooleanProperty IN_WALL
      Mappings:
      Namespace Name Mixin selector
      official c Lcmh;c:Lcwf;
      intermediary field_11024 Lnet/minecraft/class_2349;field_11024:Lnet/minecraft/class_2746;
      named IN_WALL Lnet/minecraft/block/FenceGateBlock;IN_WALL:Lnet/minecraft/state/property/BooleanProperty;
    • Z_AXIS_SHAPE

      protected static final VoxelShape Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lcmh;d:Ldxj;
      intermediary field_11022 Lnet/minecraft/class_2349;field_11022:Lnet/minecraft/class_265;
      named Z_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_SHAPE

      protected static final VoxelShape X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lcmh;e:Ldxj;
      intermediary field_11017 Lnet/minecraft/class_2349;field_11017:Lnet/minecraft/class_265;
      named X_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_Z_AXIS_SHAPE

      protected static final VoxelShape IN_WALL_Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcmh;f:Ldxj;
      intermediary field_11025 Lnet/minecraft/class_2349;field_11025:Lnet/minecraft/class_265;
      named IN_WALL_Z_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_X_AXIS_SHAPE

      protected static final VoxelShape IN_WALL_X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcmh;g:Ldxj;
      intermediary field_11016 Lnet/minecraft/class_2349;field_11016:Lnet/minecraft/class_265;
      named IN_WALL_X_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_AXIS_COLLISION_SHAPE

      protected static final VoxelShape Z_AXIS_COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcmh;h:Ldxj;
      intermediary field_11028 Lnet/minecraft/class_2349;field_11028:Lnet/minecraft/class_265;
      named Z_AXIS_COLLISION_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_COLLISION_SHAPE

      protected static final VoxelShape X_AXIS_COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcmh;i:Ldxj;
      intermediary field_11019 Lnet/minecraft/class_2349;field_11019:Lnet/minecraft/class_265;
      named X_AXIS_COLLISION_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_AXIS_CULL_SHAPE

      protected static final VoxelShape Z_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcmh;j:Ldxj;
      intermediary field_11018 Lnet/minecraft/class_2349;field_11018:Lnet/minecraft/class_265;
      named Z_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_CULL_SHAPE

      protected static final VoxelShape X_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lcmh;k:Ldxj;
      intermediary field_11023 Lnet/minecraft/class_2349;field_11023:Lnet/minecraft/class_265;
      named X_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_Z_AXIS_CULL_SHAPE

      protected static final VoxelShape IN_WALL_Z_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l Lcmh;l:Ldxj;
      intermediary field_11020 Lnet/minecraft/class_2349;field_11020:Lnet/minecraft/class_265;
      named IN_WALL_Z_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_Z_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_X_AXIS_CULL_SHAPE

      protected static final VoxelShape IN_WALL_X_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official m Lcmh;m:Ldxj;
      intermediary field_11027 Lnet/minecraft/class_2349;field_11027:Lnet/minecraft/class_265;
      named IN_WALL_X_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_X_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • FenceGateBlock

      public FenceGateBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvn;<init>(Lcvn$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