Class PlaceFluidConstructorStrategy

java.lang.Object
com.refinedmods.refinedstorage.common.constructordestructor.PlaceFluidConstructorStrategy
All Implemented Interfaces:
ConstructorStrategy

public class PlaceFluidConstructorStrategy extends Object implements ConstructorStrategy
  • Field Details

    • level

      protected final net.minecraft.server.level.ServerLevel level
    • pos

      protected final net.minecraft.core.BlockPos pos
    • direction

      protected final net.minecraft.core.Direction direction
  • Constructor Details

    • PlaceFluidConstructorStrategy

      public PlaceFluidConstructorStrategy(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction)
  • Method Details