implements EnchantmentEntityEffect
dim | |
net.minecraft.world.item.enchantment.effects.ReplaceBlock | |
net.minecraft.class_9729 |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
private final Vec3i |
| ||||||
private final Optional<BlockPredicate> |
| ||||||
private final BlockStateProvider |
| ||||||
private final Optional<Holder<GameEvent>> |
| ||||||
public static final com.mojang.serialization.MapCodec<ReplaceBlock> |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Vec3i arg0, Optional<BlockPredicate> arg1, BlockStateProvider arg2, Optional<Holder<GameEvent>> arg3) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public void |
| ||||||
public com.mojang.serialization.MapCodec<ReplaceBlock> |
| ||||||
public Vec3i |
| ||||||
public Optional<BlockPredicate> |
| ||||||
public BlockStateProvider |
| ||||||
public Optional<Holder<GameEvent>> |
|