Class FlowingFluidBlock


public class FlowingFluidBlock
extends AbstractFluidBlock
Mappings:
Namespace Name
official agl
intermediary net/minecraft/class_200
named net/minecraft/block/FlowingFluidBlock
  • Field Details

    • field_897

      int field_897
      Mappings:
      Namespace Name Mixin selector
      official a Lagl;a:I
      intermediary field_897 Lnet/minecraft/class_200;field_897:I
      named field_897 Lnet/minecraft/block/FlowingFluidBlock;field_897:I
  • Constructor Details

    • FlowingFluidBlock

      protected FlowingFluidBlock​(Material material)
      Parameters:
      material - The block's material
      Mappings:
      Namespace Name Mixin selector
      official <init> Lafh;<init>(Larm;)V
      intermediary <init> Lnet/minecraft/class_160;<init>(Lnet/minecraft/class_591;)V
      named <init> Lnet/minecraft/block/Block;<init>(Lnet/minecraft/block/Material;)V
  • Method Details

    • method_838

      private void method_838​(World world, BlockPos blockPos, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official f Lagl;f(Ladm;Lcj;Lalz;)V
      intermediary method_838 Lnet/minecraft/class_200;method_838(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)V
      named method_838 Lnet/minecraft/block/FlowingFluidBlock;method_838(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
    • scheduledTick

      public void scheduledTick​(World world, BlockPos pos, BlockState state, Random rand)
      Runs when the block is updated as per a schedule
      Overrides:
      scheduledTick in class Block
      Parameters:
      world - The world that the block is placed in
      pos - The block's position
      state - The block's BlockState
      rand - Random object
      Mappings:
      Namespace Name Mixin selector
      official b Lafh;b(Ladm;Lcj;Lalz;Ljava/util/Random;)V
      intermediary method_690 Lnet/minecraft/class_160;method_690(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;Ljava/util/Random;)V
      named scheduledTick Lnet/minecraft/block/Block;scheduledTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Ljava/util/Random;)V
    • method_836

      private void method_836​(World world, BlockPos blockPos, BlockState blockState, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lagl;a(Ladm;Lcj;Lalz;I)V
      intermediary method_836 Lnet/minecraft/class_200;method_836(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;I)V
      named method_836 Lnet/minecraft/block/FlowingFluidBlock;method_836(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)V
    • method_835

      private int method_835​(World world, BlockPos blockPos, int int2, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Lagl;a(Ladm;Lcj;ILcq;)I
      intermediary method_835 Lnet/minecraft/class_200;method_835(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;ILnet/minecraft/class_1383;)I
      named method_835 Lnet/minecraft/block/FlowingFluidBlock;method_835(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/util/math/Direction;)I
    • method_837

      private Set<Direction> method_837​(World world, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official f Lagl;f(Ladm;Lcj;)Ljava/util/Set;
      intermediary method_837 Lnet/minecraft/class_200;method_837(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;)Ljava/util/Set;
      named method_837 Lnet/minecraft/block/FlowingFluidBlock;method_837(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Ljava/util/Set;
    • method_839

      private boolean method_839​(World world, BlockPos blockPos, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official g Lagl;g(Ladm;Lcj;Lalz;)Z
      intermediary method_839 Lnet/minecraft/class_200;method_839(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Z
      named method_839 Lnet/minecraft/block/FlowingFluidBlock;method_839(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
    • method_834

      protected int method_834​(World world, BlockPos blockPos, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lagl;a(Ladm;Lcj;I)I
      intermediary method_834 Lnet/minecraft/class_200;method_834(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;I)I
      named method_834 Lnet/minecraft/block/FlowingFluidBlock;method_834(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;I)I
    • method_840

      private boolean method_840​(World world, BlockPos blockPos, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official h Lagl;h(Ladm;Lcj;Lalz;)Z
      intermediary method_840 Lnet/minecraft/class_200;method_840(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Z
      named method_840 Lnet/minecraft/block/FlowingFluidBlock;method_840(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Z
    • onCreation

      public void onCreation​(World world, BlockPos pos, BlockState state)
      Runs when the block is placed (by a player or enderman).
      Overrides:
      onCreation in class AbstractFluidBlock
      Parameters:
      world - The world that the block is placed in
      pos - The block's position
      state - The block's BlockState
      Mappings:
      Namespace Name Mixin selector
      official c Lafh;c(Ladm;Lcj;Lalz;)V
      intermediary method_703 Lnet/minecraft/class_160;method_703(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)V
      named onCreation Lnet/minecraft/block/Block;onCreation(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V