LeviLamina
Loading...
Searching...
No Matches
CopperBehavior.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockPos;
9class BlockSource;
10namespace BlockEvents { class BlockPlayerInteractEvent; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 CopperBehavior& operator=(CopperBehavior const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI void _incrementAge(
34 ::BlockSource& region,
35 ::Block const& block,
36 ::BlockPos const& pos,
37 float generatedOxidizeChance
38 ) const;
39
40 MCNAPI ::Block const& getCorrespondingWaxedBlock(::Block const& block) const;
41
42 MCNAPI ::Block const& getNextAgingBlock(::Block const& block) const;
43
44 MCNAPI bool use(::BlockEvents::BlockPlayerInteractEvent& eventData) const;
45 // NOLINTEND
46};
Definition BlockPlayerInteractEvent.h:17
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition CopperBehavior.h:13
MCAPI bool use(::BlockEvents::BlockPlayerInteractEvent &eventData) const
MCAPI::Block const & getCorrespondingWaxedBlock(::Block const &block) const
MCAPI void _incrementAge(::BlockSource &region, ::Block const &block, ::BlockPos const &pos, float generatedOxidizeChance) const
MCAPI::Block const & getNextAgingBlock(::Block const &block) const
Definition Alias.h:14