Package net.minecraft.fluid
Class Fluid
java.lang.Object
net.minecraft.fluid.Fluid
- Direct Known Subclasses:
EmptyFluid
,FlowableFluid
- Mappings:
Namespace Name named net/minecraft/fluid/Fluid
intermediary net/minecraft/class_3611
official enw
-
Field Summary
Modifier and TypeFieldDescriptionprivate FluidState
private final RegistryEntry.Reference
<Fluid> static final IdList
<FluidState> protected final StateManager
<Fluid, FluidState> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendProperties
(StateManager.Builder<Fluid, FluidState> builder) protected abstract boolean
canBeReplacedWith
(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) protected abstract float
Returns the sound played when filling a bucket with this fluid.abstract Item
final FluidState
abstract float
getHeight
(FluidState state) abstract float
getHeight
(FluidState state, BlockView world, BlockPos pos) abstract int
getLevel
(FluidState state) protected @Nullable ParticleEffect
Deprecated.abstract VoxelShape
getShape
(FluidState state, BlockView world, BlockPos pos) abstract int
getTickRate
(WorldView world) protected abstract Vec3d
getVelocity
(BlockView world, BlockPos pos, FluidState state) protected boolean
protected boolean
isEmpty()
boolean
Deprecated.abstract boolean
isStill
(FluidState state) boolean
matchesType
(Fluid fluid) protected void
onRandomTick
(World world, BlockPos pos, FluidState state, Random random) protected void
onScheduledTick
(World world, BlockPos pos, FluidState state) protected void
randomDisplayTick
(World world, BlockPos pos, FluidState state, Random random) protected final void
setDefaultState
(FluidState state) protected abstract BlockState
toBlockState
(FluidState state)
-
Field Details
-
STATE_IDS
- Mappings:
Namespace Name Mixin selector named STATE_IDS
Lnet/minecraft/fluid/Fluid;STATE_IDS:Lnet/minecraft/util/collection/IdList;
intermediary field_15904
Lnet/minecraft/class_3611;field_15904:Lnet/minecraft/class_2361;
official c
Lenw;c:Ljo;
-
stateManager
- Mappings:
Namespace Name Mixin selector named stateManager
Lnet/minecraft/fluid/Fluid;stateManager:Lnet/minecraft/state/StateManager;
intermediary field_15905
Lnet/minecraft/class_3611;field_15905:Lnet/minecraft/class_2689;
official d
Lenw;d:Ldsf;
-
defaultState
- Mappings:
Namespace Name Mixin selector named defaultState
Lnet/minecraft/fluid/Fluid;defaultState:Lnet/minecraft/fluid/FluidState;
intermediary field_15903
Lnet/minecraft/class_3611;field_15903:Lnet/minecraft/class_3610;
official a
Lenw;a:Lenx;
-
registryEntry
- Mappings:
Namespace Name Mixin selector named registryEntry
Lnet/minecraft/fluid/Fluid;registryEntry:Lnet/minecraft/registry/entry/RegistryEntry$Reference;
intermediary field_36431
Lnet/minecraft/class_3611;field_36431:Lnet/minecraft/class_6880$class_6883;
official b
Lenw;b:Lji$c;
-
-
Constructor Details
-
Fluid
protected Fluid()
-
-
Method Details
-
appendProperties
- Mappings:
Namespace Name Mixin selector named appendProperties
Lnet/minecraft/fluid/Fluid;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
intermediary method_15775
Lnet/minecraft/class_3611;method_15775(Lnet/minecraft/class_2689$class_2690;)V
official a
Lenw;a(Ldsf$a;)V
-
getStateManager
- Mappings:
Namespace Name Mixin selector named getStateManager
Lnet/minecraft/fluid/Fluid;getStateManager()Lnet/minecraft/state/StateManager;
intermediary method_15783
Lnet/minecraft/class_3611;method_15783()Lnet/minecraft/class_2689;
official f
Lenw;f()Ldsf;
-
setDefaultState
- Mappings:
Namespace Name Mixin selector named setDefaultState
Lnet/minecraft/fluid/Fluid;setDefaultState(Lnet/minecraft/fluid/FluidState;)V
intermediary method_15781
Lnet/minecraft/class_3611;method_15781(Lnet/minecraft/class_3610;)V
official f
Lenw;f(Lenx;)V
-
getDefaultState
- Mappings:
Namespace Name Mixin selector named getDefaultState
Lnet/minecraft/fluid/Fluid;getDefaultState()Lnet/minecraft/fluid/FluidState;
intermediary method_15785
Lnet/minecraft/class_3611;method_15785()Lnet/minecraft/class_3610;
official g
Lenw;g()Lenx;
-
getBucketItem
- Mappings:
Namespace Name Mixin selector named getBucketItem
Lnet/minecraft/fluid/Fluid;getBucketItem()Lnet/minecraft/item/Item;
intermediary method_15774
Lnet/minecraft/class_3611;method_15774()Lnet/minecraft/class_1792;
official a
Lenw;a()Lcum;
-
randomDisplayTick
- Mappings:
Namespace Name Mixin selector named randomDisplayTick
Lnet/minecraft/fluid/Fluid;randomDisplayTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/FluidState;Lnet/minecraft/util/math/random/Random;)V
intermediary method_15776
Lnet/minecraft/class_3611;method_15776(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3610;Lnet/minecraft/class_5819;)V
official a
Lenw;a(Ldca;Liz;Lenx;Lazh;)V
-
onScheduledTick
- Mappings:
Namespace Name Mixin selector named onScheduledTick
Lnet/minecraft/fluid/Fluid;onScheduledTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/FluidState;)V
intermediary method_15778
Lnet/minecraft/class_3611;method_15778(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3610;)V
official b
Lenw;b(Ldca;Liz;Lenx;)V
-
onRandomTick
- Mappings:
Namespace Name Mixin selector named onRandomTick
Lnet/minecraft/fluid/Fluid;onRandomTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/FluidState;Lnet/minecraft/util/math/random/Random;)V
intermediary method_15792
Lnet/minecraft/class_3611;method_15792(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_3610;Lnet/minecraft/class_5819;)V
official b
Lenw;b(Ldca;Liz;Lenx;Lazh;)V
-
getParticle
- Mappings:
Namespace Name Mixin selector named getParticle
Lnet/minecraft/fluid/Fluid;getParticle()Lnet/minecraft/particle/ParticleEffect;
intermediary method_15787
Lnet/minecraft/class_3611;method_15787()Lnet/minecraft/class_2394;
official h
Lenw;h()Llg;
-
canBeReplacedWith
protected abstract boolean canBeReplacedWith(FluidState state, BlockView world, BlockPos pos, Fluid fluid, Direction direction) - Mappings:
Namespace Name Mixin selector named canBeReplacedWith
Lnet/minecraft/fluid/Fluid;canBeReplacedWith(Lnet/minecraft/fluid/FluidState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/Fluid;Lnet/minecraft/util/math/Direction;)Z
intermediary method_15777
Lnet/minecraft/class_3611;method_15777(Lnet/minecraft/class_3610;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3611;Lnet/minecraft/class_2350;)Z
official a
Lenw;a(Lenx;Ldbg;Liz;Lenw;Lje;)Z
-
getVelocity
- Mappings:
Namespace Name Mixin selector named getVelocity
Lnet/minecraft/fluid/Fluid;getVelocity(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/fluid/FluidState;)Lnet/minecraft/util/math/Vec3d;
intermediary method_15782
Lnet/minecraft/class_3611;method_15782(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3610;)Lnet/minecraft/class_243;
official a
Lenw;a(Ldbg;Liz;Lenx;)Levt;
-
getTickRate
- Mappings:
Namespace Name Mixin selector named getTickRate
Lnet/minecraft/fluid/Fluid;getTickRate(Lnet/minecraft/world/WorldView;)I
intermediary method_15789
Lnet/minecraft/class_3611;method_15789(Lnet/minecraft/class_4538;)I
official a
Lenw;a(Ldcd;)I
-
hasRandomTicks
protected boolean hasRandomTicks()- Mappings:
Namespace Name Mixin selector named hasRandomTicks
Lnet/minecraft/fluid/Fluid;hasRandomTicks()Z
intermediary method_15795
Lnet/minecraft/class_3611;method_15795()Z
official i
Lenw;i()Z
-
isEmpty
protected boolean isEmpty()- Mappings:
Namespace Name Mixin selector named isEmpty
Lnet/minecraft/fluid/Fluid;isEmpty()Z
intermediary method_15794
Lnet/minecraft/class_3611;method_15794()Z
official b
Lenw;b()Z
-
getBlastResistance
protected abstract float getBlastResistance()- Mappings:
Namespace Name Mixin selector named getBlastResistance
Lnet/minecraft/fluid/Fluid;getBlastResistance()F
intermediary method_15784
Lnet/minecraft/class_3611;method_15784()F
official c
Lenw;c()F
-
getHeight
- Mappings:
Namespace Name Mixin selector named getHeight
Lnet/minecraft/fluid/Fluid;getHeight(Lnet/minecraft/fluid/FluidState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)F
intermediary method_15788
Lnet/minecraft/class_3611;method_15788(Lnet/minecraft/class_3610;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)F
official a
Lenw;a(Lenx;Ldbg;Liz;)F
-
getHeight
- Mappings:
Namespace Name Mixin selector named getHeight
Lnet/minecraft/fluid/Fluid;getHeight(Lnet/minecraft/fluid/FluidState;)F
intermediary method_20784
Lnet/minecraft/class_3611;method_20784(Lnet/minecraft/class_3610;)F
official a
Lenw;a(Lenx;)F
-
toBlockState
- Mappings:
Namespace Name Mixin selector named toBlockState
Lnet/minecraft/fluid/Fluid;toBlockState(Lnet/minecraft/fluid/FluidState;)Lnet/minecraft/block/BlockState;
intermediary method_15790
Lnet/minecraft/class_3611;method_15790(Lnet/minecraft/class_3610;)Lnet/minecraft/class_2680;
official b
Lenw;b(Lenx;)Ldse;
-
isStill
- Mappings:
Namespace Name Mixin selector named isStill
Lnet/minecraft/fluid/Fluid;isStill(Lnet/minecraft/fluid/FluidState;)Z
intermediary method_15793
Lnet/minecraft/class_3611;method_15793(Lnet/minecraft/class_3610;)Z
official c
Lenw;c(Lenx;)Z
-
getLevel
- Mappings:
Namespace Name Mixin selector named getLevel
Lnet/minecraft/fluid/Fluid;getLevel(Lnet/minecraft/fluid/FluidState;)I
intermediary method_15779
Lnet/minecraft/class_3611;method_15779(Lnet/minecraft/class_3610;)I
official d
Lenw;d(Lenx;)I
-
matchesType
- Mappings:
Namespace Name Mixin selector named matchesType
Lnet/minecraft/fluid/Fluid;matchesType(Lnet/minecraft/fluid/Fluid;)Z
intermediary method_15780
Lnet/minecraft/class_3611;method_15780(Lnet/minecraft/class_3611;)Z
official a
Lenw;a(Lenw;)Z
-
isIn
Deprecated.- Mappings:
Namespace Name Mixin selector named isIn
Lnet/minecraft/fluid/Fluid;isIn(Lnet/minecraft/registry/tag/TagKey;)Z
intermediary method_15791
Lnet/minecraft/class_3611;method_15791(Lnet/minecraft/class_6862;)Z
official a
Lenw;a(Laxf;)Z
-
getShape
- Mappings:
Namespace Name Mixin selector named getShape
Lnet/minecraft/fluid/Fluid;getShape(Lnet/minecraft/fluid/FluidState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/shape/VoxelShape;
intermediary method_17775
Lnet/minecraft/class_3611;method_17775(Lnet/minecraft/class_3610;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_265;
official b
Lenw;b(Lenx;Ldbg;Liz;)Lewm;
-
getBucketFillSound
Returns the sound played when filling a bucket with this fluid.- Mappings:
Namespace Name Mixin selector named getBucketFillSound
Lnet/minecraft/fluid/Fluid;getBucketFillSound()Ljava/util/Optional;
intermediary method_32359
Lnet/minecraft/class_3611;method_32359()Ljava/util/Optional;
official j
Lenw;j()Ljava/util/Optional;
-
getRegistryEntry
Deprecated.- Mappings:
Namespace Name Mixin selector named getRegistryEntry
Lnet/minecraft/fluid/Fluid;getRegistryEntry()Lnet/minecraft/registry/entry/RegistryEntry$Reference;
intermediary method_40178
Lnet/minecraft/class_3611;method_40178()Lnet/minecraft/class_6880$class_6883;
official k
Lenw;k()Lji$c;
-