Class PlaceFluidConstructorStrategy

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

public class PlaceFluidConstructorStrategy extends Object implements ConstructorStrategy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.core.Direction
     
    protected final net.minecraft.server.level.ServerLevel
     
    protected final net.minecraft.core.BlockPos
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlaceFluidConstructorStrategy(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(ResourceKey resource, Actor actor, net.minecraft.world.entity.player.Player player, Network network)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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