====== RemoteView ====== ^ RemoteView ^^ |{{ remoteview.webp?500 |RemoteView-ing a pig in the forest.}}|| ^Type|[[:Hack]]| ^Category|[[:Render]]| ^In-game description|"Allows you to see the world as someone else.\\ Use the .rv command to make it target a specific entity."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/RemoteViewHack.java]]| RemoteView is a Minecraft hack that allows the user to view the perspective of another player or entity remotely. ===== Settings ===== ==== Filter players ==== ^ Filter players ^^ ^Type|Checkbox| ^In-game description|"Won't view other players."| ^Default value|not checked| ==== Filter sleeping ==== ^ Filter sleeping ^^ ^Type|Checkbox| ^In-game description|"Won't view sleeping players."| ^Default value|not checked| ==== Filter flying ==== ^ Filter flying ^^ ^Type|Slider| ^In-game description|"Won't view players that\\ are at least the given\\ distance above ground."| ^Default value|0.0| ^Minimum|0.0| ^Maximum|2.0| ^Increment|0.05| ==== Filter monsters ==== ^ Filter monsters ^^ ^Type|Checkbox| ^In-game description|"Won't view zombies, creepers, etc."| ^Default value|checked| ==== Filter pigmen ==== ^ Filter pigmen ^^ ^Type|Checkbox| ^In-game description|"Won't view zombie pigmen."| ^Default value|checked| ==== Filter endermen ==== ^ Filter endermen ^^ ^Type|Checkbox| ^In-game description|"Won't view endermen."| ^Default value|checked| ==== Filter animals ==== ^ Filter animals ^^ ^Type|Checkbox| ^In-game description|"Won't view pigs, cows, etc."| ^Default value|checked| ==== Filter babies ==== ^ Filter babies ^^ ^Type|Checkbox| ^In-game description|"Won't view baby pigs,\\ baby villagers, etc."| ^Default value|checked| ==== Filter pets ==== ^ Filter pets ^^ ^Type|Checkbox| ^In-game description|"Won't view tamed wolves,\\ tamed horses, etc."| ^Default value|checked| ==== Filter traders ==== ^ Filter traders ^^ ^Type|Checkbox| ^In-game description|"Won't view villagers, wandering traders, etc."| ^Default value|checked| ==== Filter golems ==== ^ Filter golems ^^ ^Type|Checkbox| ^In-game description|"Won't view iron golems,\\ snow golems and shulkers."| ^Default value|checked| ==== Filter invisible ==== ^ Filter invisible ^^ ^Type|Checkbox| ^In-game description|"Won't view invisible entities."| ^Default value|not checked| ==== Filter armor stands ==== ^ Filter armor stands ^^ ^Type|Checkbox| ^In-game description|"Won't view armor stands."| ^Default value|checked| ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.3 Beta]]|Added RemoteView.| |[[update:Wurst 1.7 Beta]]|Fixed a rare bug in [[Freecam]] and RemoteView that teleports the user to a random location.| |[[update:Wurst 1.2]]|Fixed RemoteView not working with friends.| |[[update:Wurst 1.14.2]]|Fixed the player view (yaw & pitch) changing after using RemoteView.| |:::|Fixed RemoteView not showing your old position correctly.| |[[update:Wurst 4.5]]|Improved RemoteView performance: It will now remember the entity that it is supposed to view instead of remembering only the entity's UUID and then searching for an entity with that ID twice per tick.| |[[update:Wurst 4.6]]|Fixed RemoteView disabling itself when enabled.| |[[update:Wurst 2.27]] (Minecraft 1.8),\\ [[update:Wurst 5.8.1]] (Minecraft 1.11)|Fixed some issues with fake players created by [[Freecam]] and RemoteView.| |[[update:Wurst 6.35.1]]|Fixed a crash when RemoteView can’t find a nearby entity.| |[[update:Wurst 7.0pre1]]|Temporarily removed RemoteView.| |[[update:Wurst 7.0pre27]]|Re-added RemoteView.| |:::|RemoteView will now adjust your view for the height of the entity that you are viewing.| |[[update:Wurst 7.5]]|Added a "Filter armor stands" checkbox to RemoteView.| |:::|Replaced the "Filter villagers" checkbox in RemoteView with a "Filter traders" checkbox: when checked, it won't target villagers, wandering traders or modded traders.| |[[update:Wurst 7.9]]|Fixed a rare crash when using RemoteView.| {{tag>client-side}}