The District of Joban JCM:JobanBlockPoleCheckBase

JCM:JobanBlockPoleCheckBase

From The District of Joban
Revision as of 17:18, 22 August 2022 by LX86 (talk | contribs) (Created page with "{{InfoBox block|id=|since=1.1.4|title=Pole (Joban)|author=LX86|class_name=JobanBlockPoleCheckBase|technical_category=a|other_category=a|extends={{MTRSrc blocks|filename=BlockPoleCheckBase}}|type=Directional Block}} '''JobanBlockPoleCheckBase''' is an abstract class for all other pole blocks. It extends MTR's '''BlockPoleCheckBase''', for more details please visit there. === Additional Blockstates === {| class="wikitable" |+ !is_slab |- |true |- |false |} === On Place...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Pole (Joban)


Other Information
Added in v1.1.4
Created by LX86


JobanBlockPoleCheckBase is an abstract class for all other pole blocks.

It extends MTR's BlockPoleCheckBase, for more details please visit there.

Additional Blockstates

is_slab
true
false

On Place

  1. If the block below is not the block specified, don't do anything
  2. If the block above is a slab block, set the blockstate to be the same as the block below, and set is_slab to true.
  3. Otherwise, set the blockstate to be the same as the block below.