Class PlaceFluidConstructorStrategy
java.lang.Object
com.refinedmods.refinedstorage.common.constructordestructor.PlaceFluidConstructorStrategy
- All Implemented Interfaces:
ConstructorStrategy
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPlaceFluidConstructorStrategy
(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction) -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(ResourceKey resource, Actor actor, net.minecraft.world.entity.player.Player player, Network network)
-
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
-
apply
public boolean apply(ResourceKey resource, Actor actor, net.minecraft.world.entity.player.Player player, Network network) - Specified by:
apply
in interfaceConstructorStrategy
-