mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
Cherry-pick to fix EntryMaker issue
This commit is contained in:
committed by
IronApollo
parent
735a37ffd0
commit
ff47e6f717
@ -76,8 +76,13 @@ public interface RegionSelector {
|
||||
/**
|
||||
* Tell the player information about his/her primary selection.
|
||||
*
|
||||
<<<<<<< HEAD
|
||||
* @param actor the actor
|
||||
* @param session the session
|
||||
=======
|
||||
* @param actor the actor
|
||||
* @param session the session
|
||||
>>>>>>> 18a55bc14... Add new experimental snapshot API (#524)
|
||||
* @param position position
|
||||
*/
|
||||
void explainPrimarySelection(Actor actor, LocalSession session, BlockVector3 position);
|
||||
|
Reference in New Issue
Block a user